| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix so install do not fail when one of DB driver checks fails but other drivers exist (#1489178) |
| | | - Fix so exported vCard specifies encoding in v3-compatible format (#1489183) |
| | | - Fix session issues when local and database time differs (#1486132) |
| | | - Fix thread cache syncronization/validation (#1489028) |
| | | - Added feature to import messages to the currently selected folder |
| | | - Add option show_real_foldernames to disable localization of special folders |
| | | - Fix database cache expunge issues (#1489149) |
| | | - Fix date format issues on MS SQL Server (#1488918) |
| | | - Add imap_cache_ttl option to configure TTL of imap_cache |
| | | - Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl options |
| | | - Fix "duplicate entry" errors on inserts to imap cache tables (#1489146) |
| | | - Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016) |
| | | - Added user preference to open all popups as standard windows |
| | | - Implemented shared cache (rcube_cache_shared) |
| | | - Change Reply-All button label/title when mailing list is detected (#1488938) |
| | | - Fix SMTP connection using IPv6 address in smtp_server option (#1489024) |
| | | - Added attachment_reminder plugin |
| | | - Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090) |
| | | - Fix various PHP code bugs found using static analysis (#1489086) |
| | | - Fix backslash character handling on vCard import (#1489085) |
| | | - Fix csv import from Thunderbird with French localization (#1489059) |
| | | - Fix messages list focus issue in Opera and Webkit (#1489058) |
| | | - Make PHP code eval() free, use create_function() |
| | | - Add option to display email address together with a name in mail preview (#1488732) |
| | | - Fix Reply-To header handling in Reply-All action (#1489037) |
| | | - Fix so Sender: address is added to Cc: field on reply to all (#1489011) |
| | | - Fix so addressbook_search_mode works also for group search (#1489079) |
| | | - Fix removal of a contact from a group in LDAP addressbook (#1489081) |
| | | - Support CSV import from Atmail (#1489045) |
| | | - Inlcude SQL query in the log on SQL error (#1489064) |
| | | - Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074) |
| | | - Fix very small window size in Chrome (#1488931) |
| | | - Fix list page reset when viewing a message in Larry skin (#1489076) |
| | | - Fix min_refresh_interval handling on preferences save (#1489073) |
| | | - Fix PDF support detection for Firefox PDF.js (#1488972) |
| | | - Add db_prefix configuration option in place of db_table_*/db_sequence_* options |
| | | - Make possible to use db_prefix for schema initialization in Installer (#1489067) |
| | | - Fix updatedb.sh script so it recognizes also table prefix for external DDL files |
| | | - Fix possible collision in generated thumbnail cache key (#1489069) |
| | | - Fix exit code on bootsrap errors in CLI mode (#1489044) |
| | | - Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043) |
| | | - Fix error when using check_referer=true |
| | | - Fix incorrect handling of some specific links (#1489060) |
| | | - Fix incorrect handling of leading spaces in text wrapping |
| | | - Fix unintentional messages list jumps on click in Internet Explorer (#1489056) |
| | | - Fix list of required configuration options (#1489055) |
| | | - Fix DB error when creating a new contact and a group is selected (#1489051) |
| | | - Fix handling of deprecated boolean value of reply_mode option (#1489052) |
| | | - Fix parsing invalid date string (#1489035) |
| | | - Add "with attachment" option to messages list filter (#1485382) |
| | | - Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005) |
| | |
| | | - Fix export of selected contacts from search result (#1488905) |
| | | - Feature to export only selected contacts from addressbook (by Phil Weir) |
| | | |
| | | RELEASE 0.9.2 |
| | | ------------- |
| | | - Fix image thumbnails display in print mode (#1489134) |
| | | - Fix height of message headers block (#1489108) |
| | | - Fix timeout issue on drag&drop uploads (#1489170) |
| | | - Fix default sorting of threaded list when THREAD=REFS isn't supported |
| | | - Fix list mode switch to 'List' after saving list settings in Larry skin (#1489164) |
| | | - Fix error when there's no writeable addressbook source (#1489162) |
| | | - Fix zipdownload plugin issue with filenames charset (#1489156) |
| | | - Fix so non-inline images aren't skipped on forward (#1489150) |
| | | - Fix "null" instead of empty string on messages list in IE10 (#1489145) |
| | | - Fix legacy options handling |
| | | - Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011) |
| | | - Fix bug where serialized strings were truncated in PDO::quote() (#1489142) |
| | | - Fix displaying messages with invalid self-closing HTML tags (#1489137) |
| | | - Fix PHP warning when responding to a message with many Return-Path headers (#1489136) |
| | | - Fix unintentional compose window resize (#1489114) |
| | | - Fix performance regression in text wrapping function (#1489133) |
| | | - Fix connection to posgtres db using unix socket (#1489132) |
| | | - Fix handling of comma when adding contact from contacts widget (#1489107) |
| | | - Fix bug where a message was opened in both preview pane and new window on double-click (#1489122) |
| | | - Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml (#1489110) |
| | | - Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094) |
| | | - Fix invalid option selected in default_font selector when font is unset (#1489112) |
| | | - Fix displaying contact with ID divisible by 100 in sql addressbook (#1489121) |
| | | - Fix browser warnings on PDF plugin detection (#1489118) |
| | | - Fix fatal error when parsing UUencoded messages (#1489119) |
| | | |
| | | RELEASE 0.9.1 |
| | | ------------- |
| | | - Better German labels for from/to to avoid conflicts with 'sender' (#1489084) |
| | | - Fix problem where security warning was displayed for valid images with image/jpg type (#1489097) |
| | | - Fix handling of invalid email addresses in headers (#1489092) |
| | | - Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090) |
| | | - Fix various PHP code bugs found using static analysis (#1489086) |
| | | - Fix backslash character handling on vCard import (#1489085) |
| | | - Fix csv import from Thunderbird with French localization (#1489059) |
| | | - Fix messages list focus issue in Opera and Webkit (#1489058) |
| | | - Fix Reply-To header handling in Reply-All action (#1489037) |
| | | - Fix so Sender: address is added to Cc: field on reply to all (#1489011) |
| | | - Fix so addressbook_search_mode works also for group search (#1489079) |
| | | - Fix removal of a contact from a group in LDAP addressbook (#1489081) |
| | | - Inlcude SQL query in the log on SQL error (#1489064) |
| | | - Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074) |
| | | - Fix very small window size in Chrome (#1488931) |
| | | - Fix list page reset when viewing a message in Larry skin (#1489076) |
| | | - Fix min_refresh_interval handling on preferences save (#1489073) |
| | | - Fix PDF support detection for Firefox PDF.js (#1488972) |
| | | - Fix possible collision in generated thumbnail cache key (#1489069) |
| | | - Fix exit code on bootsrap errors in CLI mode (#1489044) |
| | | - Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043) |
| | | - Fix error when using check_referer=true |
| | | - Fix incorrect handling of some specific links (#1489060) |
| | | - Fix incorrect handling of leading spaces in text wrapping |
| | | - Fix unintentional messages list jumps on click in Internet Explorer (#1489056) |
| | | - Fix list of required configuration options (#1489055) |
| | | - Fix DB error when creating a new contact and a group is selected (#1489051) |
| | | - Fix handling of deprecated boolean value of reply_mode option (#1489052) |
| | | |
| | | RELEASE 0.9.0 |
| | | ------------- |
| | | - Fix display of HTML entities in protected folder name (#1489042) |