source: subversion/trunk/roundcubemail/CHANGELOG @ 1473

Last change on this file since 1473 was 1473, checked in by thomasb, 5 years ago

Update CHANGELOG

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 37.7 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/06/03 (alec)
5----------
6- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
7- imap.inc: Fixed iil_C_FetchStructureString() to handle many
8  literal strings in response (#1484969)
9- imap.inc: Removed hardcoded data size in iil_ReadLine()
10
112008/05/30 (alec)
12----------
13- Support for subfolders in default/protected folders (#1484665)
14- Disallowed delimiter in folder name (#1484803)
15- Support " and \ in folder names
16- Escape \ in login (#1484614)
17
182008/05/29 (thomasb)
19----------
20- Better HTML sanitization with the DOM-based washtml script (#1484701)
21
222008/05/29 (alec)
23----------
24- Polish localization folder renamed to pl_PL
25
262008/05/28 (alec)
27----------
28- Fixed sorting of folders with non-ascii characters
29
302008/05/21 (alec)
31----------
32- Localized pagetitle in Settings and Address Book
33
342008/05/19 (alec)
35----------
36- Fixed Mysql DDL for default identities creation (#1485070)
37
382008/05/16 (alec)
39----------
40- In Preferences added possibility to configure 'read_when_deleted',
41  'mdn_requests', 'flag_for_deletion' options
42
432008/05/15 (thomasb)
44----------
45- Make IMAP auth type configurable (#1483825)
46- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
47
482008/05/15 (alec)
49----------
50- Fix attachment list on IE 6/7 (#1484807)
51
522008/05/12 (estadtherr)
53----------
54- fix JavaScript in compose.html that shows cc/bcc fields if populated
55
562008/05/12 (alec)
57----------
58- Updated PEAR::DB package to version 1.7.13
59
602008/05/10 (alec)
61----------
62- Make password input fields of type password in installer (#1484886)
63
642008/05/09 (alec)
65----------
66- Don't call CAPABILITY if was recieved as server's optional response
67  on connect (RFC3501 [7.1])
68
692008/05/08 (alec)
70----------
71- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
72- Optimized messages sorting on servers without sort capability (#1485049)
73- Option 'use_SQL_address_book' replaced by 'address_book_type'
74- Corrected message headers decoding when charset isn't specified and improved
75  support for native languages (#1485050, #1485048)
76
772008/05/07 (davidke/richs)
78----------
79- Completed LDAP address book support so it can now write to an LDAP server.
80- Expanded LDAP configuration options to support LDAP server writes.
81- Modified config/main.inc.php.dist:
82  New Option: $rcmail_config['use_SQL_address_book']
83  Changed Option:  $rcmail_config['ldap_public']['Verisign']
84
852008/05/05 (alec)
86----------
87- Installer: encode special characters in DB username/password (#1485042)
88- Do charset conversion also for from/to column on messages list
89- Fix management of folders with national characters in names (#1485036, #1485001)
90
912008/05/02 (alec)
92----------
93- Updated MDB2 package to version 2.5.0b1
94- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
95- Updated MDB2 mssql driver to version 1.3.0b1
96- Fixed identities saving when using MDB2 pgsql driver (#1485032)
97
982008/05/01 (alec)
99----------
100- Fix BCC header reset (#1484997)
101
1022008/04/30 (thomasb)
103----------
104- Introduce new application class 'rcmail' and get rid of some global vars
105
1062008/04/29 (alec)
107----------
108- improved messages list performance - patch from Justin Heesemann
109
1102008/04/23 (alec)
111----------
112- Append skin_path to images location only when it starts
113  with '/' sign (#1484859)
114
1152008/04/20 (estadtherr)
116----------
117- fix parse_attrib_string to handle unquoted values, which fixes
118  display issues with HTML messages that do not quote attributes
119
1202008/04/17 (alec)
121----------
122- Fix IMAP response in message body when message has no body (#1484964)
123- Updated PEAR::Auth_SASL to 1.0.2
124- Fix non-RFC dates formatting (#1484901)
125
1262008/04/16 (estadtherr)
127----------
128- Fix mail sending with new TinyMCE
129
1302008/04/16 (alec)
131----------
132- Fix typo in set_charset() (#1484991)
133- Decode entities when inserting HTML signature to plain text message (#1484990)
134
1352008/04/15 (estadtherr)
136----------
137- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
138- fix signature loading on Windows (#1484545)
139- add language support to HTML editing (#1484862)
140
1412008/04/15 (alec)
142----------
143- Fix remove signature when replying (#1333167)
144- Fix problem with line with a space at the end (#1484916)
145- Don't send set_env() in ajax response when env array is empty
146- Fix <!DOCTYPE> tag filtering (#1484391)
147- Fix <?xml> tag filtering (#1484403)
148 
1492008/04/14 (alec)
150----------
151- Added sections (fieldset+label) in Settings interface
152
1532008/04/12 (alec)
154----------
155- Fixed and optimized 'read_when_deleted': mark as read on server side
156  in one action when marking as deleted, fixed js bugs when deleting
157  from message preview page
158
1592008/04/12 (thomasb)
160----------
161- Changed codebase to PHP5 with autoloader
162- Added some new classes from devel-vnext branch
163
1642008/04/11 (alec)
165----------
166- Mark as read in one action with message preview (#1484972)
167- Delete redundant quota reads (#1484972)
168- Add options for empty trash and expunge inbox on logout (#1483863)
169
1702008/04/10 (alec)
171----------
172- Add rows highlighting in onmousemove on ksearch list
173- Remove lines wrapping when displaying message
174- Fix month localization
175- Do ob_start/ob_end_clean when reading config files (#1484624)
176- Fix debug (ajax) console
177
1782008/04/02 (alec)
179----------
180- Updated timezones list (#1484908)
181- Fix design in Settings (#1484799)
182- Fix deleting messages after clicking on "All" (#1484838)
183- Fix sorting o0f message list when default folder is empty (#1484317)
184- Fix creating a new folder w/a comma in its name (#1484681)
185
1862008/04/01 (thomasb)
187----------
188- Fix Enter problem on login (#1484839)
189- Make the http-received header in outgoing mails configurable
190
1912008/03/30 (till)
192----------
193- Fix Firefox problem with ob_gzhandler (#1484932)
194- Improve message previewpane - less loading (#1484316)
195
1962008/03/28 (thomasb)
197----------
198- Disable installer by default; add config option to enable it again
199
2002008/03/24 (till)
201----------
202- Don't send mark requests for already marked messages (#1484906)
203- Fix "quote inside a quote" (#1484783)
204
2052008/03/23 (till)
206
207- Applied patch to strip newlines from headers (#1484811)
208- Applied patch to trim login (#1484231)
209- Added robots.txt
210- Fix attachment problem when restoring saved draft without body (#1484506)
211- Fix call to undefined function decrypt_passwd() 
212
2132008/03/21 (thomasb)
214----------
215- Add configurable default charset for message decoding
216- Applied patch to fix mime decoding an folder subscription (#1484191)
217- Applied patch to correctly quote email recipient strings (#1484191)
218- Fix wrong charset aliases (#1484818 and #1484598)
219- Remove hard-coded size of logo image (#1484378)
220- Strip slashes from virtuser email values (#1484700)
221- Fixed message part window display in IE6 (#1484610)
222
2232008/02/28 (thomasb)
224----------
225- Fix folder adding/renaming inspired by #1484800
226- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
227- Fix quirky message selection
228- Completed installer
229
2302008/02/20 (thomasb)
231----------
232- Localize folder name in page title (#1484785)
233- Fix code using wrong variable name (#1484018)
234- Allow to send mail with BCC recipients only
235- Remove MDN headers before saving in sent folder
236
2372008/02/12 (estadtherr)
238----------
239- fix switching between HTML/plain composing (#1484752)
240- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
241- fix image removal in message display when message HTML includes JS event handlers
242
2432008/02/11 (thomasb)
244----------
245- Add function to mark the selected messages as read/unread (#1457360)
246- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
247- Show message count in folder list and hint when creating a subfolder
248
2492008/02/08 (thomasb)
250----------
251- Distinguish ssl and tls for imap connections (#1484667)
252- Added some charset aliases to fix typical mis-labelling (#1484565)
253
2542008/02/07 (thomasb)
255----------
256- Remember decision to display images for a certain message during session (#1484754)
257- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
258- Fix size of the attachment preview frame (#1484758)
259
2602008/02/05 (thomasb)
261----------
262- Fix regular expression for checking e-mail address (#1484710)
263- Make sending of read receipts configurable
264- Respect config when localize folder names (#1484707)
265- Applied patch for updating page title (#1484727, #1484650)
266- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
267- Applied patch to prevent bad header delimiters (#1484751)
268- Also send search request when deleting a contact (#1484620)
269- Add CSS hack for Safari
270
2712008/02/02 (thomasb)
272----------
273- Always update $CONFIG with user prefs (#1484729)
274- Don't ask for MDN confirmations on drafted messages (#1484691)
275- Also respect receipt and priority settings when re-opening a draft message
276
2772008/01/31 (robin)
278----------
279- Remember search results (closes #1483883), patch by the_glu
280
2812008/01/08 (tomekp)
282----------
283- add he (Hebrew) localization (#1484713)
284
2852008/01/08 (tomekp)
286----------
287- update fr localization
288
2892008/01/04 (tomekp)
290- purge kur_KU because it has no messages translation
291- bump copyright for all localization files
292
2932007/12/31 (tomekp)
294----------
295- update es localization
296
2972007/12/28 (tomekp)
298----------
299- update mk localization
300
3012007/12/27 (tomekp)
302----------
303- update se localization
304
3052007/12/13 (robin)
306----------
307- Add Received header on outgoing mail
308
3092007/12/10 (estadtherr)
310----------
311- Upgrade to TinyMCE 2.1.3
312- Allow inserting image attachments into HTML messages while composing (#1484557)
313
3142007/12/10 (thomasb)
315----------
316- Delegate user-stuff to new class rcube_user
317- Implement Message-Disposition-Notification (Receipts)
318
3192007/12/05 (tomekp)
320----------
321- update bg, uk localization
322
3232007/12/04 (tomekp)
324----------
325- update bg localization
326
3272007/11/25 (thomasb)
328----------
329- Applied UID fetch patch by Glen Ogilvie
330- Applied patch for correct Postgres instructions from ticket #1484674
331- Fix overriding of session vars when register_globals is on (#1484670)
332- Fix wrong Postgres setup instructions in INSTALL (#1484674)
333- Fix bug with case-sensitive folder names (#1484245)
334- Don't create default folders by default
335- Added Georgian localization by Zaza Zviadadze
336- Updated Russian localization
337- Fixed some potential security risks (audited by Andris)
338- Only show new messages if they match the current search (#1484176)
339
3402007/11/20 (tomekp)
341----------
342- add Korean (kr) localization
343
3442007/11/14 (tomekp)
345----------
346- update id_ID localization
347
3482007/11/06 (thomasb)
349----------
350- Switch to/from when searcing in Sent folder (#1484555)
351- Correctly read the References header (#1484646)
352- Unset old cookie in before sending a new value (#1484639)
353- Correctly decode attachments when downloading them (#1484645 and #1484642)
354
3552007/10/22 (tomekp)
356----------
357- update ru, eo localizations
358
3592007/10/17 (thomasb)
360----------
361- Make message listing less error prone
362
3632007/10/10 (thomasb)
364----------
365- Suppress IE errors when clearing attachments form (#1484356)
366- Set preferences field in user table to NULL (#1484386)
367- Log error when login fails due to auto_create_user turned off
368- Update UPGRADING instructions
369
3702007/10/05 (tomekp)
371----------
372- Add Esperanto localization
373
3742007/10/04 (Stiwi)
375----------
376- Updated German localization
377
3782007/10/04 (yllar)
379----------
380- Added Malay localization
381- Updated Lithuanian localization
382
3832007/09/27 (tomekp)
384----------
385- Update dutch localization (closes #1484588)
386
3872007/09/29 (thomasb)
388----------
389- Filter linked/imported CSS files (closes #1484056)
390
391
3922007/09/27 (tomekp)
393----------
394- Update brazilian portuguese localization (#1484580)
395
3962007/09/26 (thomasb)
397----------
398- Improve message compose screen (closes #1484383)
399- Select next row after removing one from list (#1484387)
400
401
4022007/09/26 (tomekp)
403----------
404- Add polish labels for changes in r816.
405- Update polish localization (#1484579)
406- Update thai localization (#1484578)
407
4082007/09/25 (robin)
409----------
410- Enable drag-/dropping of folders to a new parent folder (#1457344)
411
412
4132007/09/24 (robin)
414----------
415- Fix preview pane size for Safari & Konqueror (#1484187)
416
417
4182007/09/20 (robin)
419----------
420- Make smtp HELO/EHLO hostname configurable (#1484067)
421
422
4232007/09/19 (thomasb)
424----------
425- IPv6 Compatability (#1484322), Patch #1484373
426- Unlock interface when message sending fails (#1484570)
427- Eval PHP code in template includes (if configured)
428- Show message when folder is empty. Mo more static text in table (#1484395)
429- Only display unread count in page title when new messages arrived
430- Show mailbox name in page title
431
432
4332007/09/09 (thomasb)
434----------
435- Fixed wrong delete button tooltip (#1483965)
436- Fixed charset encoding bug (#1484429)
437- Applied patch for LDAP version (#1484552)
438- Improved XHTML validation
439
440
4412007/09/05 (thomasb)
442----------
443- Fix message list selection (#1484550)
444- Better fix lowercased usernames (#1484473)
445- Update pngbehavior Script as suggested in #1484490
446
447
4482007/08/29 (richs)
449----------
450- Fixed moving/deleting messages when more than 1 is selected
451
4522007/08/15 (thomasb)
453----------
454- Applied patch for LDAP contacts listing by Glen Ogilvie
455- Applied patch for more address fields in LDAP contacts (#1484402)
456- Close LDAP connections on script shutdown
457
458
4592007/08/13 (thomasb)
460----------
461- Add alternative for getallheaders() (fix #1484508)
462- Revert changes for mbstring usage (fix #1484509)
463
464
4652007/08/10 (thomasb)
466----------
467- Identify mailboxes case-sensitive
468- Sort mailbox list case-insensitive (closes #1484338)
469- Fix display of multipart messages from Apple Mail (closes #1484027)
470- Protect AJAX request from being fetched by a foreign site (XSS)
471- Make autocomplete for loginform configurable by the skin template
472- Fix compose function from address book (closes #1484426)
473- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
474- Check if mbstring supports charset (#1484290 and #1484292)
475- Prefer iconv over mbstring (as suggested in #1484292)
476- Check filesize of template includes (#1484409)
477- Updated Simplified Chinese localization
478- Added Ukrainian translation
479
480
4812007/08/09 (richs)
482----------
483- Fixed bug with buttons not dimming/enabling properly after switching folders
484- Fixed compose window becoming unresponsive after saving a draft (#1484487)
485- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
486- Fixed unresponsive interface issue when downloading attachments (#1484496)
487- Lowered status message time from 5 to 3 seconds to improve responsiveness
488- Added note to INSTALL about .htaccess limiting upload_max_filesize
489- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
490- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
491- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
492
493
4942007/07/03 (thomasb)
495----------
496- Added Macedonian (Slavic FYROM) localization
497- Fix status message bug #1484464 with regard to #1484353
498- Fix address adding bug reported by David Koblas
499- Applied socket error patch by Thomas Mangin
500
501
5022007/06/28 (tomekp)
503----------
504- fix typos in Polish localization (Janusz Zamecki)
505
506
5072007/06/27 (tomekp)
508----------
509- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
510
511
5122007/06/12 (thomasb)
513----------
514- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
515- Added Irish/Gaelic translation
516- Little correction in Swedish translation
517- Quote username for virtuser_query
518- Pass-by-reference workarround for PHP5 in sendmail.inc
519
520
5212007/06/04 (estadtherr)
522----------
523- Fixed bug in HTML->Plain editor toggling
524
525
5262007/05/28 (thomasb)
527---------
528- Fixed buggy imap_root settings (closes #1484379)
529- Prevent default events on subject links (#1484399)
530- Typo in rcube_smtp.inc
531
532
5332007/05/23 (estadtherr)
534----------
535- Upgrade to TinyMCE v2.1.1.1
536
537
5382007/05/18 (thomasb)
539----------
540- Use HTTP-POST requests for actions that change state
541
542
5432007/05/17 (thomasb)
544----------
545- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
546- Renamed localization folder for Chinese (Big5)
547- Chanegd Slovenian language code from 'si' to 'sl'
548- Added Sinhala (Sri-Lanka) localization
549- Use global filters and bind username/ for Ldap searches (#1484159)
550- Hide quota display if imap server does not support it
551- Hide address groups if no LDAP servers configured
552- Add link to message subjects (closes #1484257)
553- Better SQL query for contact listing/search (closes #1484369)
554
555
5562007/05/13 (thomasb)
557----------
558- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
559- Fixed marking as read in preview pane (closes #1484364)
560- CSS hack to display attachments correctly in IE6
561- Wrap message body text (closes #1484148)
562
563
5642007/05/03 (yllar)
565----------
566- Updated French, Lithuanian, Armenian, Spanish and Italian translations
567
568
5692007/05/01 (thomasb)
570----------
571- Updated German, Euskara, Hungarian, Romanian and Spanish translation
572- Added Hindi and Kurdish localization
573
574
5752007/04/28 (thomasb)
576----------
577- LDAP access is back in address book (closes #1484087)
578- Added search function for contacts
579- New Template parsing and output encoding
580- Fixed bugs #1484119 and #1483978
581
582
5832007/04/08 (thomasb)
584----------
585- Fixed message moving procedure (closes #1484308)
586- Fixed display of multiple attachments (closes #1466563)
587- Fixed check for new messages (closes #1484310)
588- List attachments without filename
589
590
5912007/03/27 (thomasb)
592----------
593- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
594  Should close bugs #1483951 and #1484299
595
596
5972007/03/23 (thomasb)
598----------
599- Correctly translate mailbox names (closes #1484276)
600- Quote e-mail address links (closes #1484300)
601
602
6032007/03/21 (thomasb)
604----------
605- Updated PEAR::Mail_mime package
606- Added Persian localization
607- Updated Catalan and Brazilian Portuguese translations
608- Updated INSTALL manual with a note about database passwords
609- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
610- Sanitize input for new users/identities (thanks Colin Alston)
611
612
6132007/03/19 (thomasb)
614----------
615- Don't download HTML message parts
616- Convert HTML parts to plaintext if 'prefer_html' is off
617- Correctly parse message/rfc822 parts (closes #1484045)
618- Code cleanup
619
620
6212007/03/18 (thomasb)
622----------
623- Also use user_id for unique key in messages table (closes #1484074)
624- Hide contacts drop down on blur (closes #1484203)
625- Make entries in contacts drop down clickable
626- Turn off browser autocompletion on login page
627- Quote <? in text/html message parts
628- Hide border around radio buttons
629- Replaced old JS function calls.
630
631
6322007/03/13 (thomasb)
633----------
634- Applied patch for attachment download by crichardson (closes #1484198)
635- Fixed bug in Postgres DB handling (closes #1484068)
636- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
637- Fixed array_merge bug (closes #1484281)
638- Fixed flag for deletion in list view (closes #1484264)
639- Finally support semicolons as recipient separator (closes ##1484251)
640- Fixed message headers (subject) encoding
641
642
6432007/03/04 (tomekp)
644----------
645- check if safe mode is on or not (closes #1484269)
646
647
6482007/03/02 (thomasb)
649----------
650- Show "no subject" in message list if subject is missing (closes #1484243)
651- Solved page caching of message preview (closes #1484153)
652- Only use gzip compression if configured (closes #1484236)
653
654
6552007/02/25 (estadtherr)
656----------
657- Fixed priority selector issue (#1484150)
658- Upgraded to TinyMCE v2.1.0
659
660
6612007/02/21 (thomasb)
662----------
663- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
664- Prevent from double quoting of numeric HTML character references (closes #1484253)
665
666
6672007/02/07 (tomekp)
668----------
669- Updated (bg) translation (Doichin Dokov)
670
671
6722007/02/06 (tomekp)
673----------
674- Updated (pl) translation
675- Updated (pt_BR) translation (Robson F. Ramaldes)
676- Big cleanup in program/localization
677
678
6792007/02/05 (thomasb)
680----------
681- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
682
683
6842007/01/07 (estadtherr)
685----------
686- Fixed display of HTML message attachments (closes #1484178)
687
688
6892007/01/07 (thomasb)
690----------
691- Applied patch for preview caching (closes #1484186)
692- Added Thai and Vietnamese localization files
693
694
6952006/12/29 (thomasb)
696----------
697- Added error handling for attachment uploads
698- Use multibyte safe string functions where necessary (closes #1483988)
699- Updated Swiss German localization (de_CH)
700
701
7022006/12/22 (thomasb)
703----------
704- Applied security patch to validate the submitted host value (by Kees Cook)
705- Applied security patch to validate input values when deleting contacts (by Kees Cook)
706- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
707- Applied a patch to more aggressively sanitize a HTML message
708- Visualize blocked images in HTML messages
709
710
7112006/12/20 (thomasb)
712----------
713- Fixed wrong message listing when showing search results (closes #1484131)
714- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
715- Show remote images when opening HTML message part as attachment
716
717
7182006/12/17 (thomasb)
719----------
720- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
721
722
7232006/12/06 (thomasb)
724----------
725- Improve memory usage when sending mail (closes #1484098)
726- Mark messages as read once the preview is loaded (closes #1484132)
727- Include smtp final response in log (closes #1484081)
728
729
7302006/12/04 (thomasb)
731----------
732- Corrected date string in sent message header (closes #1484125)
733- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
734- Changed srong tooltips for message browse buttons (closes #1483930)
735
736
7372006/12/03 (estadtherr)
738----------
739- Added fix to convert HTML signatures for plain text messages
740- Fixed signature delimeter character to be standard (Bug #1484035)
741
742
7432006/12/01 (thomasb)
744----------
745- Implemented preview pane
746- Fixed XSS vulnerability (Bug #1484109)
747- Remove newlines from mail headers (Bug #1484031)
748- Selection issues when moving/deleting (Bug #1484044)
749- Applied patch of Clement Moulin for imap host auto-selection
750- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
751- Fixed folder name encoding in subscription list (Bug #1484113)
752- Fixed JS errors in identity list (Bug #1484120)
753- Show client debug console on debug_level 8
754- Added Serbian translation
755- Updated Spanish and Bulgarian localization
756
757
7582006/11/22 (robin)
759----------
760- Fix a bug introduced with Shift-Del yesterday
761
762
7632006/11/21 (robin)
764----------
765- Add missing nl_NL translations
766- Translate foldernames in folder form (closes #1484113)
767
768
7692006/11/21 (robin)
770----------
771- Added first and last buttons to message list, address book
772  and message detail
773- Pressing Shift-Del bypasses Trash folder
774- Enable purge command for Junk folder
775
776
7772006/11/17 (robin)
778----------
779- Re-initialize message list after shift-select and delete
780
781
7822006/11/16 (robin)
783----------
784- Fixed updating message list after expunge and purge
785- Fetch all aliases if virtuser_query is used instead
786  of only the first one
787
788
7892006/11/11 (estadtherr)
790----------
791- fixed deletion/moving of messages from within "show" page
792
793
7942006/11/09 (thomasb)
795----------
796- Little bugfix in HTML encoding
797- Fixed encoding issues and delete-on-reply problem
798- Corrected template parsing
799
800
8012006/11/07 (estadtherr)
802----------
803- Upgraded to TinyMCE v2.0.8
804- Fixed CSS path for editor popups
805
8062006/09/26 (estadtherr)
807----------
808- Added spellchecker plugin to TinyMCE configuration
809- Fixed HTML/Plain toggle labels
810
811
8122006/09/24 (thomasb)
813----------
814- Partial client re-write with a common list class
815- Re-enabled multi select of contacts (Bug #1484017)
816- Enable contact editing right after creation (Bug #1459641)
817- Updated Hungarian, Estonian and Traditional Chinese localization
818
819
8202006/09/19 (thomasb)
821----------
822- Correct UTF-7 to UTF-8 conversion if mbstring is not available
823
824
8252006/09/13 (estadtherr)
826----------
827- Introduction of TinyMCE HTML editor support for message composition and signatures
828  Note : a new column is added to the "identities" database table
829
830
8312006/09/12 (estadtherr)
832----------
833- Fixed html2text treatment of table headers (Bug #1484020)
834- Fixed IMAP fetch of message body (Bug #1484019)
835
836
8372006/09/08 (thomasb)
838----------
839- Fixed safe_mode problems (Bug #1418381)
840- Fixed wrong header encoding (Bug #1483976)
841
842
8432006/09/07 (thomasb)
844----------
845- Made automatic draft saving configurable
846- Fixed JS bug when renaming folders (Bug #1483989)
847- Don't wait for complete page load when calling JavaScript init()
848- Some improvements to prevent session expiration
849- Prevent from double submit of spell check requests
850
851
8522006/09/01 (thomasb)
853----------
854- Imporoved message parsing and HTML validation
855- Added quota display as image (by Brett Patterson)
856- Corrected creation of a message-id
857- Updated Norwegian (bokmal) localization
858
859
8602006/08/30 (thomasb)
861----------
862- New indentation for quoted message text
863- Improved HTML validity
864
865
8662006/08/28 (estadtherr)
867----------
868- Fixed URL character set (Ticket #1445501)
869- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
870
871
8722006/08/25 (thomasb)
873----------
874- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
875- Finalized new message parsing (+ chaching)
876- Updated SQL scripts and UPGRADING instructions
877
878
8792006/08/23 (thomasb)
880----------
881- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
882
883
8842006/08/20 (thomasb)
885----------
886- Fixed wrong usage of mbstring (Bug #1462439)
887- Set default spelling language (Ticket #1483938)
888- Added support for Nox Spell Server
889
890
8912006/08/18 (thomasb)
892----------
893- Re-built message parsing (Bug #1327068)
894  Now based on the message structure delivered by the IMAP server.
895- Fixed some XSS and SQL injection issues
896
897
8982006/08/10 (thomasb)
899----------
900- Fixed charset problems with folder renaming
901
902
9032006/08/04 (thomasb)
904----------
905- Fixed Bug in saving identities (Ticket #1483915)
906- Set folder name in window title (Bug #1483919)
907- Don't add imap_root to INBOX path (Bug #1483816)
908- Attempt to create default folders only after login
909- Avoid usage of $CONFIG in rcube_imap class
910
911
9122006/07/30 (thomasb)
913----------
914- Alter links in HTML messages (Bug #1326402)
915- Added fallback if host not found in 'mail_domain' array
916- Applied patch of Charles to highlight droptargets (Ticket #1473034)
917- Fixed folder renaming (Bug #1483914)
918- Added confirmation message after deleting a folder
919
920
9212006/07/25 (thomasb)
922----------
923- Made folder renaming a bit more ajax-style
924- Changed rename-labels and German translation
925- Fixed addressbox countbar width (Bug #1483845)
926- Fixed refresh interval problems in Safari (Bug #1483902)
927- Fixed clear_message_list_header() errors (Bug #1483898)
928- Sanity check of $message_set in imap.inc (Bug #1443200)
929- Added correct changing of message list headers for Sent folder
930- Updated Spanish localization (Ticket #1483887)
931- Applied patch #1483846
932
933
9342006/07/24 (richs)
935----------
936- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
937- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
938- Draft saving now properly returns an error when saving fails
939- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
940- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
941
942
9432006/07/19 (thomasb)
944----------
945- Correct entity encoding of link urls (HTML validity)
946- Improved usability in compose step (Ticket #1483807)
947- Added absolute URLs to several buttons (for "open in new window")
948- Applied patch #1328032
949- Fixed Bug/Patch #1443200
950
951
9522006/07/18 (thomasb)
953----------
954- Fixed password with spaces issue (Bug #1364122)
955- Replaced _auth hash with second cookie (Ticket #1483811)
956- Don't use get_input_value() for passwords (Bug #1468895)
957- Made password encryption key configurable
958- Minor bugfixes with charset encoding
959- Added <label> tags to forms (Ticket #1483810)
960
961
9622006/07/07 (thomasb)
963----------
964- Fixed INSTALL_PATH bug #1425663
965
966
9672006/07/03 (richs)
968----------
969- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
970- Updated French localizations (Ticket #1483862)
971- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
972- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
973- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
974- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
975
976
9772006/06/30 (richs)
978----------
979- Fixed empty INBOX compatibility bug (Patch #1443200)
980- Temporarily fixed French "compact" localization (Patch #1483862)
981- Fixed "Select All" not working with Delete interface button (Bug #1332434)
982- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
983- Fixed "unread count" in window title when count changed (Bug #1483812)
984- Fixed DB error when deleting from message table (Patch #1483835)
985
986
9872006/06/29 (richs)
988----------
989- Added ability to remove attachments (Feature #1436721)
990- Default folders are now auto-created on first login (Feature #1471594)
991- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
992- Corrected Italian localizations
993- Tweaked rename-folder form to clear after a rename
994
995
9962006/06/26 (richs)
997----------
998- Added button to immediately check for new messages
999- New message checking now displays status "Checking for new messages..."
1000- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1001- Task buttons now respond to clicks by darkening (as in other applications)
1002- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1003- Added ability to sort messages by "Size"
1004- Added ability to rename folders (Feature #1326396)
1005- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1006- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1007
1008
10092006/06/25
1010----------
1011- Changed behavior to include host-specific configuration (Bug #1483849)
1012- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1013- Fixed spell checker to work with the new URL at google.com
1014- Some memory and security optimizations sendmail.inc
1015- Updated UGRADING description
1016
1017
10182006/06/19
1019----------
1020- Added Drafts support (Feature #1326839) (richs)
1021
1022
10232006/06/02
1024----------
1025- Updated Estonian localization and moved from ee to et
1026- Added Bulgarian localization
1027
1028
10292006/05/25
1030----------
1031- Finalized GoogieSpell integration
1032
1033
10342006/05/18
1035----------
1036- Added Arabic and Armenian localizations
1037- Updated Russian localization
1038- Removed MDB2 classes from repository. Install them seperately if used.
1039- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1040- Allow & in e-mail addresses
1041
1042
10432006/05/05
1044----------
1045- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1046- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1047- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1048- Corrected INSTALL description (Bug #1476106)
1049- Added charset to javascript HTTP headers
1050- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1051- Changed login page title regarding product name (Bug #1476413)
1052- Pimped search function
1053- Applied attachment viewing/forwarding patches by Andrew Fladmark
1054- Applied prev/next patch by Leonard Bouchet
1055- Applied patches by Mark Bucciarelli
1056- Applied patch for requesting receipts by Salvatore Ansani
1057- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1058
1059
10602006/04/13
1061----------
1062- Added Slovenian localization
1063- Updated Portuguese localization
1064- Fixed parent.location problem for compose-links
1065- Added sort order saving patch by Jacob Brunson
1066- Added gzip compression support
1067
1068
10692006/04/02
1070----------
1071- Added Lithuanian localization
1072- Improved search function
1073- Added version string as template object
1074- Load host-specific configuration file (see config/main.inc.php)
1075- New config parameter adding domain to user names for login
1076- Strip tags on _auth, _action, _task parameters
1077- Corrected labels for next/previous page buttons in address book
1078
1079
10802006/03/23
1081----------
1082- Auto-detect mail header delimiters
1083- Regard daylight savings
1084- Localized quota display
1085- Started implementing search function
1086
1087
10882006/03/20
1089----------
1090- Avoid error message when saving an unchanged identity (Bug #1429510)
1091- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1092- Enable some HTML links for use with "open in new window" or "save target"
1093- Check meta-key instead of ctrl on Macs
1094- Ignore double clicks when holding down a modifier key
1095- Fixed reloading of the login page
1096- Fixed typo in compose template (Bug #1446852)
1097- Added compose button to message read step (Request #1433288)
1098- New config parameter for persistent database connections (Bug #1431817)
1099
1100
11012006/03/14
1102----------
1103- Don't remove internal HTML tags in plaintext messages
1104- Improved error handling in DB connection failure
1105
1106
11072006/02/22
1108----------
1109- Updated localizations
1110- Fixed bug #1435989
1111
1112
11132006/02/19
1114----------
1115- Updated localizations
1116- Applied patch of Anders Karlsson
1117- Applied patch of Jacob Brunson
1118- Applied patch for virtuser_query by Robin Elfrink
1119- Added support for References header (patch by Auke)
1120- Added support for mbstring module by Tadashi Jokagi
1121- Added function for automatic remove of slashes on GET and POST vars
1122  if magic_quotes is enabled
1123
1124
11252006/02/05
1126----------
1127- Added Slovak, Hungarian, Bosnian and Croation translation
1128- Fixed bug when inserting signatures with !?&
1129- Chopping message headers before inserting into the message cache table
1130  (to avoid bugs in Postgres)
1131- Allow one-char domains in e-mail addresses
1132- Make product name in page title configurable
1133- Make username available as skin object
1134- Added session_write_close() in rcube_db class destructor to avoid problems
1135  in PHP 5.0.5
1136- Use move_uploaded_file() instead of copy() for a more secure handling of
1137  uploaded attachments
1138- Additional config parameter to show/hide deleted messages
1139- Added periodic request for checking new mails (Request #1307821)
1140- Added EXPUNGE command
1141- Optimized loading time for mail interface
1142- Changed to full UTF-8 support
1143- Additional timezones (Patch #1389912)
1144- Added LDAP public search (experimental)
1145- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1146- Casting to strings when adding empty headers to message cache (Bug #1406026)
1147- Skip sender-address as recipient when Reply-to-all
1148- Fixes in utf8-class
1149- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1150- Added garbage collector for message cache
1151- Added patches for BCC headers
1152
1153
11542005/12/16
1155----------
1156- Added Turkish and Simplified Chinese translation
1157- Use virtusertable to resolve e-mail addresses at login
1158- Configurable mail_domain used to compose correct e-mail addresses
1159  on first login
1160
1161
11622005/12/03
1163----------
1164- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1165  Estonian and Chinese translation
1166- Get IMAP server capabilities in array
1167- Check for NAMESPACE capability before sending command
1168- Set default user language from config 'locale_string'
1169- Added sorting patch for message list
1170- Make default sort col/order configurable
1171- Fixed XSS in address book and identities
1172- Added more XSS protection (Bug #1308236)
1173- Added tab indexes for compose form
1174- Added 'changed' col to contacts table
1175- Support for 160-bit session hashes
1176- Added input check for contacts and identities (Patch #1346523)
1177- Added messages/warning to compose step (Patch #1323895)
1178- Added favicon to the default skin
1179- Fixed Bug #1334337 as far as possible
1180- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1181- Redesign of client side AJAX code (enable multi threading)
1182- Added keep-alive signal every minute
1183- Make logs dir configurable
1184- Added support for SMTPS
1185- Decode attachment file names
1186- Make delimiter for message headers configurable
1187- Add generic footer to sent messages
1188- Choose the rigt identity when replying
1189- Remove signature when replying (Request #1333167)
1190- Signatures for each identity
1191- Select charset when composing message
1192- Complete re-design of the caching mechanism
1193
1194
11952005/08/11
1196----------
1197- Write list header to client even if list is empty
1198- Add functions "select all", "select none" to message list
1199- Improved filter for HTML messages to remove potentially malicious tags
1200  (script, iframe, object) and event handlers.
1201- Buttons for next/previous message in view mode
1202- Add new created contact to list and show confirmation status
1203- Added folder management (subscribe/create/delete)
1204- Log message sending (SMTP log)
1205- Grant access for Camino browser
1206- Added German translation
1207
1208
12092005/10/20
1210----------
1211- Added Swedish, Latvian, Portuguese and Catalan translation
1212- Make SMTP auth method configurable
1213- Make mailboxlist scrollable (Bug #1326372)
1214- Fixed SSL support
1215- Improved support for Courier IMAP (root folder and delimiter issues)
1216- Moved taskbar from bottom to top
1217- Added 'session_lifetime' parameter
1218- Fixed wrong unread count when deleting message (Bug #1332434)
1219- Srip tags when creating a new folder (Bug #1332084)
1220- Translate HTML tags in message headers (Bug #1330134)
1221- Correction in German translation (Bug #1329434)
1222- Display folder names with special chars correctly (Bug #1330157)
1223
1224
12252005/10/07
1226----------
1227- Added French, Italian, Spanish, Danish, Dutch translation
1228- Clarified license (Bug #1305966)
1229- Fixed PHP warnings (Bug #1299403)
1230- Fixed english translation (Bug #1295406)
1231- Fixed bug #1290833: Last character of email not seen
1232- Fixed bug #1292199 when creating new user
1233- Allow more browsers (Bug #1285101)
1234- Added setting for showing pretty dates
1235- Added support for SQLite database
1236- Make use of message caching configurable
1237- Also add attachments when forwarding a message
1238- Long folder names will not flow over message list (Bug #1267232)
1239- Show nested mailboxes hieracically
1240- Enable IMAPS by host
1241
1242
12432005/08/20
1244----------
1245- Improved cacheing of mailbox messagecount
1246- Fixed javascript bug when creating a new message folder
1247- Fixed javascript bugs #1260990 and #1260992: folder selection
1248- Make Trash folder configurable
1249- Auto create folders Inbox, Sent and Trash (if configured)
1250- Support for IMAP root folder
1251- Added support fot text/enriched messages
1252- Make list of special mailboxes configurable
1253
Note: See TracBrowser for help on using the repository browser.