From 79cd6cefd5996031ebb93ffdac609d503553afb0 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 01 Mar 2011 17:35:58 -0500 Subject: [PATCH] Simplify code --- CHANGELOG | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5054fd9..5687ca1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,52 @@ CHANGELOG Roundcube Webmail =========================== +- New config option for custom logo +- Allow skins to define/override texts with <roundcube:label /> +- Add simple ACL rights/namespace handling in folder manager +- Fix parsing links with non-printable characters inside (#1487805) +- Force IE to send referers (#1487806) +- Fixed de_CH Localization bugs (#1487773) +- Better display of vcard import results (#1485457) +- Improved vcard import +- Interactive update script with improved DB schema check +- jQuery 1.5.1 +- Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column +- Add LDAP SASL bind and proxy authentication (#1486692) +- Add variable for 'Today' label in date_today option (#1486120) +- Fix dont_override setting does not override existing user preferences (#1487664) +- Use only one from IMAP authentication methods to prevent login delays (1487784) +- Replying to a sent message puts the old recipient as the new recipient (#1487074) +- Fulltext search over (almost) all data for contacts +- Extend address book with rich contact information +- Support strftime format in date_today option + +RELEASE 0.5.1 +------------- +- Fix handling of attachments with invalid content type (#1487767) +- Add workaround for DBMail's bug http://www.dbmail.org/mantis/view.php?id=881 (#1487766) +- Use IMAP's ID extension (RFC2971) to print more info into debug log +- Security: add optional referer check to prevent CSRF in GET requests +- Fix email_dns_check setting not used for identities/contacts (#1487740) +- Fix ICANN example addresses doesn't validate (#1487742) +- Security: protect login form submission from CSRF +- Security: prevent from relaying malicious requests through modcss.inc +- Fix handling of non-image attachments in multipart/related messages (#1487750) +- Fix IDNA support when IDN/INTL modules are in use (#1487742) +- Fix handling of invalid HTML comments in messages (#1487759) +- Fix parsing FETCH response for very long headers (#1487753) +- Fix add/remove columns in message list when message_sort_order isn't set (#1487751) +- Check mime headers before attempt to parse them (#1487745) +- Quote header values in show_additional_headers plugin (#1487744) +- Fix settings UI on IE 6 (#1487724) +- Remove double borders in folder listing (#1487713) +- Separate full message headers UI element from headers table (#1487715) +- Add part MIME ID to message_part_* hooks (#1487718) +- Improve parsing of MS Outlook vCards (#1487716) +- Updated PEAR::Net_Socket to 1.0.10 +- Updated PEAR::Net_IDNA2 to 0.1.1 +- Fix handling of comments inside an email address spec. (#1487673) +- Show full mail subject as title when hovering a cut subject link (#1487128) - Fix randomly disappearing folders list in IE (#1487704) - Fix list column add/removal in IE (#1487703) - Fix login redirect issues (#1487686) -- Gitblit v1.9.1