thomascube
2006-06-02 d72d411ee338ae2cca0bef2c08822b52eb72e8e5
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
d72d41 4 2006/06/02
T 5 ----------
6 - Updated Estonian localization and moved from ee to et
7 - Added Bulgarian localization
8
9
10 2006/05/25
11 ----------
12 - Finalized GoogieSpell integration
13
14
cead5c 15 2006/05/18
T 16 ----------
17 - Added Arabic and Armenian localizations
18 - Updated Russian localization
19 - Removed MDB2 classes from repository. Install them seperately if used.
20 - Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
21 - Allow & in e-mail addresses
22
23
e886c1 24 2006/05/05
326e87 25 ----------
e886c1 26 - Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
T 27 - Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
28 - Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
29 - Corrected INSTALL description (Bug #1476106)
ad7063 30 - Added charset to javascript HTTP headers
e886c1 31 - Fixed Opera bug with CC and BCC fields (Bug #1474576)
T 32 - Changed login page title regarding product name (Bug #1476413)
326e87 33 - Pimped search function
69b83b 34 - Applied attachment viewing/forwarding patches by Andrew Fladmark
dd53e2 35 - Applied prev/next patch by Leonard Bouchet
T 36 - Applied patches by Mark Bucciarelli
37 - Applied patch for requesting receipts by Salvatore Ansani
38 - Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
39
40
c40563 41 2006/04/13
T 42 ----------
43 - Added Slovenian localization
44 - Updated Portuguese localization
45 - Fixed parent.location problem for compose-links
46 - Added sort order saving patch by Jacob Brunson
47 - Added gzip compression support
48
49
0f246a 50 2006/04/02
T 51 ----------
52 - Added Lithuanian localization
53 - Improved search function
54 - Added version string as template object
55 - Load host-specific configuration file (see config/main.inc.php)
56 - New config parameter adding domain to user names for login
57 - Strip tags on _auth, _action, _task parameters
58 - Corrected labels for next/previous page buttons in address book 
59
60
4647e1 61 2006/03/23
T 62 ----------
63 - Auto-detect mail header delimiters
64 - Regard daylight savings
65 - Localized quota display
66 - Started implementing search function
67
68
8c2e58 69 2006/03/20
T 70 ----------
ad57b3 71 - Avoid error message when saving an unchanged identity (Bug #1429510)
8c2e58 72 - Fixed hard-coded cols selection for sent folder (Bug #1354586)
T 73 - Enable some HTML links for use with "open in new window" or "save target"
74 - Check meta-key instead of ctrl on Macs
75 - Ignore double clicks when holding down a modifier key
76 - Fixed reloading of the login page
77 - Fixed typo in compose template (Bug #1446852)
78 - Added compose button to message read step (Request #1433288)
79 - New config parameter for persistent database connections (Bug #1431817)
80
81
ffcbd8 82 2006/03/14
T 83 ----------
84 - Don't remove internal HTML tags in plaintext messages
85 - Improved error handling in DB connection failure
86
0a6937 87
T 88 2006/02/22
89 ----------
90 - Updated localizations
91 - Fixed bug #1435989
92
93
f88d41 94 2006/02/19
T 95 ----------
96 - Updated localizations
97 - Applied patch of Anders Karlsson
98 - Applied patch of Jacob Brunson
99 - Applied patch for virtuser_query by Robin Elfrink
100 - Added support for References header (patch by Auke)
101 - Added support for mbstring module by Tadashi Jokagi
102 - Added function for automatic remove of slashes on GET and POST vars
103   if magic_quotes is enabled
104
105
106 2006/02/05
15a9d1 107 ----------
58e360 108 - Added Slovak, Hungarian, Bosnian and Croation translation
15a9d1 109 - Fixed bug when inserting signatures with !?&
f88d41 110 - Chopping message headers before inserting into the message cache table
T 111   (to avoid bugs in Postgres)
15a9d1 112 - Allow one-char domains in e-mail addresses
T 113 - Make product name in page title configurable
114 - Make username available as skin object
f88d41 115 - Added session_write_close() in rcube_db class destructor to avoid problems
T 116   in PHP 5.0.5
117 - Use move_uploaded_file() instead of copy() for a more secure handling of
118   uploaded attachments
15a9d1 119 - Additional config parameter to show/hide deleted messages
T 120 - Added periodic request for checking new mails (Request #1307821)
121 - Added EXPUNGE command
122 - Optimized loading time for mail interface
051893 123 - Changed to full UTF-8 support
T 124 - Additional timezones (Patch #1389912)
125 - Added LDAP public search (experimental)
03cc16 126 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
T 127 - Casting to strings when adding empty headers to message cache (Bug #1406026)
58e360 128 - Skip sender-address as recipient when Reply-to-all
T 129 - Fixes in utf8-class
130 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
f88d41 131 - Added garbage collector for message cache
T 132 - Added patches for BCC headers
15a9d1 133
977a29 134
T 135 2005/12/16
136 ----------
137 - Added Turkish and Simplified Chinese translation
138 - Use virtusertable to resolve e-mail addresses at login
f88d41 139 - Configurable mail_domain used to compose correct e-mail addresses
T 140   on first login
977a29 141
T 142
1cded8 143 2005/12/03
4e17e6 144 ----------
f88d41 145 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
T 146   Estonian and Chinese translation
f3b659 147 - Get IMAP server capabilities in array
T 148 - Check for NAMESPACE capability before sending command
149 - Set default user language from config 'locale_string'
b076a4 150 - Added sorting patch for message list
T 151 - Make default sort col/order configurable
dba5f7 152 - Fixed XSS in address book and identities
e0ddd4 153 - Added more XSS protection (Bug #1308236)
T 154 - Added tab indexes for compose form
10a699 155 - Added 'changed' col to contacts table
T 156 - Support for 160-bit session hashes
157 - Added input check for contacts and identities (Patch #1346523)
158 - Added messages/warning to compose step (Patch #1323895)
b4a999 159 - Added favicon to the default skin
583f1c 160 - Fixed Bug #1334337 as far as possible
ecf759 161 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
T 162 - Redesign of client side AJAX code (enable multi threading)
163 - Added keep-alive signal every minute
0cbc09 164 - Make logs dir configurable
fd8c50 165 - Added support for SMTPS
4b0f65 166 - Decode attachment file names
T 167 - Make delimiter for message headers configurable
168 - Add generic footer to sent messages
1cded8 169 - Choose the rigt identity when replying
T 170 - Remove signature when replying (Request #1333167)
171 - Signatures for each identity
172 - Select charset when composing message
173 - Complete re-design of the caching mechanism
4b0f65 174
T 175
1cded8 176 2005/08/11
T 177 ----------
178 - Write list header to client even if list is empty
179 - Add functions "select all", "select none" to message list
f88d41 180 - Improved filter for HTML messages to remove potentially malicious tags
T 181   (script, iframe, object) and event handlers.
1cded8 182 - Buttons for next/previous message in view mode
T 183 - Add new created contact to list and show confirmation status
184 - Added folder management (subscribe/create/delete)
185 - Log message sending (SMTP log)
186 - Grant access for Camino browser
187 - Added German translation
188
189
190 2005/10/20
191 ----------
192 - Added Swedish, Latvian, Portuguese and Catalan translation
193 - Make SMTP auth method configurable
194 - Make mailboxlist scrollable (Bug #1326372)
195 - Fixed SSL support
196 - Improved support for Courier IMAP (root folder and delimiter issues)
197 - Moved taskbar from bottom to top
198 - Added 'session_lifetime' parameter
199 - Fixed wrong unread count when deleting message (Bug #1332434)
200 - Srip tags when creating a new folder (Bug #1332084)
201 - Translate HTML tags in message headers (Bug #1330134)
202 - Correction in German translation (Bug #1329434)
203 - Display folder names with special chars correctly (Bug #1330157)
204
205
206 2005/10/07
207 ----------
208 - Added French, Italian, Spanish, Danish, Dutch translation
209 - Clarified license (Bug #1305966)
210 - Fixed PHP warnings (Bug #1299403)
211 - Fixed english translation (Bug #1295406)
212 - Fixed bug #1290833: Last character of email not seen
213 - Fixed bug #1292199 when creating new user
214 - Allow more browsers (Bug #1285101)
215 - Added setting for showing pretty dates
216 - Added support for SQLite database
217 - Make use of message caching configurable
218 - Also add attachments when forwarding a message
219 - Long folder names will not flow over message list (Bug #1267232)
220 - Show nested mailboxes hieracically
221 - Enable IMAPS by host
222
223
224 2005/08/20
225 ----------
226 - Improved cacheing of mailbox messagecount
227 - Fixed javascript bug when creating a new message folder
228 - Fixed javascript bugs #1260990 and #1260992: folder selection
229 - Make Trash folder configurable
230 - Auto create folders Inbox, Sent and Trash (if configured)
231 - Support for IMAP root folder
232 - Added support fot text/enriched messages
233 - Make list of special mailboxes configurable
234