| | 33 | |
| | 34 | == Release 0.7.2 == |
| | 35 | |
| | 36 | * Fix encoding of attachment with comma in name (#1488389) |
| | 37 | * Fix handling of % character in IMAP protocol (#1488382) |
| | 38 | * Fix duplicate names handling in addressbook searches (#1488375) |
| | 39 | * Fix displaying of HTML messages from Disqus (#1488372) |
| | 40 | * Disable E_STRICT warnings on PHP 5.4 |
| | 41 | * Prevent from folder selection on virtual folder collapsing (#1488346) |
| | 42 | * Fix automatic unsubscribe of non-existent folders |
| | 43 | * Fix double-quotes handling in recipient names |
| | 44 | * User configurable setting how to display contact names in list |
| | 45 | * Make contacts list sorting configurable for the admin/user |
| | 46 | * Fix parse errors in DDL files for MS SQL Server |
| | 47 | * Revert SORT=DISPLAY support, removed by mistake (#1488327) |
| | 48 | * Add lost translation label in de_DE (#1488315) |
| | 49 | * Fix drafts update issues when edited from preview pane (#1488314) |
| | 50 | * Fix wrong variable name in rcube_ldap.php (#1488302) |
| | 51 | * Make mime type detection based on filename extension to be case-insensitive |
| | 52 | * Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300) |
| 1080 | | * Fixed some potential security risks (audited by Andris) |
| 1081 | | * Only show new messages if they match the current search (#1484176) |
| 1082 | | * Switch to/from when searcing in Sent folder (#1484555) |
| 1083 | | * Correctly read the References header (#1484646) |
| 1084 | | * Unset old cookie before sending a new value (#1484639) |
| 1085 | | * Correctly decode attachments when downloading them (#1484645 and #1484642) |
| 1086 | | * Suppress IE errors when clearing attachments form (#1484356) |
| 1087 | | * Log error when login fails due to auto_create_user turned off |
| 1088 | | * Filter linked/imported CSS files (closes #1484056) |
| 1089 | | * Improve message compose screen (closes #1484383) |
| 1090 | | * Select next row after removing one from list (#1484387) |
| 1091 | | |
| 1092 | | == Release 0.1-rc2 == |
| 1093 | | |
| 1094 | | * Enable drag-&-dropping of folders to a new parent and allow to create subfolders (#1457344) |
| 1095 | | * Suppress IE errors when clearing attachments form (#1484356) |
| 1096 | | * Set preferences field in user table to NULL (#1484386) |
| 1097 | | * Log error when login fails due to auto_create_user turned off |
| 1098 | | * Filter linked/imported CSS files (closes #1484056) |
| 1099 | | * Improve message compose screen (closes #1484383) |
| 1100 | | * Select next row after removing one |
| | 1100 | * Fixed some potential security risks (au |