From dc684a737a062bb738f91d844e0700ce59d332a1 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 29 Dec 2014 03:53:14 -0500 Subject: [PATCH] Update changelog --- CHANGELOG | 73 +++++++++++++++++++++++++++++++++++- 1 files changed, 71 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70b6c7e..878a4d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,35 @@ CHANGELOG Roundcube Webmail =========================== +- Update jQuery to version 2.1.3 +- Improve system security by using optional special URL with security token - use_secure_urls +- Allow to define separate server/path for image/js/css files - assets_url/assets_dir +- Sync vendor folder if exists in source package (#1490145) +- Avoid useless reloading list when resetting search with active filter (#1490057) +- Fix invalid folder selection if clicked while busy (#1490158) +- Fix import of multiple contact email addresses from Outlook-csv format (#1490169) +- Fix drag-n-drop to folders expanded while dragging (#1490157) +- Fix import of multiple contact groups from Google-csv format (#1490159) +- Fix import of contacts with multiple email addresses from Google-csv format (#1490178) +- Fix bugs where CSRF attacks were still possible on some requests +- Fix some rcube_utils::anytodatetime() corner cases with timezone mismatches (#1490163) +- Improve move-to and contact-export button in classic skin (#1490166) +- Fix wrong icon for download button in classic skin + +RELEASE 1.1-beta +---------------- +- Fix skin path handling in plugin context (#1488967) +- Prevent memory exhaustion on image resizing with GD on Windows (#1489937) +- Add plugin hook for database table name lookups as requested in #1489837 +- Added Oracle database support +- Support contacts import in GMail CSV format +- Added namespace filter in Folder Manager +- Added folder searching in Folder Manager +- Fix restoring draft messages from localStorage if editor mode differs (#1490016) +- Added config option/user preference to disable saving messages in localStorage (#1489979) +- Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging +- Added config option 'log_session_id' to control the lengh of the session identifer in logs +- Implemented 'storage_connected' API hook after successful IMAP login (#1490025) - Intergrate Net_LDAP3 and rcube_ldap_generic classes - Add option (disabled_actions) to disable UI elements/actions (#1489638) - Support password encryption using openssl extension (#1489989) @@ -10,9 +39,7 @@ - Support images in HTML signatures (#1488676) - Display full quota information in popup (#1485769, #1486604) - Mail compose: Selecting contact inserts recipient to previously focused input - to/cc/bcc accordingly (#1489684) -- Add option to set default message list mode - default_list_mode (#1487312) - Close "no subject" prompt with Enter key (#1489580) -- Add config option to specify IMAP connection socket parameters - imap_conn_options (#1489948) - Password: Add option to force new users to change their password (#1486884) - Improve support for screen readers and assistive technology using WCAG 2.0 and WAI ARIA standards - Enable basic keyboard navigation throughout the UI (#1487845) @@ -40,11 +67,53 @@ - Optimize some framed pages content for better performance (#1489792) - Improve text messages display and conversion to HTML (#1488937) - Don't remove links when html signature is converted to text (#1489621) +- Fix page title when using search filter (#1490023) - Fix mbox files import +- Fix some character sets detection (#1490135) +- Fix so attachment charset is set in headers of forward/draft message (#1490109) +- Fix bug where wrong charset could be used for text attachment preview page (#1490106) + +RELEASE 1.0.4 +------------- +- Disable TinyMCE contextmenu plugin as there are more cons than pros in using it (#1490118) +- Fix bug where show_real_foldernames setting wasn't honored on compose page (#1490153) +- Fix issue where Archive folder wasn't protected in Folder Manager (#1490154) +- Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115) +- Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) +- Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) +- Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103) +- Fix font style display issue in HTML messages with styled <span> elements (#1490101) +- Fix download of attachments that are part of TNEF message (#1490091) +- Fix handling of uuencoded messages if messages_cache is enabled (#1490108) +- Fix handling of base64-encoded attachments with extra spaces (#1490111) +- Fix handling of UNKNOWN-CTE response, try do decode content client-side (#1490046) +- Fix bug where creating subfolders in shared folders wasn't possible without ACL extension (#1490113) +- Fix reply scrolling issue with text mode and start message below the quote (#1490114) +- Fix possible issues in skin/skin_path config handling (#1490125) +- Fix lack of delimiter for recipient addresses in smtp_log (#1490150) +- Fix generation of Blowfish-based password hashes (#1490184) +- Fix bugs where CSRF attacks were still possible on some requests + +RELEASE 1.0.3 +------------- +- Initialize HTML editor before restoring a message from localStorage (#1490016) +- Add 'sig_max_lines' config option to default config file (#1490071) +- Add config option to specify IMAP connection socket parameters - imap_conn_options (#1489948) +- Add option to set default message list mode - default_list_mode (#1487312) +- Enable contextmenu plugin for TinyMCE editor (#1487014) +- Fix insert-signature command in external compose window if opened from inline compose screen (#1490074) - Fix some mime-type to extension mapping checks in Installer (#1489983) - Fix errors when using localStorage in Safari's private browsing mode (#1489996) - Fix bug where $Forwarded flag was being set even if server didn't support it (#1490000) - Fix various iCloud vCard issues, added fallback for external photos (#1489993) +- Fix invalid Content-Type header when send_format_flowed=false (#1489992) +- Fix errors when adding/updating contacts in active search (#1490015) +- Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029) +- Fix contacts list update after adding/deleting/moving a contact (#1490028, #1490033) +- Fix handling of email addresses with quoted domain part (#1490040) +- Fix comm_path update on task switch (#1490041) +- Fix error in MSSQL update script 2013061000.sql (#1490061) +- Fix validation of email addresses with IDNA domains (#1490067) RELEASE 1.0.2 ------------- -- Gitblit v1.9.1