Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | Improve text wrapping in replies | Thomas Bruederli | |
2012-08-13 | Skip IDN conversion when saving/reading identies. This should provide proper ↵ | Thomas Bruederli | |
support for multiple recipeint values including name blocks in bcc and reply-to fields | |||
2012-08-11 | Fix focus on the list when list row is clicked (#1488600) | Aleksander Machniak | |
2012-08-11 | Fix wrong search result on servers without SORT support | Aleksander Machniak | |
2012-08-11 | Fix bug in last commit which broke searching | Aleksander Machniak | |
2012-08-11 | Added separate From and To columns apart from smart From/To column (#1486891) | Aleksander Machniak | |
2012-08-09 | Replace some forgotten references to skins/default (#1488591) | Thomas Bruederli | |
Conflicts: program/include/rcube_config.php program/include/rcube_template.php | |||
2012-08-09 | - Fix (workaround) delete operations with some versions of memcache (#1488592) | Aleksander Machniak | |
2012-08-08 | Fix image cid substitution in compose/sendmail | Aleksander Machniak | |
Conflicts: program/steps/mail/compose.inc | |||
2012-08-06 | Fix double HTML entities escaping in forward message header | Aleksander Machniak | |
2012-08-06 | Synched translations from launchpad/masterv0.8.0 | Thomas Bruederli | |
2012-08-05 | We're moving towards a stable release | Thomas Bruederli | |
2012-08-03 | Remove debug code | Aleksander Machniak | |
2012-08-03 | Fix duplicated fields when object is converted into array | Aleksander Machniak | |
2012-07-31 | Don't send complete error page to the spellchecker on error (when pspell ↵ | Aleksander Machniak | |
extension isn't found) Conflicts: program/include/rcube_spellchecker.php | |||
2012-07-30 | Backported default -> classic skin renaming | Thomas Bruederli | |
2012-07-30 | Fix so memcache hostname starting with "unix" isn't handled as socket file | Aleksander Machniak | |
2012-07-30 | Support connections to memcached socket file (#1488577) | Aleksander Machniak | |
2012-07-30 | Enable TinyMCE inlinepopups plugin | Aleksander Machniak | |
2012-07-30 | Add lost file from Auth_SASL package | Aleksander Machniak | |
2012-07-30 | Update to TinyMCE 3.5.6 | Aleksander Machniak | |
2012-07-24 | Use dedicated getter to access storage object | Thomas Bruederli | |
2012-07-24 | Correctly quote localized labels when used in javascript variables (#1488567) | Thomas Bruederli | |
2012-07-23 | Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication ↵ | Aleksander Machniak | |
(#1488571) | |||
2012-07-09 | - Don't add attachments content into reply/forward/draft message body (#1488557) | Aleksander Machniak | |
2012-07-06 | Fix connection error alerts when page unloads (#1488547) | Thomas Bruederli | |
2012-07-06 | There's a case (reason unknown) when destroy() is called with empty session key. | Aleksander Machniak | |
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty. Conflicts: program/include/rcube_session.php | |||
2012-06-30 | Show explicit error message when provided hostname is invalid (#1488550) | Aleksander Machniak | |
Conflicts: program/include/rcmail.php | |||
2012-06-30 | Fix wrong compose screen elements focus in IE9 (#1488541) | Aleksander Machniak | |
2012-06-28 | Fixed Konqueror browser detection | Aleksander Machniak | |
2012-06-28 | Fix empty user agent string on error page for "incompatible browser" error | Aleksander Machniak | |
2012-06-28 | Fix handling of MYRIGHTS on private namespace roots - fixes issue where | Aleksander Machniak | |
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix). Conflicts: program/include/rcube_imap.php | |||
2012-06-28 | Fix fatal error when date.timezone isn't set (#1488546) | Aleksander Machniak | |
Conflicts: program/steps/settings/func.inc | |||
2012-06-26 | Add rcube_message_header class (alias for rcube_mail_header) definition to ↵ | Aleksander Machniak | |
prevent errors when trying to use cached message objects created in master (0.9) version | |||
2012-06-25 | Update to TinyMCE 3.5.4.1 | Aleksander Machniak | |
2012-06-13 | Set skin in js environment | Thomas Bruederli | |
2012-06-13 | Fix handling of unitless CSS size values in HTML message (#1488535) | Aleksander Machniak | |
2012-06-13 | Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵ | Aleksander Machniak | |
release-0.8 Conflicts: CHANGELOG | |||
2012-06-13 | Fix removing contact photo using LDAP addressbook (#1488420) | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-06-10 | Fix storing X-ANNIVERSARY date in vCard format (#1488527) | Aleksander Machniak | |
2012-06-09 | Display attachment icon for multipart/signed messages (#1488525) | Aleksander Machniak | |
2012-06-09 | Update to Mail_Mime-1.8.5 (#1488521) | Aleksander Machniak | |
Conflicts: CHANGELOG program/lib/Mail/mime.php program/lib/Mail/mimePart.php | |||
2012-06-08 | Fix XSS vulnerability in message subject handling using Larry skin (#1488519) | Aleksander Machniak | |
2012-06-08 | Fix handling of links with various URI schemes e.g. "skype:" (#1488106) | Aleksander Machniak | |
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion Conflicts: CHANGELOG | |||
2012-06-06 | Decode header value in rcube_mime::get() by default (#1488511) | Aleksander Machniak | |
Conflicts: program/include/rcube_message_header.php program/include/rcube_mime.php | |||
2012-06-04 | Fix magic_quotes_sybase handling (#1488506) | Aleksander Machniak | |
Improved handling of critical PHP settings - try to set them to required value before die() | |||
2012-06-04 | Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2 | Aleksander Machniak | |
2012-06-04 | Modify CONCAT() arguments, because + operator requires them to be of type ↵ | Aleksander Machniak | |
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions | |||
2012-06-01 | Update to TinyMCE 3.5.2 | Aleksander Machniak | |
2012-05-30 | Fix regression where redundant autocompletion requests were sent | Aleksander Machniak | |
in case when new search value contains old one and previous search was not finished or its result was empty |