| | 2 | |
| | 3 | == Release 0.7 == |
| | 4 | |
| | 5 | * Make Roundcube render the Email Standards Project Acid Test correctly |
| | 6 | * Replace prompt() with jQuery UI dialog (#1485135) |
| | 7 | * Fix navigation in messages search results |
| | 8 | * Improved handling of some malformed values encoded with quoted-printable (#1488232) |
| | 9 | * Add possibility to do LDAP bind before searching for bind DN |
| | 10 | * Fix handling of empty <U> tags in HTML messages (#1488225) |
| | 11 | * Add content filter for embedded attachments to protect from XSS on IE (#1487895) |
| | 12 | * Use strpos() instead of strstr() when possible (#1488211) |
| | 13 | * Fix handling HTML entities when converting HTML to text (#1488212) |
| | 14 | * Fix fit_string_to_size() renders browser and ui unresponsive (#1488207) |
| | 15 | * Fix handling of invalid characters in request (#1488124) |
| | 16 | * Fix merging some configuration options in update.sh script (#1485864) |
| | 17 | * Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208) |
| | 18 | * Fix handling contact photo url with https:// prefix (#1488202) |
| | 19 | * Fix possible infinite redirect on attachment preview (#1488199) |
| | 20 | * Improved clickjacking protection for browsers which don't support X-Frame-Options headers |
| | 21 | * Fixed bug where similiar folder names were highlighted wrong (#1487860) |
| | 22 | * Fixed bug in handling link with '!' character in it (#1488195) |
| | 23 | * Fixed bug where session ID's length was limited to 40 characters (#1488196) |
| | 24 | * TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore) |
| 1080 | | * Add link to message subjects (#1484257) |
| 1081 | | * Fixed marking as read in preview pane (#1484364) |
| 1082 | | * Wrap message body text (#1484148) |
| 1083 | | * LDAP access is back in address book (closes #1484087) |
| 1084 | | * Added search function for contacts |
| 1085 | | * New Template parsing and output encoding |
| 1086 | | * Fixed bugs #1484119 and #1483978 |
| 1087 | | * Fixed message moving procedure (#1484308) |
| 1088 | | * Fixed display of multiple attachments (#1466563) |
| 1089 | | * Fixed check for new messages (#1484310) |
| 1090 | | * List attachments without filename |
| 1091 | | * New session authentication (#1483951 and #1484299) |
| 1092 | | * Correctly translate mailbox names (#1484276) |
| 1093 | | * Quote e-mail address links (#1484300) |
| 1094 | | * Accept single quotes for HTML attributes when modifying message body (thanks Jason) |
| 1095 | | * Sanitize input for new users/identities (thanks Colin Alston) |
| 1096 | | * Convert HTML parts to plaintext if 'prefer_html' is off |
| 1097 | | * Correctly parse message/rfc822 parts (#1484045) |
| 1098 | | * Also use user_id for unique key in messages table (#1484074) |
| 1099 | | * Hide contacts drop down on blur (#1484203) |
| 1100 | | * Make entries in contacts drop down clickable |
| 1101 | | * Turn off browser autocompletion on login page |
| 1102 | | * Quote <? in text/html message parts |
| 1103 | | * Applied patch for attachment download by crichardson (#1484198) |
| 1104 | | * Fixed bug in Postgres DB handling (#1484068) |
| 1105 | | * Fixed bug of invalid calls to fetchRow() in rcube_db.inc (#1484280) |
| 1106 | | * Fixed array_merge bug (#1484281) |
| 1107 | | * Fixed flag for deletion in list view (#1484264) |
| 1108 | | * Finally support semicolons as recipien |
| | 1103 | * Add |