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