Thomas Bruederli
2013-02-10 6b5e31f0afb393397c20b03c312a8357dc472692
commit | author | age
e019f2 1 CHANGELOG Roundcube Webmail
49c49b 2 ===========================
4e17e6 3
b2932c 4 - Updated translations from Transifex
TB 5 - Fix buggy error template in a frame (#1488938)
b3bbb2 6 - Add addressbook widget on compose page in classic skin
490119 7 - Add search box to compose address book widget (#1488381)
01f1af 8 - Fix login in case when default_host is an array with one element (#1488928)
aefb92 9 - Use LDAP fallback hosts on connect + bind instead of ldap_connect() only.
TB 10 - Add config option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT option)
a2181e 11 - Submit Addressbook advanced search form with Enter key (#1488568)
aefb92 12 - Also block remote images in HTML part view (#1488827)
5a2453 13 - Improved database schema upgrade procedure, added updatedb.sh script
fd88a2 14 - Force autocommit mode in mysql database driver (#1488902)
AM 15
16 RELEASE 0.9-beta
17 ----------------
83f707 18 - Fix searching by date in address book (#1488888)
a5b8ef 19 - Improve charset detection by prioritizing charset according to user language (#1485669)
21106b 20 - Fix handling of escaped separator in vCard file (#1488896)
240ad5 21 - Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
232535 22 - Add option to use envelope From address for MDN responses (#1488880)
347ba3 23 - Add possibility to search in message body only (#1488770)
cb0f03 24 - Support "multipart/relative" as an alias for "multipart/related" type (#1488886)
830fd2 25 - Display PGP/MIME signature attachments as "Digital Signature" (#1488570)
2b80d5 26 - Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879)
a07926 27 - Fix version comparisons with -stable suffix (#1488876)
c5d7c9 28 - Add unsupported alternative parts to attachments list (#1488870)
f5e7a1 29 - Add Compose button on message view page (#1488747)
83370e 30 - Display 'Sender' header in message preview
dfc578 31 - Plugin API: Added message_before_send hook
ff4a92 32 - Fix contact copy/add-to-group operations on search result (#1488862)
a0e3dc 33 - Use matching identity in MDN response (#1488864)
3f08b3 34 - Fix unwanted horizontal scrollbar in message preview header (#1488866)
a9bb50 35 - Fix handling of signatures on draft edit (#1488798)
04689f 36 - Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858)
d9f109 37 - Allow forwarding of multiple emails (#1486854)
a39859 38 - Fix big memory consumption of DB layer (#1488856)
c7ff6e 39 - Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
74cd0a 40 - Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
7eb780 41 - Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836)
876d31 42 - Fix empty email on identities list after identity update (#1488834)
587554 43 - Add new identities_level: (4) one identity with possibility to edit only signature
bb5d72 44 - Use Delivered-To and Envelope-To headers for identity selection (#1488840, #1488553)
4f80bb 45 - Fix XSS vulnerability using Flash files (#1488828)
14d00d 46 - Fix absolute positioning in HTML messages (#1488819)
d0edbf 47 - Fix cache (in)validation after setting \Deleted flag
17a8fb 48 - Fix keybord events on messages list in opera browser (#1488823)
2b55d4 49 - Fix selection of collapsed thread rows (#1488772)
84294d 50 - Always save drafts with format=flowed in order to keep original line wraps (#1488799)
42b8a6 51 - Fix wrapping of quoted text with format=flowed (#1488177)
6459d8 52 - Select default_addressbook on the list in Address Book (#1488280)
584e35 53 - Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)
383379 54 - Support contacts import from CSV file (#1486399)
7da997 55 - Improved keep-alive action. Now the interval is based on session_lifetime (#1488507)
AM 56 - Added cross-task 'refresh' request for system state updates (#1488507)
f22654 57 - Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
52d0d9 58 - Fix handling of text/enriched content on message reply/forward/edit
d7f349 59 - Option to display attached images as thumbnails below message body
003b17 60 - Upgraded to jQuery 1.8.3 and jQuery UI 1.9.1
2cae79 61 - Add config option to automatically generate LDAP attributes for new entries
15eb32 62 - Add user settings to open message view and compose form in new windows (#1485486)
086b15 63 - Better client-side timezone detection using the jsTimezoneDetect library (#1488725)
e04e31 64 - Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686)
f0affa 65 - Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760)
22c67d 66 - Fix handling of URLs with asterisk characters (#1488759)
df95e7 67 - Remove automatic to-lowercase conversion of usernames (#1488715)
659c7b 68 - Plugin API: Add 'email_list' argument for identities data in user_create hook
371a09 69 - Integrated zipdownload plugin to download all attachments (#1445509)
649cc1 70 - Fix HTML special characters handling in message list/header display (#1488523)
f7c11e 71 - List related text/html part as attachment in plain text mode (#1488677)
bf1d94 72 - Use IMAP BINARY (RFC3516) extension to fetch message/part bodies
4697c2 73 - Fix folder creation under public namespace root (#1488665)
41b3fe 74 - Fix so "Edit as new" on draft creates a new message (#1488687)
524e48 75 - Fix invalid error message on deleting mail from read only folder (#1488694)
9287ed 76 - Replace data URIs of images (pasted in HTML editor) with inline attachments (#1488502)
e8b917 77 - Remove (too big) min-width on mail screen
b7d33e 78 - Added template object 'frame'
8eefbb 79 - Add option to enable HTML editor on forwarding (#1488517)
651c7b 80 - Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149)
ae7027 81 - Added session_path config option and unified cookies settings in javascript
c8f35a 82 - Added "Undeleted" option to messages list filter
e82492 83 - Rewritten test scripts for PHPUnit
398bff 84 - Add new DB abstraction layer based on PHP PDO, supporting SQLite3 (#1488332)
de56ea 85 - Removed PEAR::MDB2 package
565c47 86 - Removed users.alias column, added option ('user_aliases')
AM 87   to use email address from identities as username (#1488581)
83121e 88 - Removed redundant cache.cache_id column (#1488528)
b169de 89 - Fix order of attachments in sent mail (#1488423)
024f2a 90 - Fix Shift + delete button does not permanently delete messages (#1488243)
AM 91 - Add Content-Length for attachments where possible (#1485478)
92 - Fix attachment sizes in message print page and attachment preview page (#1488515)
93 - Add mail attachments using drag & drop on HTML5 enabled browsers
94 - Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_mimeDecode package (#1485585)
95 - Display Tiff as Jpeg in browsers without Tiff support (#1488452)
96 - Don't display Pdf/Tiff/Flash attachments inline without browser support (#1488452, #1487929)
97 - Add is_escaped attribute for html_select and html_textarea (#1488485)
98 - Fix issue where draft auto-save wasn't executed after some inactivity time
99 - Add vCard import from multiple files at once (#1488015)
100 - Roundcube Framework:
101     Add possibility to replace IMAP driver with custom class
102     Add IMAP auto-connection feature, improving performance with caching enabled
103     Replace imap_init hook with storage_init (with additional 'driver' argument)
104     Improved performance by caching IMAP server's capabilities in session
105     Unified global functions naming (rcube_ prefix)
106     Better classes separation
ba6f21 107     Framework files moved to lib/Roundcube
024f2a 108