summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2015-02-27Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)Aleksander Machniak
2015-02-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Fix duplicate entries supression in autocomplete result (#1490290)Aleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-24Add possibility to configure max_allowed_packet value for all database ↵Aleksander Machniak
engines (#1490283)
2015-02-22Fix typoAleksander Machniak
2015-02-22Fix cursor position on reply below the quote in HTML mode (#1490263)Aleksander Machniak
Also other cursor position inconsistency. Additionally fixed invisible cursor in HTML editor in older Firefox browser versions.
2015-02-22Fix fatal errors on systems without mbstring extension or ↵Aleksander Machniak
mb_regex_encoding() function (#1490280)
2015-02-22Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)Aleksander Machniak
2015-02-20Fix performance of rcube_db_mysql::get_variable()Aleksander Machniak
As currently we're using this to find only max_allowed_packet value, it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
2015-02-19Fix handling of some improper constructs in format=flowed text as per the ↵Aleksander Machniak
RFC3676[4.5] (#1490284)
2015-02-19Fix needless security warning on BMP attachments display (#1490282)Aleksander Machniak
2015-02-19Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2015-02-19Fix setting max packet size for DB caches and check packet size also in ↵Aleksander Machniak
shared cache
2015-02-19Update changelogAleksander Machniak
2015-02-18Update changelogAleksander Machniak
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-15Fix refreshing of drafts list when sending a message which was saved in ↵Aleksander Machniak
meantime (#1490238)
2015-02-07Bump version and copyright yearThomas Bruederli
2015-02-06Fix so JSON.parse() errors on localStorage items are ignored (#1490249)Aleksander Machniak
2015-02-06Enable FollowSymLinks option in .htaccess file which is required by rewrite ↵Aleksander Machniak
rules (#1490255)
2015-02-05Fix security issue in DBMail driver of password plugin (#1490261)Aleksander Machniak
2015-01-28Update changelogAleksander Machniak
2015-01-25Fix bug where signature could have been inserted twice after plain-to-html ↵Aleksander Machniak
switch (#1490239)
2015-01-25Fix false warning when opening attached text/plain files (#1490241)Aleksander Machniak
2015-01-23Update ChangelogThomas Bruederli
2015-01-23Fix keyboard navigation and css in datepicker widget across many Firefox ↵Aleksander Machniak
versions
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap ↵Aleksander Machniak
search (#1490229)
2015-01-20Update changelog with CVE identifierAleksander Machniak
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ↵Aleksander Machniak
(#1490233)
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s)
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13Fix download options menu (added by zipdownload plugin) in classic skin ↵Aleksander Machniak
(#1490228)
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-12Fix blocked.gif image usage with assets_dir setAleksander Machniak
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
2015-01-09Hide MDN and DSN options in compose if disabled by admin (#1490221)Aleksander Machniak
2015-01-09Fix bug where max_group_members was ignored when adding a new contact (#1490214)Aleksander Machniak
Also fix list refresh after new contact was added and any group is selected.
2015-01-04Update Changelog1.1-rcThomas Bruederli
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
2014-12-29Update changelogAleksander Machniak
2014-12-28Update ChangelogThomas Bruederli
2014-12-22Upgrade jQuery to version 2.1.3Aleksander Machniak
2014-12-19Update changelogAleksander Machniak
2014-12-18Update ChangelogThomas Bruederli