From f12585297974a994bd9b081cd1d70e8ab8d2365e Mon Sep 17 00:00:00 2001 From: jeremie kornobis <jkornobis@linagora.com> Date: Mon, 26 Nov 2012 08:17:20 -0500 Subject: [PATCH] Add new identity level: one identity with edit only signature --- CHANGELOG | 146 ++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 115 insertions(+), 31 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1dd1b51..ff33fd9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,40 +1,45 @@ CHANGELOG Roundcube Webmail =========================== -- Better icons with distinct shapes for priority columns (#1488377) -- Show dedicated icon for multipart/report messages (#1488524) -- Properly hide text of icon links/buttons (#1488534) -- Fix handling of unitless CSS size values in HTML message (#1488535) -- Fix removing contact photo using LDAP addressbook (#1488420) -- Fix storing X-ANNIVERSARY date in vCard format (#1488527) -- Update to Mail_Mime-1.8.5 (#1488521) +- Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) +- Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760) +- Fix HTML part detection in messages with attachments (#1488769) +- Fix bug where wrong words were highlighted on spell-before-send check +- Fix handling of URLs with asterisk characters (#1488759) +- Remove automatic to-lowercase conversion of usernames (#1488715) +- Fix scrolling quirk in email preview frame using Opera 12 (#1488763) +- Fix displaying of multipart/alternative messages with empty parts (#1488750) +- Fix threaded list sorting on PHP < 5.2.9 (#1488748) +- Plugin API: Add 'email_list' argument for identities data in user_create hook +- Integrated zipdownload plugin to download all attachments (#1445509) +- Fix HTML special characters handling in message list/header display (#1488523) +- List related text/html part as attachment in plain text mode (#1488677) +- Use IMAP BINARY (RFC3516) extension to fetch message/part bodies +- Fix folder creation under public namespace root (#1488665) +- Fix so "Edit as new" on draft creates a new message (#1488687) +- Fix invalid error message on deleting mail from read only folder (#1488694) +- Replace data URIs of images (pasted in HTML editor) with inline attachments (#1488502) +- Remove (too big) min-width on mail screen +- Added template object 'frame' +- Add option to enable HTML editor on forwarding (#1488517) +- Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) +- Added session_path config option and unified cookies settings in javascript +- Added "Undeleted" option to messages list filter +- Rewritten test scripts for PHPUnit +- Add new DB abstraction layer based on PHP PDO, supporting SQLite3 (#1488332) +- Removed PEAR::MDB2 package +- Removed users.alias column, added option ('user_aliases') + to use email address from identities as username (#1488581) +- Removed redundant cache.cache_id column (#1488528) +- Fix order of attachments in sent mail (#1488423) - Fix Shift + delete button does not permanently delete messages (#1488243) - Add Content-Length for attachments where possible (#1485478) - Fix attachment sizes in message print page and attachment preview page (#1488515) -- Fix XSS vulnerability in message subject handling using Larry skin (#1488519) -- Fix handling of links with various URI schemes e.g. "skype:" (#1488106) -- Fix handling of links inside PRE elements on html to text conversion -- Fix indexing of links on html to text conversion - Add mail attachments using drag & drop on HTML5 enabled browsers - Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_mimeDecode package (#1485585) -- Decode header value in rcube_mime::get() by default (#1488511) -- Fix errors with enabled PHP magic_quotes_sybase option (#1488506) -- Fix SQL query for contacts listing on MS SQL Server (#1488505) -- Update to TinyMCE 3.5.2 -- Fix window.resize handler on IE8 and Opera (#1488453) -- Don't let error message popups cover the login form (#1488500) - Display Tiff as Jpeg in browsers without Tiff support (#1488452) - Don't display Pdf/Tiff/Flash attachments inline without browser support (#1488452, #1487929) -- Don't show errors when moving contacts into groups they are already in (#1488493) -- Make folders with unread messages in subfolders bold again (#1486793) -- Abbreviate long attachment file names with ellipsis (#1488499) -- Fix html2text conversion of strong|b|a|th|h tags when used in upper case -- Add listcontrols template container in Larry skin (#1488498) -- Fix host autoselection when default_host is an array (#1488495) -- Move messages forwarding mode setting into Preferences - Add is_escaped attribute for html_select and html_textarea (#1488485) -- Fix HTML entities handling in HTML editor (#1488483) -- Fix listing shared folders on Courier IMAP (#1488466) - Fix issue where draft auto-save wasn't executed after some inactivity time - Add vCard import from multiple files at once (#1488015) - Roundcube Framework: @@ -45,6 +50,89 @@ Unified global functions naming (rcube_ prefix) Move global functions from main.inc and rcube_shared.inc into classes Better classes separation + +RELEASE 0.8.2 +------------- +- Fix XSS vulnerability from HTTP User-Agent header (#1488737) +- Force fonts in compose fields to be all the same (#1488690) +- Fix handling vCard entries with TEL;TYPE=CELL (#1488728) +- Fix error where session wasn't updated after folder rename/delete (#1488692) +- Fix PLAIN authentication for some IMAP servers (#1488674) +- Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683) +- Fix focus issue in IE when selecting message row (#1488620) +- Add full headers view in message preview window (#1488538) +- Fix message display page issues - unified with message preview (#1488590, #1488642) +- Fix displaying all headers when they contain malformed characters (#1488666) +- Fix decoding of HTML messages with UTF-16 charset specified (#1488654) +- Fix quota capability detection so it can be overwritten by a plugin (#1488655) +- Fix identity selection on reply (#1488101) +- Fix Larry's messages list filter in IE (#1488632) +- Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626) +- Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628) +- Fix email address validation for addresses with IP address in domain part +- Fix Larry skin issues in IE7 compat. mode (#1488618) +- Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed + +RELEASE 0.8.1 +------------- +- Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593) +- Fix lower-casing email address on replies (#1488598) +- Fix line separator in exported messages (#1488603) +- Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613) +- Fix XSS issue where href="javascript:" wasn't secured (#1488613) +- Fix impossible to create message with empty plain text part (#1488610) +- Fix stripped apostrophes when replying in plain text to HTML message (#1488606) +- Fix inactive Save search option after advanced search (#1488607) +- Fix Remove from group option is active for contact search result (#1488608) +- Disable autocapitalization in login form on iPad/iPhone (#1488609) +- Fix focus on the list when list row is clicked (#1488600) +- Added separate From and To columns apart from smart From/To column (#1486891) +- Fix fallback to Larry skin when configured skin isn't available (#1488591) +- Fix (workaround) delete operations with some versions of memcache (#1488592) +- Fix (disable) request validation for spell and spell_html actions + +RELEASE 0.8.0 +------------- +- Don't show product version on login screen (can be enabled by config) +- Renamed old default skin to 'classic'. Larry is the new default skin. +- Support connections to memcached socket file (#1488577) +- Enable TinyMCE inlinepopups plugin +- Update to TinyMCE 3.5.6 +- Correctly escape localized labels in javascript variable (#1488567) +- Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication (#1488571) +- Don't add attachments content into reply/forward/draft message body (#1488557) +- Fix 'no connection' errors on page unloads (#1488547) +- Plugin API: Add 'unauthenticated' hook (#1488138) +- Show explicit error message when provided hostname is invalid (#1488550) +- Fix wrong compose screen elements focus in IE9 (#1488541) +- Fix fatal error when date.timezone isn't set (#1488546) +- Update to TinyMCE 3.5.4.1 +- Better icons with distinct shapes for priority columns (#1488377) +- Show dedicated icon for multipart/report messages (#1488524) +- Properly hide text of icon links/buttons (#1488534) +- Fix handling of unitless CSS size values in HTML message (#1488535) +- Fix removing contact photo using LDAP addressbook (#1488420) +- Fix storing X-ANNIVERSARY date in vCard format (#1488527) +- Update to Mail_Mime-1.8.5 (#1488521) +- Fix XSS vulnerability in message subject handling using Larry skin (#1488519) +- Fix handling of links with various URI schemes e.g. "skype:" (#1488106) +- Fix handling of links inside PRE elements on html to text conversion +- Fix indexing of links on html to text conversion +- Decode header value in rcube_mime::get() by default (#1488511) +- Fix errors with enabled PHP magic_quotes_sybase option (#1488506) +- Fix SQL query for contacts listing on MS SQL Server (#1488505) +- Fix window.resize handler on IE8 and Opera (#1488453) +- Don't let error message popups cover the login form (#1488500) +- Update to TinyMCE 3.5.2 +- Don't show errors when moving contacts into groups they are already in (#1488493) +- Make folders with unread messages in subfolders bold again (#1486793) +- Abbreviate long attachment file names with ellipsis (#1488499) +- Fix html2text conversion of strong|b|a|th|h tags when used in upper case +- Add listcontrols template container in Larry skin (#1488498) +- Fix host autoselection when default_host is an array (#1488495) +- Move messages forwarding mode setting into Preferences +- Fix HTML entities handling in HTML editor (#1488483) +- Fix listing shared folders on Courier IMAP (#1488466) RELEASE 0.8-rc -------------- @@ -163,7 +251,7 @@ - Fix handling contact photo url with https:// prefix (#1488202) - Fix possible infinite redirect on attachment preview (#1488199) - Improved clickjacking protection for browsers which don't support X-Frame-Options headers -- Fixed bug where similiar folder names were highlighted wrong (#1487860) +- Fixed bug where similar folder names were highlighted wrong (#1487860) - Fixed bug in handling link with '!' character in it (#1488195) - Fixed bug where session ID's length was limited to 40 characters (#1488196) - TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore) @@ -1366,7 +1454,3 @@ Now based on the message structure delivered by the IMAP server. - Fixed some XSS and SQL injection issues - Fixed charset problems with folder renaming - - - - -- Gitblit v1.9.1