source: github/CHANGELOG @ a7d5c648

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

Added patch for resizeable preview pane

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