source: subversion/trunk/roundcubemail/CHANGELOG @ 1444

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