diff options
author | thomascube <thomas@roundcube.net> | 2012-03-14 08:27:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-03-14 08:27:43 +0000 |
commit | 64f6f293cb1958f45d2818048a8858ab93f17896 (patch) | |
tree | dc090479be63f03a545fa9812e8aa70ab79d74d3 | |
parent | 168e5409239583343ae40695585aa8dbc276f740 (diff) |
Cleanup changelog
-rw-r--r-- | CHANGELOG | 35 |
1 files changed, 22 insertions, 13 deletions
@@ -1,15 +1,10 @@ CHANGELOG Roundcube Webmail =========================== +- Request all needed fields from address book backends (#1488394) - Unified (single) spellchecker button -- Fix encoding of attachment with comma in name (#1488389) - Scroll long lists on drag&drop (#1485946) -- Fix handling of % character in IMAP protocol (#1488382) -- Fix duplicate names handling in addressbook searches (#1488375) -- Fix displaying HTML messages from Disqus (#1488372) -- Exclude E_STRICT from error_reporting for PHP 5.4 - Copy all skins in installto script (#1488376) -- Prevent from folder selection on virtual folder collapsing (#1488346) RELEASE 0.8-beta ---------------- @@ -21,15 +16,8 @@ RELEASE 0.8-beta - Added mailto: protocol handler registration link in User Preferences (#1486580) - Handle identity details box with an iframe (#1487020) - Fix issue where some text from original message was missing on reply (#1488340) -- Fix parse errors in DDL files for MS SQL Server -- User configurable setting how to display contact names in list -- Make contacts list sorting configurable for the admin/user -- Revert SORT=DISPLAY support, removed by mistake (#1488327) - Fix autoselect_host() for login (#1488297) -- Fix drafts update issues when edited from preview pane (#1488314) - Changed license to GNU GPLv3+ with exceptions for skins & plugins -- Make mime type detection based on filename extension to be case-insensitive -- Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300) - Added address book widget on compose screen - Use proper timezones from PHP's internal timezonedb (#1485592) - Add separate pagesize setting for mail messages and contacts (#1488269) @@ -42,6 +30,27 @@ RELEASE 0.8-beta - Added About tab in Settings - TinyMCE updated to 3.4.6 +RELEASE 0.7.2 +------------- +- Fix encoding of attachment with comma in name (#1488389) +- Fix handling of % character in IMAP protocol (#1488382) +- Fix duplicate names handling in addressbook searches (#1488375) +- Fix displaying of HTML messages from Disqus (#1488372) +- Disable E_STRICT warnings on PHP 5.4 +- Prevent from folder selection on virtual folder collapsing (#1488346) +- Fix automatic unsubscribe of non-existent folders +- Fix double-quotes handling in recipient names +- User configurable setting how to display contact names in list +- Make contacts list sorting configurable for the admin/user +- Fix parse errors in DDL files for MS SQL Server +- Revert SORT=DISPLAY support, removed by mistake (#1488327) +- Add lost translation label in de_DE (#1488315) +- Fix drafts update issues when edited from preview pane (#1488314) +- Fix wrong variable name in rcube_ldap.php (#1488302) +- Make mime type detection based on filename extension to be case-insensitive +- Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300) + + RELEASE 0.7.1 ------------- - Fix bug in handling of base href and inline content (#1488290) |