Thomas Bruederli
2013-05-16 e68942c65bc9fe9f182a46b43e169987879957dd
commit | author | age
e019f2 1 CHANGELOG Roundcube Webmail
ccc2e3 2 ===========================
4e17e6 3
e68942 4 RELEASE 0.9.1
TB 5 -------------
6 - Better German labels for from/to to avoid conflicts with 'sender' (#1489084)
05b5f9 7 - Fix problem where security warning was displayed for valid images with image/jpg type (#1489097)
bde854 8 - Fix handling of invalid email addresses in headers (#1489092)
c8f558 9 - Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090)
187cf5 10 - Fix various PHP code bugs found using static analysis (#1489086)
e4f288 11 - Fix backslash character handling on vCard import (#1489085)
ac2df4 12 - Fix csv import from Thunderbird with French localization (#1489059)
2f5495 13 - Fix messages list focus issue in Opera and Webkit (#1489058)
283ac9 14 - Fix Reply-To header handling in Reply-All action (#1489037)
9b8206 15 - Fix so Sender: address is added to Cc: field on reply to all (#1489011)
62fe54 16 - Fix so addressbook_search_mode works also for group search (#1489079)
54c6d6 17 - Fix removal of a contact from a group in LDAP addressbook (#1489081)
410a4c 18 - Inlcude SQL query in the log on SQL error (#1489064)
9712d2 19 - Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074)
6c3e46 20 - Fix very small window size in Chrome (#1488931)
af98eb 21 - Fix list page reset when viewing a message in Larry skin (#1489076)
8eb66e 22 - Fix min_refresh_interval handling on preferences save (#1489073)
967860 23 - Fix PDF support detection for Firefox PDF.js (#1488972)
ecc1b3 24 - Fix possible collision in generated thumbnail cache key (#1489069)
b542f8 25 - Fix exit code on bootsrap errors in CLI mode (#1489044)
ae0c13 26 - Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
457130 27 - Fix error when using check_referer=true
17fb6e 28 - Fix incorrect handling of some specific links (#1489060)
102b08 29 - Fix incorrect handling of leading spaces in text wrapping
f55bfe 30 - Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
2bed05 31 - Fix list of required configuration options (#1489055)
59997a 32 - Fix DB error when creating a new contact and a group is selected (#1489051)
8b8462 33 - Fix handling of deprecated boolean value of reply_mode option (#1489052)
AM 34
a7db8f 35 RELEASE 0.9.0
TB 36 -------------
37 - Fix display of HTML entities in protected folder name (#1489042)
828992 38 - Set minimal permissions to temp files (#1488996)
a32682 39 - Improve content check for embedded images without filename (#1489029)
6f4b50 40 - Fix handling of invalid characters in message headers and output (#1489032)
e15222 41 - Avoid race-conditions with concurrent attachment uploads (#1488422)
84243d 42 - Fix selecting collapsed rows on select-all (#1489036)
ea002b 43 - Fix possible header duplicates when using additional headers (#1489033)
d74b41 44 - Fix session issues with use_https=true (#1488986)
4dd9bb 45 - Fix blockquote width in sent mail (#1489031)
60fd3c 46 - Fix keyboard events on list widgets in Internet Explorer (#1489025)
AM 47
48 RELEASE 0.9-rc2
49 ---------------
285b1c 50 - Fix security issue in save-pref command
099d2b 51 - Remove sig_above configuration option, use reply_mode only (#1489001)
321d8b 52 - Refresh current folder in opener window after draft save or message sent (#1488997)
d60808 53 - Fix saving draft just after entering compose window (#1489012)
73f094 54 - Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008)
da595a 55 - Fix handling of some conditional comment tags in HTML message (#1489004)
1d719e 56 - Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
5b82ed 57 - Better handling of session errors in ajax requests (#1488960)
58993f 58 - Fix HTML part detection for some specific message structures (#1488992)
097c54 59 - Don't show fake address - phishing prevention (#1488981)
2bbbca 60 - Fix forward as attachment bug with editormode != 1 (#1488991)
c4ff57 61 - Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984)
527e7d 62 - Fix javascript errors when working in a page opened with taget="_blank"
6e3f2b 63 - Mention SQLite database format change in UPGRADING file (#1488983)
499970 64 - Increase maxlength to 254 chars for email input fields in addressbook (#1488987)
dedf13 65 - Fix thumbnail size when GD extension is used for image resize (#1488985)
779700 66 - Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526)
AM 67
ec2453 68 RELEASE 0.9-rc
AM 69 --------------
ccc2e3 70 - Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)
fd777a 71 - Add workaround for invalid message charset detection by IMAP servers (#1488968)
203251 72 - Fix NUL characters in content-type of ms-tnef attachment (#1488964)
60dabb 73 - Fix regression in handling LDAP contact identifiers (#1488959)
b2932c 74 - Updated translations from Transifex
TB 75 - Fix buggy error template in a frame (#1488938)
b3bbb2 76 - Add addressbook widget on compose page in classic skin
490119 77 - Add search box to compose address book widget (#1488381)
01f1af 78 - Fix login in case when default_host is an array with one element (#1488928)
aefb92 79 - Use LDAP fallback hosts on connect + bind instead of ldap_connect() only.
TB 80 - Add config option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT option)
a2181e 81 - Submit Addressbook advanced search form with Enter key (#1488568)
aefb92 82 - Also block remote images in HTML part view (#1488827)
5a2453 83 - Improved database schema upgrade procedure, added updatedb.sh script
fd88a2 84 - Force autocommit mode in mysql database driver (#1488902)
AM 85
86 RELEASE 0.9-beta
87 ----------------
83f707 88 - Fix searching by date in address book (#1488888)
a5b8ef 89 - Improve charset detection by prioritizing charset according to user language (#1485669)
21106b 90 - Fix handling of escaped separator in vCard file (#1488896)
240ad5 91 - Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
232535 92 - Add option to use envelope From address for MDN responses (#1488880)
347ba3 93 - Add possibility to search in message body only (#1488770)
cb0f03 94 - Support "multipart/relative" as an alias for "multipart/related" type (#1488886)
830fd2 95 - Display PGP/MIME signature attachments as "Digital Signature" (#1488570)
2b80d5 96 - Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879)
a07926 97 - Fix version comparisons with -stable suffix (#1488876)
c5d7c9 98 - Add unsupported alternative parts to attachments list (#1488870)
f5e7a1 99 - Add Compose button on message view page (#1488747)
83370e 100 - Display 'Sender' header in message preview
dfc578 101 - Plugin API: Added message_before_send hook
ff4a92 102 - Fix contact copy/add-to-group operations on search result (#1488862)
a0e3dc 103 - Use matching identity in MDN response (#1488864)
3f08b3 104 - Fix unwanted horizontal scrollbar in message preview header (#1488866)
a9bb50 105 - Fix handling of signatures on draft edit (#1488798)
04689f 106 - Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858)
d9f109 107 - Allow forwarding of multiple emails (#1486854)
a39859 108 - Fix big memory consumption of DB layer (#1488856)
c7ff6e 109 - Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
74cd0a 110 - Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
7eb780 111 - Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836)
876d31 112 - Fix empty email on identities list after identity update (#1488834)
587554 113 - Add new identities_level: (4) one identity with possibility to edit only signature
bb5d72 114 - Use Delivered-To and Envelope-To headers for identity selection (#1488840, #1488553)
4f80bb 115 - Fix XSS vulnerability using Flash files (#1488828)
14d00d 116 - Fix absolute positioning in HTML messages (#1488819)
d0edbf 117 - Fix cache (in)validation after setting \Deleted flag
17a8fb 118 - Fix keybord events on messages list in opera browser (#1488823)
2b55d4 119 - Fix selection of collapsed thread rows (#1488772)
84294d 120 - Always save drafts with format=flowed in order to keep original line wraps (#1488799)
42b8a6 121 - Fix wrapping of quoted text with format=flowed (#1488177)
6459d8 122 - Select default_addressbook on the list in Address Book (#1488280)
584e35 123 - Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)
383379 124 - Support contacts import from CSV file (#1486399)
7da997 125 - Improved keep-alive action. Now the interval is based on session_lifetime (#1488507)
AM 126 - Added cross-task 'refresh' request for system state updates (#1488507)
f22654 127 - Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
52d0d9 128 - Fix handling of text/enriched content on message reply/forward/edit
d7f349 129 - Option to display attached images as thumbnails below message body
003b17 130 - Upgraded to jQuery 1.8.3 and jQuery UI 1.9.1
2cae79 131 - Add config option to automatically generate LDAP attributes for new entries
15eb32 132 - Add user settings to open message view and compose form in new windows (#1485486)
086b15 133 - Better client-side timezone detection using the jsTimezoneDetect library (#1488725)
e04e31 134 - Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686)
f0affa 135 - Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760)
22c67d 136 - Fix handling of URLs with asterisk characters (#1488759)
df95e7 137 - Remove automatic to-lowercase conversion of usernames (#1488715)
659c7b 138 - Plugin API: Add 'email_list' argument for identities data in user_create hook
371a09 139 - Integrated zipdownload plugin to download all attachments (#1445509)
649cc1 140 - Fix HTML special characters handling in message list/header display (#1488523)
f7c11e 141 - List related text/html part as attachment in plain text mode (#1488677)
bf1d94 142 - Use IMAP BINARY (RFC3516) extension to fetch message/part bodies
4697c2 143 - Fix folder creation under public namespace root (#1488665)
41b3fe 144 - Fix so "Edit as new" on draft creates a new message (#1488687)
524e48 145 - Fix invalid error message on deleting mail from read only folder (#1488694)
9287ed 146 - Replace data URIs of images (pasted in HTML editor) with inline attachments (#1488502)
e8b917 147 - Remove (too big) min-width on mail screen
b7d33e 148 - Added template object 'frame'
8eefbb 149 - Add option to enable HTML editor on forwarding (#1488517)
651c7b 150 - Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149)
ae7027 151 - Added session_path config option and unified cookies settings in javascript
c8f35a 152 - Added "Undeleted" option to messages list filter
e82492 153 - Rewritten test scripts for PHPUnit
398bff 154 - Add new DB abstraction layer based on PHP PDO, supporting SQLite3 (#1488332)
de56ea 155 - Removed PEAR::MDB2 package
565c47 156 - Removed users.alias column, added option ('user_aliases')
AM 157   to use email address from identities as username (#1488581)
83121e 158 - Removed redundant cache.cache_id column (#1488528)
b169de 159 - Fix order of attachments in sent mail (#1488423)
024f2a 160 - Fix Shift + delete button does not permanently delete messages (#1488243)
AM 161 - Add Content-Length for attachments where possible (#1485478)
162 - Fix attachment sizes in message print page and attachment preview page (#1488515)
163 - Add mail attachments using drag & drop on HTML5 enabled browsers
164 - Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_mimeDecode package (#1485585)
165 - Display Tiff as Jpeg in browsers without Tiff support (#1488452)
166 - Don't display Pdf/Tiff/Flash attachments inline without browser support (#1488452, #1487929)
167 - Add is_escaped attribute for html_select and html_textarea (#1488485)
168 - Fix issue where draft auto-save wasn't executed after some inactivity time
169 - Add vCard import from multiple files at once (#1488015)
170 - Roundcube Framework:
171     Add possibility to replace IMAP driver with custom class
172     Add IMAP auto-connection feature, improving performance with caching enabled
173     Replace imap_init hook with storage_init (with additional 'driver' argument)
174     Improved performance by caching IMAP server's capabilities in session
175     Unified global functions naming (rcube_ prefix)
176     Better classes separation
ba6f21 177     Framework files moved to lib/Roundcube
024f2a 178