source: github/CHANGELOG @ d734041f

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since d734041f was d734041f, checked in by alecpl <alec@…>, 5 years ago
  • Added icons for forwarded/forwarded+replied messages (#1485257)
  • Property mode set to 100644
File size: 44.0 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/09/16 (alec)
5----------
6- Reduced memory footprint when forwarding attachments (#1485345)
7- Fix inline images handling when replying/forwarding html messages
8- Allow and use spellcheck attribute for input/textarea fields (#1485060)
9- Added icons for forwarded/forwarded+replied messages (#1485257)
10
112008/09/15 (thomasb)
12----------
13- Redesign of the identities settings (#1484042)
14- Add config option to disable creation/deletion of identities (#1484498)
15
162008/09/15 (alec)
17----------
18- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
19
202008/09/12 (alec)
21----------
22- Added vertical splitter for folders list resizing
23- Added possibility to view all headers in message view
24- Fixed splitter drag/resize on Opera (#1485170)
25- Fixed quota img height/width setting from template (#1484857)
26
272008/09/12 (thomasb)
28----------
29- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
30- Insert "virtual" folders in subscription list (#1484779)
31- Added link to open message in new window
32
332008/09/05 (thomasb)
34----------
35- Enable export of address book contacts as vCard
36- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
37- Applied mime_decode patch by David Lublink
38- Allowed max. attachment size now indicated in compose screen (#1485030)
39- Also capture backspace key in list mode (#1484566)
40- Allow application/pgp parts to be displayed (#1484753)
41- Correctly handle options in mailto-links (#1485228)
42- Immediately save sort_col/sort_order in user prefs (#1485265)
43
442008/09/04 (alec)
45----------
46- Truncate very long (above 50 characters) attachment filenames when displaying
47- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
48- Allow 'readonly' atributes in input and textarea (#1485312)
49
502008/09/03 (thomasb)
51----------
52- Allow to auto-detect client language if none set (#1484434)
53- Auto-detect the client timezone (user configurable)
54
552008/09/03 (alec)
56----------
57- Add RFC2231 header value continuations support for attachment
58  filenames + hack for servers that not support that feature
59- Fix Reply-To header displaying (#1485314)
60
612008/09/02 (thomasb)
62----------
63- Add feature to import contacts from vcard files (#1326103)
64- Mark form buttons that provide the most obvious operation (mainaction)
65
662008/08/30 (alec)
67----------
68- Improved HTML to TXT conversion by html2text class update
69  to version 1.0.0
70
712008/08/28 (alec)
72----------
73- Added option 'quota_zero_as_unlimited' (#1484604)
74- Added PRE handling in html2text class (#1484740)
75
762008/08/28 (robin)
77----------
78- Added folder hierarchy collapsing
79
802008/08/27 (alec)
81----------
82- Added options to use syslog instead of log file (#1484850)
83- Added Logging & Debugging section in Installer
84- Write to smtp log also sent MDN confirmations
85
862008/08/26 (alec)
87----------
88- Removed support for PEAR::DB driver
89
902008/08/21 (alec)
91----------
92- Add Content-Length header while attachments downloading (#1484256)
93- Fix In-Reply-To and References headers when composing saved draft
94  message (#1485288)
95- Removed PHP4 class constructors
96- Fix html message charset conversion for charsets with underline (#1485287)
97- Fix buttons status after contacts deletion (#1485233)
98
992008/08/21 (estadtherr)
100----------
101- Fix escaping of To: and From: fields when building message body for reply
102  or forward in the HTML editor (#1484904)
103
1042008/08/15 (thomasb)
105----------
106- Use current mailbox name in template (#1485256)
107- Better fix for skipping untagged responses (#1485261)
108- Added pspell support patch by Kris Steinhoff (#1483960)
109- Enable spellchecker for HTML editor (#1485114)
110- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
111
1122008/08/09 (alec)
113----------
114- Case insensitive contacts searching using PostgreSQL (#1485259)
115
1162008/07/31 (thomasb)
117----------
118- Make default imap folders configurable for each user (#1485075)
119- Save outgoing mail to selectable folder (#1324581)
120- Fix hiding of mark menu when clicking th button again (#1484944)
121
1222008/07/21 (alec)
123----------
124- use long date format in print mode (#1485191)
125
1262008/07/18 (alec)
127----------
128- Updated TinyMCE to version 3.1.0.1
129
1302008/07/14 (thomasb)
131----------
132- Re-enable autocomplete attribute for login form (#1485211)
133- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
134
1352008/06/30 (alec)
136----------
137- Added flag column on messages list (#1484623)
138
1392008/06/24 (alec)
140----------
141- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
142
1432008/06/24 (alec)
144----------
145- Allow trash/junk subfolders to be purged (#1485085)
146
1472008/06/20 (alec)
148----------
149- Added Azerbaijani translation
150
1512008/06/20 (thomasb)
152----------
153- Store compose parameters in session and redirect to a unique URL
154
1552008/06/18 (thomasb)
156----------
157- Fixed CRAM-MD5 authentication (#1484819)
158- Add fallback to old 'skin_path' property
159
1602008/06/16 (alec)
161----------
162- Fixed sending emoticons
163- Fixed forwarding messages with one HTML attachment (#1484442)
164- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
165
1662008/06/15 (alec)
167----------
168- Added option to select skin in user preferences
169  WARNING: option 'skin_path' replaced by 'skin' option!
170
1712008/06/14 (alec)
172----------
173- Added option to disable displaying of attached images below the message body
174
1752008/06/13 (alec)
176----------
177- Added option to display images in messages from known senders (#1484601)
178- Updated PEAR::Mail_Mime
179- User preferences grouped in more fieldsets
180
1812008/06/12 (alec)
182----------
183- Fix corrupted MIME headers of messages in Sent folder (#1485111)
184- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
185- Use keypress instead of keydown to select list's row (#1484816)
186
1872008/06/11 (alec)
188----------
189- Don't call expunge and don't remove message row after message move
190  if flag_for_deletion is set to true (#1485002)
191
1922008/06/08 (alec)
193----------
194- Added option to disable autocompletion from selected LDAP address books (#1484922)
195
1962008/06/07 (thomasb)
197----------
198- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
199- Updated Catalan localization
200
2012008/06/06 (robin)
202----------
203- Add option to log successful logins
204
2052008/06/06 (alec)
206----------
207- TLS support in LDAP connections: 'use_tls' property (#1485104)
208
2092008/06/05 (alec)
210----------
211- Fix removing messages from search set after deleting them (#1485106)
212
2132008/06/03 (alec)
214----------
215- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
216- imap.inc: Fixed iil_C_FetchStructureString() to handle many
217  literal strings in response (#1484969)
218- imap.inc: Removed hardcoded data size in iil_ReadLine()
219
2202008/05/30 (alec)
221----------
222- Support for subfolders in default/protected folders (#1484665)
223- Disallowed delimiter in folder name (#1484803)
224- Support " and \ in folder names
225- Escape \ in login (#1484614)
226
2272008/05/29 (thomasb)
228----------
229- Better HTML sanitization with the DOM-based washtml script (#1484701)
230
2312008/05/29 (alec)
232----------
233- Polish localization folder renamed to pl_PL
234
2352008/05/28 (alec)
236----------
237- Fixed sorting of folders with non-ascii characters
238
2392008/05/21 (alec)
240----------
241- Localized pagetitle in Settings and Address Book
242
2432008/05/19 (alec)
244----------
245- Fixed Mysql DDL for default identities creation (#1485070)
246
2472008/05/16 (alec)
248----------
249- In Preferences added possibility to configure 'read_when_deleted',
250  'mdn_requests', 'flag_for_deletion' options
251
2522008/05/15 (thomasb)
253----------
254- Make IMAP auth type configurable (#1483825)
255- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
256
2572008/05/15 (alec)
258----------
259- Fix attachment list on IE 6/7 (#1484807)
260
2612008/05/12 (estadtherr)
262----------
263- fix JavaScript in compose.html that shows cc/bcc fields if populated
264
2652008/05/12 (alec)
266----------
267- Updated PEAR::DB package to version 1.7.13
268
2692008/05/10 (alec)
270----------
271- Make password input fields of type password in installer (#1484886)
272
2732008/05/09 (alec)
274----------
275- Don't call CAPABILITY if was recieved as server's optional response
276  on connect (RFC3501 [7.1])
277
2782008/05/08 (alec)
279----------
280- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
281- Optimized messages sorting on servers without sort capability (#1485049)
282- Option 'use_SQL_address_book' replaced by 'address_book_type'
283- Corrected message headers decoding when charset isn't specified and improved
284  support for native languages (#1485050, #1485048)
285
2862008/05/07 (davidke/richs)
287----------
288- Completed LDAP address book support so it can now write to an LDAP server.
289- Expanded LDAP configuration options to support LDAP server writes.
290- Modified config/main.inc.php.dist:
291  New Option: $rcmail_config['use_SQL_address_book']
292  Changed Option:  $rcmail_config['ldap_public']['Verisign']
293
2942008/05/05 (alec)
295----------
296- Installer: encode special characters in DB username/password (#1485042)
297- Do charset conversion also for from/to column on messages list
298- Fix management of folders with national characters in names (#1485036, #1485001)
299
3002008/05/02 (alec)
301----------
302- Updated MDB2 package to version 2.5.0b1
303- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
304- Updated MDB2 mssql driver to version 1.3.0b1
305- Fixed identities saving when using MDB2 pgsql driver (#1485032)
306
3072008/05/01 (alec)
308----------
309- Fix BCC header reset (#1484997)
310
3112008/04/30 (thomasb)
312----------
313- Introduce new application class 'rcmail' and get rid of some global vars
314
3152008/04/29 (alec)
316----------
317- improved messages list performance - patch from Justin Heesemann
318
3192008/04/23 (alec)
320----------
321- Append skin_path to images location only when it starts
322  with '/' sign (#1484859)
323
3242008/04/20 (estadtherr)
325----------
326- fix parse_attrib_string to handle unquoted values, which fixes
327  display issues with HTML messages that do not quote attributes
328
3292008/04/17 (alec)
330----------
331- Fix IMAP response in message body when message has no body (#1484964)
332- Updated PEAR::Auth_SASL to 1.0.2
333- Fix non-RFC dates formatting (#1484901)
334
3352008/04/16 (estadtherr)
336----------
337- Fix mail sending with new TinyMCE
338
3392008/04/16 (alec)
340----------
341- Fix typo in set_charset() (#1484991)
342- Decode entities when inserting HTML signature to plain text message (#1484990)
343
3442008/04/15 (estadtherr)
345----------
346- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
347- fix signature loading on Windows (#1484545)
348- add language support to HTML editing (#1484862)
349
3502008/04/15 (alec)
351----------
352- Fix remove signature when replying (#1333167)
353- Fix problem with line with a space at the end (#1484916)
354- Don't send set_env() in ajax response when env array is empty
355- Fix <!DOCTYPE> tag filtering (#1484391)
356- Fix <?xml> tag filtering (#1484403)
357 
3582008/04/14 (alec)
359----------
360- Added sections (fieldset+label) in Settings interface
361
3622008/04/12 (alec)
363----------
364- Fixed and optimized 'read_when_deleted': mark as read on server side
365  in one action when marking as deleted, fixed js bugs when deleting
366  from message preview page
367
3682008/04/12 (thomasb)
369----------
370- Changed codebase to PHP5 with autoloader
371- Added some new classes from devel-vnext branch
372
3732008/04/11 (alec)
374----------
375- Mark as read in one action with message preview (#1484972)
376- Delete redundant quota reads (#1484972)
377- Add options for empty trash and expunge inbox on logout (#1483863)
378
3792008/04/10 (alec)
380----------
381- Add rows highlighting in onmousemove on ksearch list
382- Remove lines wrapping when displaying message
383- Fix month localization
384- Do ob_start/ob_end_clean when reading config files (#1484624)
385- Fix debug (ajax) console
386
3872008/04/02 (alec)
388----------
389- Updated timezones list (#1484908)
390- Fix design in Settings (#1484799)
391- Fix deleting messages after clicking on "All" (#1484838)
392- Fix sorting o0f message list when default folder is empty (#1484317)
393- Fix creating a new folder w/a comma in its name (#1484681)
394
3952008/04/01 (thomasb)
396----------
397- Fix Enter problem on login (#1484839)
398- Make the http-received header in outgoing mails configurable
399
4002008/03/30 (till)
401----------
402- Fix Firefox problem with ob_gzhandler (#1484932)
403- Improve message previewpane - less loading (#1484316)
404
4052008/03/28 (thomasb)
406----------
407- Disable installer by default; add config option to enable it again
408
4092008/03/24 (till)
410----------
411- Don't send mark requests for already marked messages (#1484906)
412- Fix "quote inside a quote" (#1484783)
413
4142008/03/23 (till)
415
416- Applied patch to strip newlines from headers (#1484811)
417- Applied patch to trim login (#1484231)
418- Added robots.txt
419- Fix attachment problem when restoring saved draft without body (#1484506)
420- Fix call to undefined function decrypt_passwd() 
421
4222008/03/21 (thomasb)
423----------
424- Add configurable default charset for message decoding
425- Applied patch to fix mime decoding an folder subscription (#1484191)
426- Applied patch to correctly quote email recipient strings (#1484191)
427- Fix wrong charset aliases (#1484818 and #1484598)
428- Remove hard-coded size of logo image (#1484378)
429- Strip slashes from virtuser email values (#1484700)
430- Fixed message part window display in IE6 (#1484610)
431
4322008/02/28 (thomasb)
433----------
434- Fix folder adding/renaming inspired by #1484800
435- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
436- Fix quirky message selection
437- Completed installer
438
4392008/02/20 (thomasb)
440----------
441- Localize folder name in page title (#1484785)
442- Fix code using wrong variable name (#1484018)
443- Allow to send mail with BCC recipients only
444- Remove MDN headers before saving in sent folder
445
4462008/02/12 (estadtherr)
447----------
448- fix switching between HTML/plain composing (#1484752)
449- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
450- fix image removal in message display when message HTML includes JS event handlers
451
4522008/02/11 (thomasb)
453----------
454- Add function to mark the selected messages as read/unread (#1457360)
455- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
456- Show message count in folder list and hint when creating a subfolder
457
4582008/02/08 (thomasb)
459----------
460- Distinguish ssl and tls for imap connections (#1484667)
461- Added some charset aliases to fix typical mis-labelling (#1484565)
462
4632008/02/07 (thomasb)
464----------
465- Remember decision to display images for a certain message during session (#1484754)
466- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
467- Fix size of the attachment preview frame (#1484758)
468
4692008/02/05 (thomasb)
470----------
471- Fix regular expression for checking e-mail address (#1484710)
472- Make sending of read receipts configurable
473- Respect config when localize folder names (#1484707)
474- Applied patch for updating page title (#1484727, #1484650)
475- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
476- Applied patch to prevent bad header delimiters (#1484751)
477- Also send search request when deleting a contact (#1484620)
478- Add CSS hack for Safari
479
4802008/02/02 (thomasb)
481----------
482- Always update $CONFIG with user prefs (#1484729)
483- Don't ask for MDN confirmations on drafted messages (#1484691)
484- Also respect receipt and priority settings when re-opening a draft message
485
4862008/01/31 (robin)
487----------
488- Remember search results (closes #1483883), patch by the_glu
489
4902008/01/08 (tomekp)
491----------
492- add he (Hebrew) localization (#1484713)
493
4942008/01/08 (tomekp)
495----------
496- update fr localization
497
4982008/01/04 (tomekp)
499- purge kur_KU because it has no messages translation
500- bump copyright for all localization files
501
5022007/12/31 (tomekp)
503----------
504- update es localization
505
5062007/12/28 (tomekp)
507----------
508- update mk localization
509
5102007/12/27 (tomekp)
511----------
512- update se localization
513
5142007/12/13 (robin)
515----------
516- Add Received header on outgoing mail
517
5182007/12/10 (estadtherr)
519----------
520- Upgrade to TinyMCE 2.1.3
521- Allow inserting image attachments into HTML messages while composing (#1484557)
522
5232007/12/10 (thomasb)
524----------
525- Delegate user-stuff to new class rcube_user
526- Implement Message-Disposition-Notification (Receipts)
527
5282007/12/05 (tomekp)
529----------
530- update bg, uk localization
531
5322007/12/04 (tomekp)
533----------
534- update bg localization
535
5362007/11/25 (thomasb)
537----------
538- Applied UID fetch patch by Glen Ogilvie
539- Applied patch for correct Postgres instructions from ticket #1484674
540- Fix overriding of session vars when register_globals is on (#1484670)
541- Fix wrong Postgres setup instructions in INSTALL (#1484674)
542- Fix bug with case-sensitive folder names (#1484245)
543- Don't create default folders by default
544- Added Georgian localization by Zaza Zviadadze
545- Updated Russian localization
546- Fixed some potential security risks (audited by Andris)
547- Only show new messages if they match the current search (#1484176)
548
5492007/11/20 (tomekp)
550----------
551- add Korean (kr) localization
552
5532007/11/14 (tomekp)
554----------
555- update id_ID localization
556
5572007/11/06 (thomasb)
558----------
559- Switch to/from when searcing in Sent folder (#1484555)
560- Correctly read the References header (#1484646)
561- Unset old cookie in before sending a new value (#1484639)
562- Correctly decode attachments when downloading them (#1484645 and #1484642)
563
5642007/10/22 (tomekp)
565----------
566- update ru, eo localizations
567
5682007/10/17 (thomasb)
569----------
570- Make message listing less error prone
571
5722007/10/10 (thomasb)
573----------
574- Suppress IE errors when clearing attachments form (#1484356)
575- Set preferences field in user table to NULL (#1484386)
576- Log error when login fails due to auto_create_user turned off
577- Update UPGRADING instructions
578
5792007/10/05 (tomekp)
580----------
581- Add Esperanto localization
582
5832007/10/04 (Stiwi)
584----------
585- Updated German localization
586
5872007/10/04 (yllar)
588----------
589- Added Malay localization
590- Updated Lithuanian localization
591
5922007/09/27 (tomekp)
593----------
594- Update dutch localization (closes #1484588)
595
5962007/09/29 (thomasb)
597----------
598- Filter linked/imported CSS files (closes #1484056)
599
600
6012007/09/27 (tomekp)
602----------
603- Update brazilian portuguese localization (#1484580)
604
6052007/09/26 (thomasb)
606----------
607- Improve message compose screen (closes #1484383)
608- Select next row after removing one from list (#1484387)
609
610
6112007/09/26 (tomekp)
612----------
613- Add polish labels for changes in r816.
614- Update polish localization (#1484579)
615- Update thai localization (#1484578)
616
6172007/09/25 (robin)
618----------
619- Enable drag-/dropping of folders to a new parent folder (#1457344)
620
621
6222007/09/24 (robin)
623----------
624- Fix preview pane size for Safari & Konqueror (#1484187)
625
626
6272007/09/20 (robin)
628----------
629- Make smtp HELO/EHLO hostname configurable (#1484067)
630
631
6322007/09/19 (thomasb)
633----------
634- IPv6 Compatability (#1484322), Patch #1484373
635- Unlock interface when message sending fails (#1484570)
636- Eval PHP code in template includes (if configured)
637- Show message when folder is empty. Mo more static text in table (#1484395)
638- Only display unread count in page title when new messages arrived
639- Show mailbox name in page title
640
641
6422007/09/09 (thomasb)
643----------
644- Fixed wrong delete button tooltip (#1483965)
645- Fixed charset encoding bug (#1484429)
646- Applied patch for LDAP version (#1484552)
647- Improved XHTML validation
648
649
6502007/09/05 (thomasb)
651----------
652- Fix message list selection (#1484550)
653- Better fix lowercased usernames (#1484473)
654- Update pngbehavior Script as suggested in #1484490
655
656
6572007/08/29 (richs)
658----------
659- Fixed moving/deleting messages when more than 1 is selected
660
6612007/08/15 (thomasb)
662----------
663- Applied patch for LDAP contacts listing by Glen Ogilvie
664- Applied patch for more address fields in LDAP contacts (#1484402)
665- Close LDAP connections on script shutdown
666
667
6682007/08/13 (thomasb)
669----------
670- Add alternative for getallheaders() (fix #1484508)
671- Revert changes for mbstring usage (fix #1484509)
672
673
6742007/08/10 (thomasb)
675----------
676- Identify mailboxes case-sensitive
677- Sort mailbox list case-insensitive (closes #1484338)
678- Fix display of multipart messages from Apple Mail (closes #1484027)
679- Protect AJAX request from being fetched by a foreign site (XSS)
680- Make autocomplete for loginform configurable by the skin template
681- Fix compose function from address book (closes #1484426)
682- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
683- Check if mbstring supports charset (#1484290 and #1484292)
684- Prefer iconv over mbstring (as suggested in #1484292)
685- Check filesize of template includes (#1484409)
686- Updated Simplified Chinese localization
687- Added Ukrainian translation
688
689
6902007/08/09 (richs)
691----------
692- Fixed bug with buttons not dimming/enabling properly after switching folders
693- Fixed compose window becoming unresponsive after saving a draft (#1484487)
694- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
695- Fixed unresponsive interface issue when downloading attachments (#1484496)
696- Lowered status message time from 5 to 3 seconds to improve responsiveness
697- Added note to INSTALL about .htaccess limiting upload_max_filesize
698- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
699- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
700- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
701
702
7032007/07/03 (thomasb)
704----------
705- Added Macedonian (Slavic FYROM) localization
706- Fix status message bug #1484464 with regard to #1484353
707- Fix address adding bug reported by David Koblas
708- Applied socket error patch by Thomas Mangin
709
710
7112007/06/28 (tomekp)
712----------
713- fix typos in Polish localization (Janusz Zamecki)
714
715
7162007/06/27 (tomekp)
717----------
718- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
719
720
7212007/06/12 (thomasb)
722----------
723- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
724- Added Irish/Gaelic translation
725- Little correction in Swedish translation
726- Quote username for virtuser_query
727- Pass-by-reference workarround for PHP5 in sendmail.inc
728
729
7302007/06/04 (estadtherr)
731----------
732- Fixed bug in HTML->Plain editor toggling
733
734
7352007/05/28 (thomasb)
736---------
737- Fixed buggy imap_root settings (closes #1484379)
738- Prevent default events on subject links (#1484399)
739- Typo in rcube_smtp.inc
740
741
7422007/05/23 (estadtherr)
743----------
744- Upgrade to TinyMCE v2.1.1.1
745
746
7472007/05/18 (thomasb)
748----------
749- Use HTTP-POST requests for actions that change state
750
751
7522007/05/17 (thomasb)
753----------
754- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
755- Renamed localization folder for Chinese (Big5)
756- Chanegd Slovenian language code from 'si' to 'sl'
757- Added Sinhala (Sri-Lanka) localization
758- Use global filters and bind username/ for Ldap searches (#1484159)
759- Hide quota display if imap server does not support it
760- Hide address groups if no LDAP servers configured
761- Add link to message subjects (closes #1484257)
762- Better SQL query for contact listing/search (closes #1484369)
763
764
7652007/05/13 (thomasb)
766----------
767- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
768- Fixed marking as read in preview pane (closes #1484364)
769- CSS hack to display attachments correctly in IE6
770- Wrap message body text (closes #1484148)
771
772
7732007/05/03 (yllar)
774----------
775- Updated French, Lithuanian, Armenian, Spanish and Italian translations
776
777
7782007/05/01 (thomasb)
779----------
780- Updated German, Euskara, Hungarian, Romanian and Spanish translation
781- Added Hindi and Kurdish localization
782
783
7842007/04/28 (thomasb)
785----------
786- LDAP access is back in address book (closes #1484087)
787- Added search function for contacts
788- New Template parsing and output encoding
789- Fixed bugs #1484119 and #1483978
790
791
7922007/04/08 (thomasb)
793----------
794- Fixed message moving procedure (closes #1484308)
795- Fixed display of multiple attachments (closes #1466563)
796- Fixed check for new messages (closes #1484310)
797- List attachments without filename
798
799
8002007/03/27 (thomasb)
801----------
802- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
803  Should close bugs #1483951 and #1484299
804
805
8062007/03/23 (thomasb)
807----------
808- Correctly translate mailbox names (closes #1484276)
809- Quote e-mail address links (closes #1484300)
810
811
8122007/03/21 (thomasb)
813----------
814- Updated PEAR::Mail_mime package
815- Added Persian localization
816- Updated Catalan and Brazilian Portuguese translations
817- Updated INSTALL manual with a note about database passwords
818- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
819- Sanitize input for new users/identities (thanks Colin Alston)
820
821
8222007/03/19 (thomasb)
823----------
824- Don't download HTML message parts
825- Convert HTML parts to plaintext if 'prefer_html' is off
826- Correctly parse message/rfc822 parts (closes #1484045)
827- Code cleanup
828
829
8302007/03/18 (thomasb)
831----------
832- Also use user_id for unique key in messages table (closes #1484074)
833- Hide contacts drop down on blur (closes #1484203)
834- Make entries in contacts drop down clickable
835- Turn off browser autocompletion on login page
836- Quote <? in text/html message parts
837- Hide border around radio buttons
838- Replaced old JS function calls.
839
840
8412007/03/13 (thomasb)
842----------
843- Applied patch for attachment download by crichardson (closes #1484198)
844- Fixed bug in Postgres DB handling (closes #1484068)
845- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
846- Fixed array_merge bug (closes #1484281)
847- Fixed flag for deletion in list view (closes #1484264)
848- Finally support semicolons as recipient separator (closes ##1484251)
849- Fixed message headers (subject) encoding
850
851
8522007/03/04 (tomekp)
853----------
854- check if safe mode is on or not (closes #1484269)
855
856
8572007/03/02 (thomasb)
858----------
859- Show "no subject" in message list if subject is missing (closes #1484243)
860- Solved page caching of message preview (closes #1484153)
861- Only use gzip compression if configured (closes #1484236)
862
863
8642007/02/25 (estadtherr)
865----------
866- Fixed priority selector issue (#1484150)
867- Upgraded to TinyMCE v2.1.0
868
869
8702007/02/21 (thomasb)
871----------
872- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
873- Prevent from double quoting of numeric HTML character references (closes #1484253)
874
875
8762007/02/07 (tomekp)
877----------
878- Updated (bg) translation (Doichin Dokov)
879
880
8812007/02/06 (tomekp)
882----------
883- Updated (pl) translation
884- Updated (pt_BR) translation (Robson F. Ramaldes)
885- Big cleanup in program/localization
886
887
8882007/02/05 (thomasb)
889----------
890- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
891
892
8932007/01/07 (estadtherr)
894----------
895- Fixed display of HTML message attachments (closes #1484178)
896
897
8982007/01/07 (thomasb)
899----------
900- Applied patch for preview caching (closes #1484186)
901- Added Thai and Vietnamese localization files
902
903
9042006/12/29 (thomasb)
905----------
906- Added error handling for attachment uploads
907- Use multibyte safe string functions where necessary (closes #1483988)
908- Updated Swiss German localization (de_CH)
909
910
9112006/12/22 (thomasb)
912----------
913- Applied security patch to validate the submitted host value (by Kees Cook)
914- Applied security patch to validate input values when deleting contacts (by Kees Cook)
915- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
916- Applied a patch to more aggressively sanitize a HTML message
917- Visualize blocked images in HTML messages
918
919
9202006/12/20 (thomasb)
921----------
922- Fixed wrong message listing when showing search results (closes #1484131)
923- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
924- Show remote images when opening HTML message part as attachment
925
926
9272006/12/17 (thomasb)
928----------
929- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
930
931
9322006/12/06 (thomasb)
933----------
934- Improve memory usage when sending mail (closes #1484098)
935- Mark messages as read once the preview is loaded (closes #1484132)
936- Include smtp final response in log (closes #1484081)
937
938
9392006/12/04 (thomasb)
940----------
941- Corrected date string in sent message header (closes #1484125)
942- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
943- Changed srong tooltips for message browse buttons (closes #1483930)
944
945
9462006/12/03 (estadtherr)
947----------
948- Added fix to convert HTML signatures for plain text messages
949- Fixed signature delimeter character to be standard (Bug #1484035)
950
951
9522006/12/01 (thomasb)
953----------
954- Implemented preview pane
955- Fixed XSS vulnerability (Bug #1484109)
956- Remove newlines from mail headers (Bug #1484031)
957- Selection issues when moving/deleting (Bug #1484044)
958- Applied patch of Clement Moulin for imap host auto-selection
959- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
960- Fixed folder name encoding in subscription list (Bug #1484113)
961- Fixed JS errors in identity list (Bug #1484120)
962- Show client debug console on debug_level 8
963- Added Serbian translation
964- Updated Spanish and Bulgarian localization
965
966
9672006/11/22 (robin)
968----------
969- Fix a bug introduced with Shift-Del yesterday
970
971
9722006/11/21 (robin)
973----------
974- Add missing nl_NL translations
975- Translate foldernames in folder form (closes #1484113)
976
977
9782006/11/21 (robin)
979----------
980- Added first and last buttons to message list, address book
981  and message detail
982- Pressing Shift-Del bypasses Trash folder
983- Enable purge command for Junk folder
984
985
9862006/11/17 (robin)
987----------
988- Re-initialize message list after shift-select and delete
989
990
9912006/11/16 (robin)
992----------
993- Fixed updating message list after expunge and purge
994- Fetch all aliases if virtuser_query is used instead
995  of only the first one
996
997
9982006/11/11 (estadtherr)
999----------
1000- fixed deletion/moving of messages from within "show" page
1001
1002
10032006/11/09 (thomasb)
1004----------
1005- Little bugfix in HTML encoding
1006- Fixed encoding issues and delete-on-reply problem
1007- Corrected template parsing
1008
1009
10102006/11/07 (estadtherr)
1011----------
1012- Upgraded to TinyMCE v2.0.8
1013- Fixed CSS path for editor popups
1014
10152006/09/26 (estadtherr)
1016----------
1017- Added spellchecker plugin to TinyMCE configuration
1018- Fixed HTML/Plain toggle labels
1019
1020
10212006/09/24 (thomasb)
1022----------
1023- Partial client re-write with a common list class
1024- Re-enabled multi select of contacts (Bug #1484017)
1025- Enable contact editing right after creation (Bug #1459641)
1026- Updated Hungarian, Estonian and Traditional Chinese localization
1027
1028
10292006/09/19 (thomasb)
1030----------
1031- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1032
1033
10342006/09/13 (estadtherr)
1035----------
1036- Introduction of TinyMCE HTML editor support for message composition and signatures
1037  Note : a new column is added to the "identities" database table
1038
1039
10402006/09/12 (estadtherr)
1041----------
1042- Fixed html2text treatment of table headers (Bug #1484020)
1043- Fixed IMAP fetch of message body (Bug #1484019)
1044
1045
10462006/09/08 (thomasb)
1047----------
1048- Fixed safe_mode problems (Bug #1418381)
1049- Fixed wrong header encoding (Bug #1483976)
1050
1051
10522006/09/07 (thomasb)
1053----------
1054- Made automatic draft saving configurable
1055- Fixed JS bug when renaming folders (Bug #1483989)
1056- Don't wait for complete page load when calling JavaScript init()
1057- Some improvements to prevent session expiration
1058- Prevent from double submit of spell check requests
1059
1060
10612006/09/01 (thomasb)
1062----------
1063- Imporoved message parsing and HTML validation
1064- Added quota display as image (by Brett Patterson)
1065- Corrected creation of a message-id
1066- Updated Norwegian (bokmal) localization
1067
1068
10692006/08/30 (thomasb)
1070----------
1071- New indentation for quoted message text
1072- Improved HTML validity
1073
1074
10752006/08/28 (estadtherr)
1076----------
1077- Fixed URL character set (Ticket #1445501)
1078- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1079
1080
10812006/08/25 (thomasb)
1082----------
1083- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1084- Finalized new message parsing (+ chaching)
1085- Updated SQL scripts and UPGRADING instructions
1086
1087
10882006/08/23 (thomasb)
1089----------
1090- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1091
1092
10932006/08/20 (thomasb)
1094----------
1095- Fixed wrong usage of mbstring (Bug #1462439)
1096- Set default spelling language (Ticket #1483938)
1097- Added support for Nox Spell Server
1098
1099
11002006/08/18 (thomasb)
1101----------
1102- Re-built message parsing (Bug #1327068)
1103  Now based on the message structure delivered by the IMAP server.
1104- Fixed some XSS and SQL injection issues
1105
1106
11072006/08/10 (thomasb)
1108----------
1109- Fixed charset problems with folder renaming
1110
1111
11122006/08/04 (thomasb)
1113----------
1114- Fixed Bug in saving identities (Ticket #1483915)
1115- Set folder name in window title (Bug #1483919)
1116- Don't add imap_root to INBOX path (Bug #1483816)
1117- Attempt to create default folders only after login
1118- Avoid usage of $CONFIG in rcube_imap class
1119
1120
11212006/07/30 (thomasb)
1122----------
1123- Alter links in HTML messages (Bug #1326402)
1124- Added fallback if host not found in 'mail_domain' array
1125- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1126- Fixed folder renaming (Bug #1483914)
1127- Added confirmation message after deleting a folder
1128
1129
11302006/07/25 (thomasb)
1131----------
1132- Made folder renaming a bit more ajax-style
1133- Changed rename-labels and German translation
1134- Fixed addressbox countbar width (Bug #1483845)
1135- Fixed refresh interval problems in Safari (Bug #1483902)
1136- Fixed clear_message_list_header() errors (Bug #1483898)
1137- Sanity check of $message_set in imap.inc (Bug #1443200)
1138- Added correct changing of message list headers for Sent folder
1139- Updated Spanish localization (Ticket #1483887)
1140- Applied patch #1483846
1141
1142
11432006/07/24 (richs)
1144----------
1145- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1146- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1147- Draft saving now properly returns an error when saving fails
1148- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1149- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1150
1151
11522006/07/19 (thomasb)
1153----------
1154- Correct entity encoding of link urls (HTML validity)
1155- Improved usability in compose step (Ticket #1483807)
1156- Added absolute URLs to several buttons (for "open in new window")
1157- Applied patch #1328032
1158- Fixed Bug/Patch #1443200
1159
1160
11612006/07/18 (thomasb)
1162----------
1163- Fixed password with spaces issue (Bug #1364122)
1164- Replaced _auth hash with second cookie (Ticket #1483811)
1165- Don't use get_input_value() for passwords (Bug #1468895)
1166- Made password encryption key configurable
1167- Minor bugfixes with charset encoding
1168- Added <label> tags to forms (Ticket #1483810)
1169
1170
11712006/07/07 (thomasb)
1172----------
1173- Fixed INSTALL_PATH bug #1425663
1174
1175
11762006/07/03 (richs)
1177----------
1178- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1179- Updated French localizations (Ticket #1483862)
1180- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1181- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1182- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1183- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1184
1185
11862006/06/30 (richs)
1187----------
1188- Fixed empty INBOX compatibility bug (Patch #1443200)
1189- Temporarily fixed French "compact" localization (Patch #1483862)
1190- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1191- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1192- Fixed "unread count" in window title when count changed (Bug #1483812)
1193- Fixed DB error when deleting from message table (Patch #1483835)
1194
1195
11962006/06/29 (richs)
1197----------
1198- Added ability to remove attachments (Feature #1436721)
1199- Default folders are now auto-created on first login (Feature #1471594)
1200- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1201- Corrected Italian localizations
1202- Tweaked rename-folder form to clear after a rename
1203
1204
12052006/06/26 (richs)
1206----------
1207- Added button to immediately check for new messages
1208- New message checking now displays status "Checking for new messages..."
1209- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1210- Task buttons now respond to clicks by darkening (as in other applications)
1211- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1212- Added ability to sort messages by "Size"
1213- Added ability to rename folders (Feature #1326396)
1214- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1215- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1216
1217
12182006/06/25
1219----------
1220- Changed behavior to include host-specific configuration (Bug #1483849)
1221- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1222- Fixed spell checker to work with the new URL at google.com
1223- Some memory and security optimizations sendmail.inc
1224- Updated UGRADING description
1225
1226
12272006/06/19
1228----------
1229- Added Drafts support (Feature #1326839) (richs)
1230
1231
12322006/06/02
1233----------
1234- Updated Estonian localization and moved from ee to et
1235- Added Bulgarian localization
1236
1237
12382006/05/25
1239----------
1240- Finalized GoogieSpell integration
1241
1242
12432006/05/18
1244----------
1245- Added Arabic and Armenian localizations
1246- Updated Russian localization
1247- Removed MDB2 classes from repository. Install them seperately if used.
1248- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1249- Allow & in e-mail addresses
1250
1251
12522006/05/05
1253----------
1254- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1255- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1256- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1257- Corrected INSTALL description (Bug #1476106)
1258- Added charset to javascript HTTP headers
1259- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1260- Changed login page title regarding product name (Bug #1476413)
1261- Pimped search function
1262- Applied attachment viewing/forwarding patches by Andrew Fladmark
1263- Applied prev/next patch by Leonard Bouchet
1264- Applied patches by Mark Bucciarelli
1265- Applied patch for requesting receipts by Salvatore Ansani
1266- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1267
1268
12692006/04/13
1270----------
1271- Added Slovenian localization
1272- Updated Portuguese localization
1273- Fixed parent.location problem for compose-links
1274- Added sort order saving patch by Jacob Brunson
1275- Added gzip compression support
1276
1277
12782006/04/02
1279----------
1280- Added Lithuanian localization
1281- Improved search function
1282- Added version string as template object
1283- Load host-specific configuration file (see config/main.inc.php)
1284- New config parameter adding domain to user names for login
1285- Strip tags on _auth, _action, _task parameters
1286- Corrected labels for next/previous page buttons in address book
1287
1288
12892006/03/23
1290----------
1291- Auto-detect mail header delimiters
1292- Regard daylight savings
1293- Localized quota display
1294- Started implementing search function
1295
1296
12972006/03/20
1298----------
1299- Avoid error message when saving an unchanged identity (Bug #1429510)
1300- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1301- Enable some HTML links for use with "open in new window" or "save target"
1302- Check meta-key instead of ctrl on Macs
1303- Ignore double clicks when holding down a modifier key
1304- Fixed reloading of the login page
1305- Fixed typo in compose template (Bug #1446852)
1306- Added compose button to message read step (Request #1433288)
1307- New config parameter for persistent database connections (Bug #1431817)
1308
1309
13102006/03/14
1311----------
1312- Don't remove internal HTML tags in plaintext messages
1313- Improved error handling in DB connection failure
1314
1315
13162006/02/22
1317----------
1318- Updated localizations
1319- Fixed bug #1435989
1320
1321
13222006/02/19
1323----------
1324- Updated localizations
1325- Applied patch of Anders Karlsson
1326- Applied patch of Jacob Brunson
1327- Applied patch for virtuser_query by Robin Elfrink
1328- Added support for References header (patch by Auke)
1329- Added support for mbstring module by Tadashi Jokagi
1330- Added function for automatic remove of slashes on GET and POST vars
1331  if magic_quotes is enabled
1332
1333
13342006/02/05
1335----------
1336- Added Slovak, Hungarian, Bosnian and Croation translation
1337- Fixed bug when inserting signatures with !?&
1338- Chopping message headers before inserting into the message cache table
1339  (to avoid bugs in Postgres)
1340- Allow one-char domains in e-mail addresses
1341- Make product name in page title configurable
1342- Make username available as skin object
1343- Added session_write_close() in rcube_db class destructor to avoid problems
1344  in PHP 5.0.5
1345- Use move_uploaded_file() instead of copy() for a more secure handling of
1346  uploaded attachments
1347- Additional config parameter to show/hide deleted messages
1348- Added periodic request for checking new mails (Request #1307821)
1349- Added EXPUNGE command
1350- Optimized loading time for mail interface
1351- Changed to full UTF-8 support
1352- Additional timezones (Patch #1389912)
1353- Added LDAP public search (experimental)
1354- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1355- Casting to strings when adding empty headers to message cache (Bug #1406026)
1356- Skip sender-address as recipient when Reply-to-all
1357- Fixes in utf8-class
1358- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1359- Added garbage collector for message cache
1360- Added patches for BCC headers
1361
1362
13632005/12/16
1364----------
1365- Added Turkish and Simplified Chinese translation
1366- Use virtusertable to resolve e-mail addresses at login
1367- Configurable mail_domain used to compose correct e-mail addresses
1368  on first login
1369
1370
13712005/12/03
1372----------
1373- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1374  Estonian and Chinese translation
1375- Get IMAP server capabilities in array
1376- Check for NAMESPACE capability before sending command
1377- Set default user language from config 'locale_string'
1378- Added sorting patch for message list
1379- Make default sort col/order configurable
1380- Fixed XSS in address book and identities
1381- Added more XSS protection (Bug #1308236)
1382- Added tab indexes for compose form
1383- Added 'changed' col to contacts table
1384- Support for 160-bit session hashes
1385- Added input check for contacts and identities (Patch #1346523)
1386- Added messages/warning to compose step (Patch #1323895)
1387- Added favicon to the default skin
1388- Fixed Bug #1334337 as far as possible
1389- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1390- Redesign of client side AJAX code (enable multi threading)
1391- Added keep-alive signal every minute
1392- Make logs dir configurable
1393- Added support for SMTPS
1394- Decode attachment file names
1395- Make delimiter for message headers configurable
1396- Add generic footer to sent messages
1397- Choose the rigt identity when replying
1398- Remove signature when replying (Request #1333167)
1399- Signatures for each identity
1400- Select charset when composing message
1401- Complete re-design of the caching mechanism
1402
1403
14042005/08/11
1405----------
1406- Write list header to client even if list is empty
1407- Add functions "select all", "select none" to message list
1408- Improved filter for HTML messages to remove potentially malicious tags
1409  (script, iframe, object) and event handlers.
1410- Buttons for next/previous message in view mode
1411- Add new created contact to list and show confirmation status
1412- Added folder management (subscribe/create/delete)
1413- Log message sending (SMTP log)
1414- Grant access for Camino browser
1415- Added German translation
1416
1417
14182005/10/20
1419----------
1420- Added Swedish, Latvian, Portuguese and Catalan translation
1421- Make SMTP auth method configurable
1422- Make mailboxlist scrollable (Bug #1326372)
1423- Fixed SSL support
1424- Improved support for Courier IMAP (root folder and delimiter issues)
1425- Moved taskbar from bottom to top
1426- Added 'session_lifetime' parameter
1427- Fixed wrong unread count when deleting message (Bug #1332434)
1428- Srip tags when creating a new folder (Bug #1332084)
1429- Translate HTML tags in message headers (Bug #1330134)
1430- Correction in German translation (Bug #1329434)
1431- Display folder names with special chars correctly (Bug #1330157)
1432
1433
14342005/10/07
1435----------
1436- Added French, Italian, Spanish, Danish, Dutch translation
1437- Clarified license (Bug #1305966)
1438- Fixed PHP warnings (Bug #1299403)
1439- Fixed english translation (Bug #1295406)
1440- Fixed bug #1290833: Last character of email not seen
1441- Fixed bug #1292199 when creating new user
1442- Allow more browsers (Bug #1285101)
1443- Added setting for showing pretty dates
1444- Added support for SQLite database
1445- Make use of message caching configurable
1446- Also add attachments when forwarding a message
1447- Long folder names will not flow over message list (Bug #1267232)
1448- Show nested mailboxes hieracically
1449- Enable IMAPS by host
1450
1451
14522005/08/20
1453----------
1454- Improved cacheing of mailbox messagecount
1455- Fixed javascript bug when creating a new message folder
1456- Fixed javascript bugs #1260990 and #1260992: folder selection
1457- Make Trash folder configurable
1458- Auto create folders Inbox, Sent and Trash (if configured)
1459- Support for IMAP root folder
1460- Added support fot text/enriched messages
1461- Make list of special mailboxes configurable
1462
Note: See TracBrowser for help on using the repository browser.