From 719a257f0c8fd750a4984ed56273dc653565729e Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 10 Aug 2007 04:27:40 -0400 Subject: [PATCH] Some bugfixes, security issues + minor improvements --- CHANGELOG | 61 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f78d3dc..1c1810b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,67 @@ CHANGELOG RoundCube Webmail --------------------------- +2007/08/09 (thomasb) +---------- +- Identify mailboxes case-sensitive +- Sort mailbox list case-insensitive (closes #1484338) +- Fix display of multipart messages from Apple Mail (closes #1484027) +- Protect AJAX request from being fetched by a foreign site (XSS) +- Make autocomplete for loginform configurable by the skin template + + +2007/07/09 (richs) +---------- +- Fixed bug with buttons not dimming/enabling properly after switching folders +- Fixed compose window becoming unresponsive after saving a draft (#1484487) +- Re-enabled "Back" button in compose window now that bug #1484487 is fixed +- Fixed unresponsive interface issue when downloading attachments (#1484496) +- Lowered status message time from 5 to 3 seconds to improve responsiveness +- Added note to INSTALL about .htaccess limiting upload_max_filesize +- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini +- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages +- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed + + +2007/07/03 (thomasb) +---------- +- Added Macedonian (Slavic FYROM) localization +- Fix status message bug #1484464 with regard to #1484353 +- Fix address adding bug reported by David Koblas +- Applied socket error patch by Thomas Mangin + + +2007/06/28 (tomekp) +---------- +- fix typos in Polish localization (Janusz Zamecki) + + +2007/06/27 (tomekp) +---------- +- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization + + +2007/06/12 (thomasb) +---------- +- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization +- Added Irish/Gaelic translation +- Little correction in Swedish translation +- Quote username for virtuser_query +- Pass-by-reference workarround for PHP5 in sendmail.inc + + +2007/06/04 (estadtherr) +---------- +- Fixed bug in HTML->Plain editor toggling + + +2007/05/28 (thomasb) +--------- +- Fixed buggy imap_root settings (closes #1484379) +- Prevent default events on subject links (#1484399) +- Typo in rcube_smtp.inc + + 2007/05/23 (estadtherr) ---------- - Upgrade to TinyMCE v2.1.1.1 -- Gitblit v1.9.1