From d13693f2bed68dabc659adf3e71ded13d346f58c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 04 May 2012 06:21:33 -0400 Subject: [PATCH] Updated Changelog --- CHANGELOG | 71 ++++++++++++++++++++++++++++++----- 1 files changed, 60 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5864b2b..9112044 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,46 @@ CHANGELOG Roundcube Webmail =========================== -- 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 +- Fixed multi-threaded autocompletion when number of threads > number of sources +- Allow to configure the number of values allowed for each LDAP attribute +- Support for serialized LDAP address values (usually delimited with a $) +- Less restrictive session auth checks, repeat keep-alive requests on failure (#1488449) +- Fix redirect to mail/compose on re-login (#1488226) +- Add IE8 hack for messages list issue (#1487821) +- Fix handling errors on draft auto-save +- Fix importing vCard photo with ENCODING param specified (#1488432) +- Fix issue where draft auto-save wasn't executed after some inactivity time +- Add vCard import from multiple files at once (#1488015) +- Roundcube Framework: + Add possibility to replace IMAP driver with custom class + Add IMAP auto-connection feature, improving performance with caching enabled + Replace imap_init hook with storage_init (with additional 'driver' argument) + Improved performance by caching IMAP server's capabilities in session + Unified global functions naming (rcube_ prefix) + Move global functions from main.inc and rcube_shared.inc into classes + Better classes separation + +RELEASE 0.8-rc +---------------- +- Support mutliple name/email pairs for Bcc and Reply-To identity settings (#1488445) +- Set flexible width to login form fields (#1488418) +- Fix re-draw bug on list columns change in IE8 (#1487822) +- Allow mass-removal of addresses from a group (#1487748) +- Fix removing all contacts on import to LDAP addressbook +- Fix so "Back" from compose/show doesn't reset search request (#1488238) +- Add option to delete messages instead of moving to Trash when in Junk folder (#1486686) +- Fix invisible cursor when replying to a html message (#1487073) +- Reset IP stored in session when destroying session data (#1488056) +- Fix bug where memory_limit = -1 wasn't handled properly +- Support LDAP RFC2256's country object class read/write (#1488123) +- Upgraded to jQuery 1.7.2 +- Image resize with GD extension (#1488383) +- Fix lack of warning when switching task in compose window (#1488399) +- Fix bug where it wasn't possible to enter ( or & characters in autocomplete fields +- Request all needed fields from address book backends (#1488394) +- Unified (single) spellchecker button +- Scroll long lists on drag&drop (#1485946) - Copy all skins in installto script (#1488376) -- Prevent from folder selection on virtual folder collapsing (#1488346) RELEASE 0.8-beta ---------------- @@ -17,15 +52,8 @@ - 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) @@ -38,6 +66,27 @@ - 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) -- Gitblit v1.9.1