source: github/CHANGELOG @ 5b0687df

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 5b0687df was 1a98a6a, checked in by thomascube <thomas@…>, 6 years ago

Preview pane and marking as read (#1484132)

  • Property mode set to 100644
File size: 16.9 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/12/06 (thomasb)
5----------
6- Improve memory usage when sending mail (closes #1484098)
7- Mark messages as read once the preview is loaded (closes #1484132)
8- Include smtp final response in log (closes #1484081)
9
10
112006/12/04 (thomasb)
12----------
13- Corrected date string in sent message header (closes #1484125)
14- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
15- Changed srong tooltips for message browse buttons (closes #1483930)
16
17
182006/12/03 (estadtherr)
19----------
20- Added fix to convert HTML signatures for plain text messages
21- Fixed signature delimeter character to be standard (Bug #1484035)
22
23
242006/12/01 (thomasb)
25----------
26- Implemented preview pane
27- Fixed XSS vulnerability (Bug #1484109)
28- Remove newlines from mail headers (Bug #1484031)
29- Selection issues when moving/deleting (Bug #1484044)
30- Applied patch of Clement Moulin for imap host auto-selection
31- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
32- Fixed folder name encoding in subscription list (Bug #1484113)
33- Fixed JS errors in identity list (Bug #1484120)
34- Show client debug console on debug_level 8
35- Added Serbian translation
36- Updated Spanish and Bulgarian localization
37
38
392006/11/22 (robin)
40----------
41- Fix a bug introduced with Shift-Del yesterday
42
43
442006/11/21 (robin)
45----------
46- Add missing nl_NL translations
47- Translate foldernames in folder form (closes #1484113)
48
49
502006/11/21 (robin)
51----------
52- Added first and last buttons to message list, address book
53  and message detail
54- Pressing Shift-Del bypasses Trash folder
55- Enable purge command for Junk folder
56
57
582006/11/17 (robin)
59----------
60- Re-initialize message list after shift-select and delete
61
62
632006/11/16 (robin)
64----------
65- Fixed updating message list after expunge and purge
66- Fetch all aliases if virtuser_query is used instead
67  of only the first one
68
69
702006/11/11 (estadtherr)
71----------
72- fixed deletion/moving of messages from within "show" page
73
74
752006/11/09 (thomasb)
76----------
77- Little bugfix in HTML encoding
78- Fixed encoding issues and delete-on-reply problem
79- Corrected template parsing
80
81
822006/11/07 (estadtherr)
83----------
84- Upgraded to TinyMCE v2.0.8
85- Fixed CSS path for editor popups
86
872006/09/26 (estadtherr)
88----------
89- Added spellchecker plugin to TinyMCE configuration
90- Fixed HTML/Plain toggle labels
91
92
932006/09/24 (thomasb)
94----------
95- Partial client re-write with a common list class
96- Re-enabled multi select of contacts (Bug #1484017)
97- Enable contact editing right after creation (Bug #1459641)
98- Updated Hungarian, Estonian and Traditional Chinese localization
99
100
1012006/09/19 (thomasb)
102----------
103- Correct UTF-7 to UTF-8 conversion if mbstring is not available
104
105
1062006/09/13 (estadtherr)
107----------
108- Introduction of TinyMCE HTML editor support for message composition and signatures
109  Note : a new column is added to the "identities" database table
110
111
1122006/09/12 (estadtherr)
113----------
114- Fixed html2text treatment of table headers (Bug #1484020)
115- Fixed IMAP fetch of message body (Bug #1484019)
116
117
1182006/09/08 (thomasb)
119----------
120- Fixed safe_mode problems (Bug #1418381)
121- Fixed wrong header encoding (Bug #1483976)
122
123
1242006/09/07 (thomasb)
125----------
126- Made automatic draft saving configurable
127- Fixed JS bug when renaming folders (Bug #1483989)
128- Don't wait for complete page load when calling JavaScript init()
129- Some improvements to prevent session expiration
130- Prevent from double submit of spell check requests
131
132
1332006/09/01 (thomasb)
134----------
135- Imporoved message parsing and HTML validation
136- Added quota display as image (by Brett Patterson)
137- Corrected creation of a message-id
138- Updated Norwegian (bokmal) localization
139
140
1412006/08/30 (thomasb)
142----------
143- New indentation for quoted message text
144- Improved HTML validity
145
146
1472006/08/28 (estadtherr)
148----------
149- Fixed URL character set (Ticket #1445501)
150- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
151
152
1532006/08/25 (thomasb)
154----------
155- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
156- Finalized new message parsing (+ chaching)
157- Updated SQL scripts and UPGRADING instructions
158
159
1602006/08/23 (thomasb)
161----------
162- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
163
164
1652006/08/20 (thomasb)
166----------
167- Fixed wrong usage of mbstring (Bug #1462439)
168- Set default spelling language (Ticket #1483938)
169- Added support for Nox Spell Server
170
171
1722006/08/18 (thomasb)
173----------
174- Re-built message parsing (Bug #1327068)
175  Now based on the message structure delivered by the IMAP server.
176- Fixed some XSS and SQL injection issues
177
178
1792006/08/10 (thomasb)
180----------
181- Fixed charset problems with folder renaming
182
183
1842006/08/04 (thomasb)
185----------
186- Fixed Bug in saving identities (Ticket #1483915)
187- Set folder name in window title (Bug #1483919)
188- Don't add imap_root to INBOX path (Bug #1483816)
189- Attempt to create default folders only after login
190- Avoid usage of $CONFIG in rcube_imap class
191
192
1932006/07/30 (thomasb)
194----------
195- Alter links in HTML messages (Bug #1326402)
196- Added fallback if host not found in 'mail_domain' array
197- Applied patch of Charles to highlight droptargets (Ticket #1473034)
198- Fixed folder renaming (Bug #1483914)
199- Added confirmation message after deleting a folder
200
201
2022006/07/25 (thomasb)
203----------
204- Made folder renaming a bit more ajax-style
205- Changed rename-labels and German translation
206- Fixed addressbox countbar width (Bug #1483845)
207- Fixed refresh interval problems in Safari (Bug #1483902)
208- Fixed clear_message_list_header() errors (Bug #1483898)
209- Sanity check of $message_set in imap.inc (Bug #1443200)
210- Added correct changing of message list headers for Sent folder
211- Updated Spanish localization (Ticket #1483887)
212- Applied patch #1483846
213
214
2152006/07/24 (richs)
216----------
217- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
218- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
219- Draft saving now properly returns an error when saving fails
220- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
221- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
222
223
2242006/07/19 (thomasb)
225----------
226- Correct entity encoding of link urls (HTML validity)
227- Improved usability in compose step (Ticket #1483807)
228- Added absolute URLs to several buttons (for "open in new window")
229- Applied patch #1328032
230- Fixed Bug/Patch #1443200
231
232
2332006/07/18 (thomasb)
234----------
235- Fixed password with spaces issue (Bug #1364122)
236- Replaced _auth hash with second cookie (Ticket #1483811)
237- Don't use get_input_value() for passwords (Bug #1468895)
238- Made password encryption key configurable
239- Minor bugfixes with charset encoding
240- Added <label> tags to forms (Ticket #1483810)
241
242
2432006/07/07 (thomasb)
244----------
245- Fixed INSTALL_PATH bug #1425663
246
247
2482006/07/03 (richs)
249----------
250- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
251- Updated French localizations (Ticket #1483862)
252- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
253- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
254- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
255- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
256
257
2582006/06/30 (richs)
259----------
260- Fixed empty INBOX compatibility bug (Patch #1443200)
261- Temporarily fixed French "compact" localization (Patch #1483862)
262- Fixed "Select All" not working with Delete interface button (Bug #1332434)
263- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
264- Fixed "unread count" in window title when count changed (Bug #1483812)
265- Fixed DB error when deleting from message table (Patch #1483835)
266
267
2682006/06/29 (richs)
269----------
270- Added ability to remove attachments (Feature #1436721)
271- Default folders are now auto-created on first login (Feature #1471594)
272- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
273- Corrected Italian localizations
274- Tweaked rename-folder form to clear after a rename
275
276
2772006/06/26 (richs)
278----------
279- Added button to immediately check for new messages
280- New message checking now displays status "Checking for new messages..."
281- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
282- Task buttons now respond to clicks by darkening (as in other applications)
283- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
284- Added ability to sort messages by "Size"
285- Added ability to rename folders (Feature #1326396)
286- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
287- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
288
289
2902006/06/25
291----------
292- Changed behavior to include host-specific configuration (Bug #1483849)
293- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
294- Fixed spell checker to work with the new URL at google.com
295- Some memory and security optimizations sendmail.inc
296- Updated UGRADING description
297
298
2992006/06/19
300----------
301- Added Drafts support (Feature #1326839) (richs)
302
303
3042006/06/02
305----------
306- Updated Estonian localization and moved from ee to et
307- Added Bulgarian localization
308
309
3102006/05/25
311----------
312- Finalized GoogieSpell integration
313
314
3152006/05/18
316----------
317- Added Arabic and Armenian localizations
318- Updated Russian localization
319- Removed MDB2 classes from repository. Install them seperately if used.
320- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
321- Allow & in e-mail addresses
322
323
3242006/05/05
325----------
326- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
327- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
328- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
329- Corrected INSTALL description (Bug #1476106)
330- Added charset to javascript HTTP headers
331- Fixed Opera bug with CC and BCC fields (Bug #1474576)
332- Changed login page title regarding product name (Bug #1476413)
333- Pimped search function
334- Applied attachment viewing/forwarding patches by Andrew Fladmark
335- Applied prev/next patch by Leonard Bouchet
336- Applied patches by Mark Bucciarelli
337- Applied patch for requesting receipts by Salvatore Ansani
338- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
339
340
3412006/04/13
342----------
343- Added Slovenian localization
344- Updated Portuguese localization
345- Fixed parent.location problem for compose-links
346- Added sort order saving patch by Jacob Brunson
347- Added gzip compression support
348
349
3502006/04/02
351----------
352- Added Lithuanian localization
353- Improved search function
354- Added version string as template object
355- Load host-specific configuration file (see config/main.inc.php)
356- New config parameter adding domain to user names for login
357- Strip tags on _auth, _action, _task parameters
358- Corrected labels for next/previous page buttons in address book
359
360
3612006/03/23
362----------
363- Auto-detect mail header delimiters
364- Regard daylight savings
365- Localized quota display
366- Started implementing search function
367
368
3692006/03/20
370----------
371- Avoid error message when saving an unchanged identity (Bug #1429510)
372- Fixed hard-coded cols selection for sent folder (Bug #1354586)
373- Enable some HTML links for use with "open in new window" or "save target"
374- Check meta-key instead of ctrl on Macs
375- Ignore double clicks when holding down a modifier key
376- Fixed reloading of the login page
377- Fixed typo in compose template (Bug #1446852)
378- Added compose button to message read step (Request #1433288)
379- New config parameter for persistent database connections (Bug #1431817)
380
381
3822006/03/14
383----------
384- Don't remove internal HTML tags in plaintext messages
385- Improved error handling in DB connection failure
386
387
3882006/02/22
389----------
390- Updated localizations
391- Fixed bug #1435989
392
393
3942006/02/19
395----------
396- Updated localizations
397- Applied patch of Anders Karlsson
398- Applied patch of Jacob Brunson
399- Applied patch for virtuser_query by Robin Elfrink
400- Added support for References header (patch by Auke)
401- Added support for mbstring module by Tadashi Jokagi
402- Added function for automatic remove of slashes on GET and POST vars
403  if magic_quotes is enabled
404
405
4062006/02/05
407----------
408- Added Slovak, Hungarian, Bosnian and Croation translation
409- Fixed bug when inserting signatures with !?&
410- Chopping message headers before inserting into the message cache table
411  (to avoid bugs in Postgres)
412- Allow one-char domains in e-mail addresses
413- Make product name in page title configurable
414- Make username available as skin object
415- Added session_write_close() in rcube_db class destructor to avoid problems
416  in PHP 5.0.5
417- Use move_uploaded_file() instead of copy() for a more secure handling of
418  uploaded attachments
419- Additional config parameter to show/hide deleted messages
420- Added periodic request for checking new mails (Request #1307821)
421- Added EXPUNGE command
422- Optimized loading time for mail interface
423- Changed to full UTF-8 support
424- Additional timezones (Patch #1389912)
425- Added LDAP public search (experimental)
426- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
427- Casting to strings when adding empty headers to message cache (Bug #1406026)
428- Skip sender-address as recipient when Reply-to-all
429- Fixes in utf8-class
430- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
431- Added garbage collector for message cache
432- Added patches for BCC headers
433
434
4352005/12/16
436----------
437- Added Turkish and Simplified Chinese translation
438- Use virtusertable to resolve e-mail addresses at login
439- Configurable mail_domain used to compose correct e-mail addresses
440  on first login
441
442
4432005/12/03
444----------
445- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
446  Estonian and Chinese translation
447- Get IMAP server capabilities in array
448- Check for NAMESPACE capability before sending command
449- Set default user language from config 'locale_string'
450- Added sorting patch for message list
451- Make default sort col/order configurable
452- Fixed XSS in address book and identities
453- Added more XSS protection (Bug #1308236)
454- Added tab indexes for compose form
455- Added 'changed' col to contacts table
456- Support for 160-bit session hashes
457- Added input check for contacts and identities (Patch #1346523)
458- Added messages/warning to compose step (Patch #1323895)
459- Added favicon to the default skin
460- Fixed Bug #1334337 as far as possible
461- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
462- Redesign of client side AJAX code (enable multi threading)
463- Added keep-alive signal every minute
464- Make logs dir configurable
465- Added support for SMTPS
466- Decode attachment file names
467- Make delimiter for message headers configurable
468- Add generic footer to sent messages
469- Choose the rigt identity when replying
470- Remove signature when replying (Request #1333167)
471- Signatures for each identity
472- Select charset when composing message
473- Complete re-design of the caching mechanism
474
475
4762005/08/11
477----------
478- Write list header to client even if list is empty
479- Add functions "select all", "select none" to message list
480- Improved filter for HTML messages to remove potentially malicious tags
481  (script, iframe, object) and event handlers.
482- Buttons for next/previous message in view mode
483- Add new created contact to list and show confirmation status
484- Added folder management (subscribe/create/delete)
485- Log message sending (SMTP log)
486- Grant access for Camino browser
487- Added German translation
488
489
4902005/10/20
491----------
492- Added Swedish, Latvian, Portuguese and Catalan translation
493- Make SMTP auth method configurable
494- Make mailboxlist scrollable (Bug #1326372)
495- Fixed SSL support
496- Improved support for Courier IMAP (root folder and delimiter issues)
497- Moved taskbar from bottom to top
498- Added 'session_lifetime' parameter
499- Fixed wrong unread count when deleting message (Bug #1332434)
500- Srip tags when creating a new folder (Bug #1332084)
501- Translate HTML tags in message headers (Bug #1330134)
502- Correction in German translation (Bug #1329434)
503- Display folder names with special chars correctly (Bug #1330157)
504
505
5062005/10/07
507----------
508- Added French, Italian, Spanish, Danish, Dutch translation
509- Clarified license (Bug #1305966)
510- Fixed PHP warnings (Bug #1299403)
511- Fixed english translation (Bug #1295406)
512- Fixed bug #1290833: Last character of email not seen
513- Fixed bug #1292199 when creating new user
514- Allow more browsers (Bug #1285101)
515- Added setting for showing pretty dates
516- Added support for SQLite database
517- Make use of message caching configurable
518- Also add attachments when forwarding a message
519- Long folder names will not flow over message list (Bug #1267232)
520- Show nested mailboxes hieracically
521- Enable IMAPS by host
522
523
5242005/08/20
525----------
526- Improved cacheing of mailbox messagecount
527- Fixed javascript bug when creating a new message folder
528- Fixed javascript bugs #1260990 and #1260992: folder selection
529- Make Trash folder configurable
530- Auto create folders Inbox, Sent and Trash (if configured)
531- Support for IMAP root folder
532- Added support fot text/enriched messages
533- Make list of special mailboxes configurable
534
Note: See TracBrowser for help on using the repository browser.