]> git.donarmstrong.com Git - roundcube.git/blob - CHANGELOG
Imported Upstream version 0.1~beta2.2~dfsg
[roundcube.git] / CHANGELOG
1 CHANGELOG RoundCube Webmail
2 ---------------------------
3
4 2007/01/15 (thomasb)
5 ----------
6 - Applied path for wrong HTML message parsing
7
8
9 2006/12/22 (thomasb)
10 ----------
11 - Applied security fixes for XSS vulnerabilites
12
13
14 2006/08/04 (thomasb)
15 ----------
16 - Fixed Bug in saving identities (Ticket #1483915)
17 - Set folder name in window title (Bug #1483919)
18 - Don't add imap_root to INBOX path (Bug #1483816)
19 - Attempt to create default folders only after login
20 - Avoid usage of $CONFIG in rcube_imap class
21
22
23 2006/07/30 (thomasb)
24 ----------
25 - Alter links in HTML messages (Bug #1326402)
26 - Added fallback if host not found in 'mail_domain' array
27 - Applied patch of Charles to highlight droptargets (Ticket #1473034)
28 - Fixed folder renaming (Bug #1483914)
29 - Added confirmation message after deleting a folder
30
31
32 2006/07/25 (thomasb)
33 ----------
34 - Made folder renaming a bit more ajax-style
35 - Changed rename-labels and German translation
36 - Fixed addressbox countbar width (Bug #1483845)
37 - Fixed refresh interval problems in Safari (Bug #1483902) 
38 - Fixed clear_message_list_header() errors (Bug #1483898)
39 - Sanity check of $message_set in imap.inc (Bug #1443200)
40 - Added correct changing of message list headers for Sent folder
41 - Updated Spanish localization (Ticket #1483887)
42 - Applied patch #1483846
43
44
45 2006/07/24 (richs)
46 ----------
47 - Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
48 - Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
49 - Draft saving now properly returns an error when saving fails
50 - Draft timer stops and resets properly when attachments are uploaded, or when saving manually
51 - Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
52
53
54 2006/07/19 (thomasb)
55 ----------
56 - Correct entity encoding of link urls (HTML validity)
57 - Improved usability in compose step (Ticket #1483807)
58 - Added absolute URLs to several buttons (for "open in new window")
59 - Applied patch #1328032
60 - Fixed Bug/Patch #1443200
61
62
63 2006/07/18 (thomasb)
64 ----------
65 - Fixed password with spaces issue (Bug #1364122)
66 - Replaced _auth hash with second cookie (Ticket #1483811)
67 - Don't use get_input_value() for passwords (Bug #1468895)
68 - Made password encryption key configurable
69 - Minor bugfixes with charset encoding
70 - Added <label> tags to forms (Ticket #1483810)
71
72
73 2006/07/07 (thomasb)
74 ----------
75 - Fixed INSTALL_PATH bug #1425663
76
77
78 2006/07/03 (richs)
79 ----------
80 - Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
81 - Updated French localizations (Ticket #1483862)
82 - Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
83 - Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
84 - Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
85 - Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php) 
86
87
88 2006/06/30 (richs)
89 ----------
90 - Fixed empty INBOX compatibility bug (Patch #1443200)
91 - Temporarily fixed French "compact" localization (Patch #1483862)
92 - Fixed "Select All" not working with Delete interface button (Bug #1332434)
93 - Fixed messsage list column compatibility with Konqueror (Bug #1395711)
94 - Fixed "unread count" in window title when count changed (Bug #1483812)
95 - Fixed DB error when deleting from message table (Patch #1483835)
96
97
98 2006/06/29 (richs)
99 ----------
100 - Added ability to remove attachments (Feature #1436721)
101 - Default folders are now auto-created on first login (Feature #1471594)
102 - Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
103 - Corrected Italian localizations
104 - Tweaked rename-folder form to clear after a rename
105
106
107 2006/06/26 (richs)
108 ----------
109 - Added button to immediately check for new messages 
110 - New message checking now displays status "Checking for new messages..."
111 - New message checking now looks for unread messages in all mailboxes (Feature #1326401)
112 - Task buttons now respond to clicks by darkening (as in other applications)
113 - Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
114 - Added ability to sort messages by "Size"
115 - Added ability to rename folders (Feature #1326396)
116 - Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
117 - Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
118
119
120 2006/06/25
121 ----------
122 - Changed behavior to include host-specific configuration (Bug #1483849)
123 - Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
124 - Fixed spell checker to work with the new URL at google.com
125 - Some memory and security optimizations sendmail.inc
126 - Updated UGRADING description
127
128
129 2006/06/19
130 ----------
131 - Added Drafts support (Feature #1326839) (richs)
132
133
134 2006/06/02
135 ----------
136 - Updated Estonian localization and moved from ee to et
137 - Added Bulgarian localization
138
139
140 2006/05/25
141 ----------
142 - Finalized GoogieSpell integration
143
144
145 2006/05/18
146 ----------
147 - Added Arabic and Armenian localizations
148 - Updated Russian localization
149 - Removed MDB2 classes from repository. Install them seperately if used.
150 - Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
151 - Allow & in e-mail addresses
152
153
154 2006/05/05
155 ----------
156 - Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
157 - Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
158 - Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
159 - Corrected INSTALL description (Bug #1476106)
160 - Added charset to javascript HTTP headers
161 - Fixed Opera bug with CC and BCC fields (Bug #1474576)
162 - Changed login page title regarding product name (Bug #1476413)
163 - Pimped search function
164 - Applied attachment viewing/forwarding patches by Andrew Fladmark
165 - Applied prev/next patch by Leonard Bouchet
166 - Applied patches by Mark Bucciarelli
167 - Applied patch for requesting receipts by Salvatore Ansani
168 - Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
169
170
171 2006/04/13
172 ----------
173 - Added Slovenian localization
174 - Updated Portuguese localization
175 - Fixed parent.location problem for compose-links
176 - Added sort order saving patch by Jacob Brunson
177 - Added gzip compression support
178
179
180 2006/04/02
181 ----------
182 - Added Lithuanian localization
183 - Improved search function
184 - Added version string as template object
185 - Load host-specific configuration file (see config/main.inc.php)
186 - New config parameter adding domain to user names for login
187 - Strip tags on _auth, _action, _task parameters
188 - Corrected labels for next/previous page buttons in address book 
189
190
191 2006/03/23
192 ----------
193 - Auto-detect mail header delimiters
194 - Regard daylight savings
195 - Localized quota display
196 - Started implementing search function
197
198
199 2006/03/20
200 ----------
201 - Avoid error message when saving an unchanged identity (Bug #1429510)
202 - Fixed hard-coded cols selection for sent folder (Bug #1354586)
203 - Enable some HTML links for use with "open in new window" or "save target"
204 - Check meta-key instead of ctrl on Macs
205 - Ignore double clicks when holding down a modifier key
206 - Fixed reloading of the login page
207 - Fixed typo in compose template (Bug #1446852)
208 - Added compose button to message read step (Request #1433288)
209 - New config parameter for persistent database connections (Bug #1431817)
210
211
212 2006/03/14
213 ----------
214 - Don't remove internal HTML tags in plaintext messages
215 - Improved error handling in DB connection failure
216
217
218 2006/02/22
219 ----------
220 - Updated localizations
221 - Fixed bug #1435989
222
223
224 2006/02/19
225 ----------
226 - Updated localizations
227 - Applied patch of Anders Karlsson
228 - Applied patch of Jacob Brunson
229 - Applied patch for virtuser_query by Robin Elfrink
230 - Added support for References header (patch by Auke)
231 - Added support for mbstring module by Tadashi Jokagi
232 - Added function for automatic remove of slashes on GET and POST vars
233   if magic_quotes is enabled
234
235
236 2006/02/05
237 ----------
238 - Added Slovak, Hungarian, Bosnian and Croation translation
239 - Fixed bug when inserting signatures with !?&
240 - Chopping message headers before inserting into the message cache table
241   (to avoid bugs in Postgres)
242 - Allow one-char domains in e-mail addresses
243 - Make product name in page title configurable
244 - Make username available as skin object
245 - Added session_write_close() in rcube_db class destructor to avoid problems
246   in PHP 5.0.5
247 - Use move_uploaded_file() instead of copy() for a more secure handling of
248   uploaded attachments
249 - Additional config parameter to show/hide deleted messages
250 - Added periodic request for checking new mails (Request #1307821)
251 - Added EXPUNGE command
252 - Optimized loading time for mail interface
253 - Changed to full UTF-8 support
254 - Additional timezones (Patch #1389912)
255 - Added LDAP public search (experimental)
256 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
257 - Casting to strings when adding empty headers to message cache (Bug #1406026)
258 - Skip sender-address as recipient when Reply-to-all
259 - Fixes in utf8-class
260 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
261 - Added garbage collector for message cache
262 - Added patches for BCC headers
263
264
265 2005/12/16
266 ----------
267 - Added Turkish and Simplified Chinese translation
268 - Use virtusertable to resolve e-mail addresses at login
269 - Configurable mail_domain used to compose correct e-mail addresses
270   on first login
271
272
273 2005/12/03
274 ----------
275 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
276   Estonian and Chinese translation
277 - Get IMAP server capabilities in array
278 - Check for NAMESPACE capability before sending command
279 - Set default user language from config 'locale_string'
280 - Added sorting patch for message list
281 - Make default sort col/order configurable
282 - Fixed XSS in address book and identities
283 - Added more XSS protection (Bug #1308236)
284 - Added tab indexes for compose form
285 - Added 'changed' col to contacts table
286 - Support for 160-bit session hashes
287 - Added input check for contacts and identities (Patch #1346523)
288 - Added messages/warning to compose step (Patch #1323895)
289 - Added favicon to the default skin
290 - Fixed Bug #1334337 as far as possible
291 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
292 - Redesign of client side AJAX code (enable multi threading)
293 - Added keep-alive signal every minute
294 - Make logs dir configurable
295 - Added support for SMTPS
296 - Decode attachment file names
297 - Make delimiter for message headers configurable
298 - Add generic footer to sent messages
299 - Choose the rigt identity when replying
300 - Remove signature when replying (Request #1333167)
301 - Signatures for each identity
302 - Select charset when composing message
303 - Complete re-design of the caching mechanism
304
305
306 2005/08/11
307 ----------
308 - Write list header to client even if list is empty
309 - Add functions "select all", "select none" to message list
310 - Improved filter for HTML messages to remove potentially malicious tags
311   (script, iframe, object) and event handlers.
312 - Buttons for next/previous message in view mode
313 - Add new created contact to list and show confirmation status
314 - Added folder management (subscribe/create/delete)
315 - Log message sending (SMTP log)
316 - Grant access for Camino browser
317 - Added German translation
318
319
320 2005/10/20
321 ----------
322 - Added Swedish, Latvian, Portuguese and Catalan translation
323 - Make SMTP auth method configurable
324 - Make mailboxlist scrollable (Bug #1326372)
325 - Fixed SSL support
326 - Improved support for Courier IMAP (root folder and delimiter issues)
327 - Moved taskbar from bottom to top
328 - Added 'session_lifetime' parameter
329 - Fixed wrong unread count when deleting message (Bug #1332434)
330 - Srip tags when creating a new folder (Bug #1332084)
331 - Translate HTML tags in message headers (Bug #1330134)
332 - Correction in German translation (Bug #1329434)
333 - Display folder names with special chars correctly (Bug #1330157)
334
335
336 2005/10/07
337 ----------
338 - Added French, Italian, Spanish, Danish, Dutch translation
339 - Clarified license (Bug #1305966)
340 - Fixed PHP warnings (Bug #1299403)
341 - Fixed english translation (Bug #1295406)
342 - Fixed bug #1290833: Last character of email not seen
343 - Fixed bug #1292199 when creating new user
344 - Allow more browsers (Bug #1285101)
345 - Added setting for showing pretty dates
346 - Added support for SQLite database
347 - Make use of message caching configurable
348 - Also add attachments when forwarding a message
349 - Long folder names will not flow over message list (Bug #1267232)
350 - Show nested mailboxes hieracically
351 - Enable IMAPS by host
352
353
354 2005/08/20
355 ----------
356 - Improved cacheing of mailbox messagecount
357 - Fixed javascript bug when creating a new message folder
358 - Fixed javascript bugs #1260990 and #1260992: folder selection
359 - Make Trash folder configurable
360 - Auto create folders Inbox, Sent and Trash (if configured)
361 - Support for IMAP root folder
362 - Added support fot text/enriched messages
363 - Make list of special mailboxes configurable
364