source: subversion/trunk/roundcubemail/CHANGELOG @ 949

Last change on this file since 949 was 949, checked in by tomekp, 5 years ago

purge kur_KU because it has no messages translation

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 28.9 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/01/04 (tomekp)
5- purge kur_KU because it has no messages translation
6
72007/12/31 (tomekp)
8----------
9- update es localization
10
112007/12/28 (tomekp)
12----------
13- update mk localization
14
152007/12/27 (tomekp)
16----------
17- update se localization
18
192007/12/13 (robin)
20----------
21- Add Received header on outgoing mail
22
232007/12/10 (estadtherr)
24----------
25- Upgrade to TinyMCE 2.1.3
26- Allow inserting image attachments into HTML messages while composing (#1484557)
27
282007/12/10 (thomasb)
29----------
30- Delegate user-stuff to new class rcube_user
31- Implement Message-Disposition-Notification (Receipts)
32
332007/12/05 (tomekp)
34----------
35- update bg, uk localization
36
372007/12/04 (tomekp)
38----------
39- update bg localization
40
412007/11/25 (thomasb)
42----------
43- Applied UID fetch patch by Glen Ogilvie
44- Applied patch for correct Postgres instructions from ticket #1484674
45- Fix overriding of session vars when register_globals is on (#1484670)
46- Fix wrong Postgres setup instructions in INSTALL (#1484674)
47- Fix bug with case-sensitive folder names (#1484245)
48- Don't create default folders by default
49- Added Georgian localization by Zaza Zviadadze
50- Updated Russian localization
51- Fixed some potential security risks (audited by Andris)
52- Only show new messages if they match the current search (#1484176)
53
542007/11/20 (tomekp)
55----------
56- add Korean (kr) localization
57
582007/11/14 (tomekp)
59----------
60- update id_ID localization
61
622007/11/06 (thomasb)
63----------
64- Switch to/from when searcing in Sent folder (#1484555)
65- Correctly read the References header (#1484646)
66- Unset old cookie in before sending a new value (#1484639)
67- Correctly decode attachments when downloading them (#1484645 and #1484642)
68
692007/10/22 (tomekp)
70----------
71- update ru, eo localizations
72
732007/10/17 (thomasb)
74----------
75- Make message listing less error prone
76
772007/10/10 (thomasb)
78----------
79- Suppress IE errors when clearing attachments form (#1484356)
80- Set preferences field in user table to NULL (#1484386)
81- Log error when login fails due to auto_create_user turned off
82- Update UPGRADING instructions
83
842007/10/05 (tomekp)
85----------
86- Add Esperanto localization
87
882007/10/04 (Stiwi)
89----------
90- Updated German localization
91
922007/10/04 (yllar)
93----------
94- Added Malay localization
95- Updated Lithuanian localization
96
972007/09/27 (tomekp)
98----------
99- Update dutch localization (closes #1484588)
100
1012007/09/29 (thomasb)
102----------
103- Filter linked/imported CSS files (closes #1484056)
104
105
1062007/09/27 (tomekp)
107----------
108- Update brazilian portuguese localization (#1484580)
109
1102007/09/26 (thomasb)
111----------
112- Improve message compose screen (closes #1484383)
113- Select next row after removing one from list (#1484387)
114
115
1162007/09/26 (tomekp)
117----------
118- Add polish labels for changes in r816.
119- Update polish localization (#1484579)
120- Update thai localization (#1484578)
121
1222007/09/25 (robin)
123----------
124- Enable drag-/dropping of folders to a new parent folder (#1457344)
125
126
1272007/09/24 (robin)
128----------
129- Fix preview pane size for Safari & Konqueror (#1484187)
130
131
1322007/09/20 (robin)
133----------
134- Make smtp HELO/EHLO hostname configurable (#1484067)
135
136
1372007/09/19 (thomasb)
138----------
139- IPv6 Compatability (#1484322), Patch #1484373
140- Unlock interface when message sending fails (#1484570)
141- Eval PHP code in template includes (if configured)
142- Show message when folder is empty. Mo more static text in table (#1484395)
143- Only display unread count in page title when new messages arrived
144- Show mailbox name in page title
145
146
1472007/09/09 (thomasb)
148----------
149- Fixed wrong delete button tooltip (#1483965)
150- Fixed charset encoding bug (#1484429)
151- Applied patch for LDAP version (#1484552)
152- Improved XHTML validation
153
154
1552007/09/05 (thomasb)
156----------
157- Fix message list selection (#1484550)
158- Better fix lowercased usernames (#1484473)
159- Update pngbehavior Script as suggested in #1484490
160
161
1622007/08/29 (richs)
163----------
164- Fixed moving/deleting messages when more than 1 is selected
165
1662007/08/15 (thomasb)
167----------
168- Applied patch for LDAP contacts listing by Glen Ogilvie
169- Applied patch for more address fields in LDAP contacts (#1484402)
170- Close LDAP connections on script shutdown
171
172
1732007/08/13 (thomasb)
174----------
175- Add alternative for getallheaders() (fix #1484508)
176- Revert changes for mbstring usage (fix #1484509)
177
178
1792007/08/10 (thomasb)
180----------
181- Identify mailboxes case-sensitive
182- Sort mailbox list case-insensitive (closes #1484338)
183- Fix display of multipart messages from Apple Mail (closes #1484027)
184- Protect AJAX request from being fetched by a foreign site (XSS)
185- Make autocomplete for loginform configurable by the skin template
186- Fix compose function from address book (closes #1484426)
187- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
188- Check if mbstring supports charset (#1484290 and #1484292)
189- Prefer iconv over mbstring (as suggested in #1484292)
190- Check filesize of template includes (#1484409)
191- Updated Simplified Chinese localization
192- Added Ukrainian translation
193
194
1952007/08/09 (richs)
196----------
197- Fixed bug with buttons not dimming/enabling properly after switching folders
198- Fixed compose window becoming unresponsive after saving a draft (#1484487)
199- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
200- Fixed unresponsive interface issue when downloading attachments (#1484496)
201- Lowered status message time from 5 to 3 seconds to improve responsiveness
202- Added note to INSTALL about .htaccess limiting upload_max_filesize
203- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
204- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
205- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
206
207
2082007/07/03 (thomasb)
209----------
210- Added Macedonian (Slavic FYROM) localization
211- Fix status message bug #1484464 with regard to #1484353
212- Fix address adding bug reported by David Koblas
213- Applied socket error patch by Thomas Mangin
214
215
2162007/06/28 (tomekp)
217----------
218- fix typos in Polish localization (Janusz Zamecki)
219
220
2212007/06/27 (tomekp)
222----------
223- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
224
225
2262007/06/12 (thomasb)
227----------
228- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
229- Added Irish/Gaelic translation
230- Little correction in Swedish translation
231- Quote username for virtuser_query
232- Pass-by-reference workarround for PHP5 in sendmail.inc
233
234
2352007/06/04 (estadtherr)
236----------
237- Fixed bug in HTML->Plain editor toggling
238
239
2402007/05/28 (thomasb)
241---------
242- Fixed buggy imap_root settings (closes #1484379)
243- Prevent default events on subject links (#1484399)
244- Typo in rcube_smtp.inc
245
246
2472007/05/23 (estadtherr)
248----------
249- Upgrade to TinyMCE v2.1.1.1
250
251
2522007/05/18 (thomasb)
253----------
254- Use HTTP-POST requests for actions that change state
255
256
2572007/05/17 (thomasb)
258----------
259- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
260- Renamed localization folder for Chinese (Big5)
261- Chanegd Slovenian language code from 'si' to 'sl'
262- Added Sinhala (Sri-Lanka) localization
263- Use global filters and bind username/ for Ldap searches (#1484159)
264- Hide quota display if imap server does not support it
265- Hide address groups if no LDAP servers configured
266- Add link to message subjects (closes #1484257)
267- Better SQL query for contact listing/search (closes #1484369)
268
269
2702007/05/13 (thomasb)
271----------
272- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
273- Fixed marking as read in preview pane (closes #1484364)
274- CSS hack to display attachments correctly in IE6
275- Wrap message body text (closes #1484148)
276
277
2782007/05/03 (yllar)
279----------
280- Updated French, Lithuanian, Armenian, Spanish and Italian translations
281
282
2832007/05/01 (thomasb)
284----------
285- Updated German, Euskara, Hungarian, Romanian and Spanish translation
286- Added Hindi and Kurdish localization
287
288
2892007/04/28 (thomasb)
290----------
291- LDAP access is back in address book (closes #1484087)
292- Added search function for contacts
293- New Template parsing and output encoding
294- Fixed bugs #1484119 and #1483978
295
296
2972007/04/08 (thomasb)
298----------
299- Fixed message moving procedure (closes #1484308)
300- Fixed display of multiple attachments (closes #1466563)
301- Fixed check for new messages (closes #1484310)
302- List attachments without filename
303
304
3052007/03/27 (thomasb)
306----------
307- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
308  Should close bugs #1483951 and #1484299
309
310
3112007/03/23 (thomasb)
312----------
313- Correctly translate mailbox names (closes #1484276)
314- Quote e-mail address links (closes #1484300)
315
316
3172007/03/21 (thomasb)
318----------
319- Updated PEAR::Mail_mime package
320- Added Persian localization
321- Updated Catalan and Brazilian Portuguese translations
322- Updated INSTALL manual with a note about database passwords
323- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
324- Sanitize input for new users/identities (thanks Colin Alston)
325
326
3272007/03/19 (thomasb)
328----------
329- Don't download HTML message parts
330- Convert HTML parts to plaintext if 'prefer_html' is off
331- Correctly parse message/rfc822 parts (closes #1484045)
332- Code cleanup
333
334
3352007/03/18 (thomasb)
336----------
337- Also use user_id for unique key in messages table (closes #1484074)
338- Hide contacts drop down on blur (closes #1484203)
339- Make entries in contacts drop down clickable
340- Turn off browser autocompletion on login page
341- Quote <? in text/html message parts
342- Hide border around radio buttons
343- Replaced old JS function calls.
344
345
3462007/03/13 (thomasb)
347----------
348- Applied patch for attachment download by crichardson (closes #1484198)
349- Fixed bug in Postgres DB handling (closes #1484068)
350- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
351- Fixed array_merge bug (closes #1484281)
352- Fixed flag for deletion in list view (closes #1484264)
353- Finally support semicolons as recipient separator (closes ##1484251)
354- Fixed message headers (subject) encoding
355
356
3572007/03/04 (tomekp)
358----------
359- check if safe mode is on or not (closes #1484269)
360
361
3622007/03/02 (thomasb)
363----------
364- Show "no subject" in message list if subject is missing (closes #1484243)
365- Solved page caching of message preview (closes #1484153)
366- Only use gzip compression if configured (closes #1484236)
367
368
3692007/02/25 (estadtherr)
370----------
371- Fixed priority selector issue (#1484150)
372- Upgraded to TinyMCE v2.1.0
373
374
3752007/02/21 (thomasb)
376----------
377- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
378- Prevent from double quoting of numeric HTML character references (closes #1484253)
379
380
3812007/02/07 (tomekp)
382----------
383- Updated (bg) translation (Doichin Dokov)
384
385
3862007/02/06 (tomekp)
387----------
388- Updated (pl) translation
389- Updated (pt_BR) translation (Robson F. Ramaldes)
390- Big cleanup in program/localization
391
392
3932007/02/05 (thomasb)
394----------
395- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
396
397
3982007/01/07 (estadtherr)
399----------
400- Fixed display of HTML message attachments (closes #1484178)
401
402
4032007/01/07 (thomasb)
404----------
405- Applied patch for preview caching (closes #1484186)
406- Added Thai and Vietnamese localization files
407
408
4092006/12/29 (thomasb)
410----------
411- Added error handling for attachment uploads
412- Use multibyte safe string functions where necessary (closes #1483988)
413- Updated Swiss German localization (de_CH)
414
415
4162006/12/22 (thomasb)
417----------
418- Applied security patch to validate the submitted host value (by Kees Cook)
419- Applied security patch to validate input values when deleting contacts (by Kees Cook)
420- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
421- Applied a patch to more aggressively sanitize a HTML message
422- Visualize blocked images in HTML messages
423
424
4252006/12/20 (thomasb)
426----------
427- Fixed wrong message listing when showing search results (closes #1484131)
428- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
429- Show remote images when opening HTML message part as attachment
430
431
4322006/12/17 (thomasb)
433----------
434- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
435
436
4372006/12/06 (thomasb)
438----------
439- Improve memory usage when sending mail (closes #1484098)
440- Mark messages as read once the preview is loaded (closes #1484132)
441- Include smtp final response in log (closes #1484081)
442
443
4442006/12/04 (thomasb)
445----------
446- Corrected date string in sent message header (closes #1484125)
447- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
448- Changed srong tooltips for message browse buttons (closes #1483930)
449
450
4512006/12/03 (estadtherr)
452----------
453- Added fix to convert HTML signatures for plain text messages
454- Fixed signature delimeter character to be standard (Bug #1484035)
455
456
4572006/12/01 (thomasb)
458----------
459- Implemented preview pane
460- Fixed XSS vulnerability (Bug #1484109)
461- Remove newlines from mail headers (Bug #1484031)
462- Selection issues when moving/deleting (Bug #1484044)
463- Applied patch of Clement Moulin for imap host auto-selection
464- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
465- Fixed folder name encoding in subscription list (Bug #1484113)
466- Fixed JS errors in identity list (Bug #1484120)
467- Show client debug console on debug_level 8
468- Added Serbian translation
469- Updated Spanish and Bulgarian localization
470
471
4722006/11/22 (robin)
473----------
474- Fix a bug introduced with Shift-Del yesterday
475
476
4772006/11/21 (robin)
478----------
479- Add missing nl_NL translations
480- Translate foldernames in folder form (closes #1484113)
481
482
4832006/11/21 (robin)
484----------
485- Added first and last buttons to message list, address book
486  and message detail
487- Pressing Shift-Del bypasses Trash folder
488- Enable purge command for Junk folder
489
490
4912006/11/17 (robin)
492----------
493- Re-initialize message list after shift-select and delete
494
495
4962006/11/16 (robin)
497----------
498- Fixed updating message list after expunge and purge
499- Fetch all aliases if virtuser_query is used instead
500  of only the first one
501
502
5032006/11/11 (estadtherr)
504----------
505- fixed deletion/moving of messages from within "show" page
506
507
5082006/11/09 (thomasb)
509----------
510- Little bugfix in HTML encoding
511- Fixed encoding issues and delete-on-reply problem
512- Corrected template parsing
513
514
5152006/11/07 (estadtherr)
516----------
517- Upgraded to TinyMCE v2.0.8
518- Fixed CSS path for editor popups
519
5202006/09/26 (estadtherr)
521----------
522- Added spellchecker plugin to TinyMCE configuration
523- Fixed HTML/Plain toggle labels
524
525
5262006/09/24 (thomasb)
527----------
528- Partial client re-write with a common list class
529- Re-enabled multi select of contacts (Bug #1484017)
530- Enable contact editing right after creation (Bug #1459641)
531- Updated Hungarian, Estonian and Traditional Chinese localization
532
533
5342006/09/19 (thomasb)
535----------
536- Correct UTF-7 to UTF-8 conversion if mbstring is not available
537
538
5392006/09/13 (estadtherr)
540----------
541- Introduction of TinyMCE HTML editor support for message composition and signatures
542  Note : a new column is added to the "identities" database table
543
544
5452006/09/12 (estadtherr)
546----------
547- Fixed html2text treatment of table headers (Bug #1484020)
548- Fixed IMAP fetch of message body (Bug #1484019)
549
550
5512006/09/08 (thomasb)
552----------
553- Fixed safe_mode problems (Bug #1418381)
554- Fixed wrong header encoding (Bug #1483976)
555
556
5572006/09/07 (thomasb)
558----------
559- Made automatic draft saving configurable
560- Fixed JS bug when renaming folders (Bug #1483989)
561- Don't wait for complete page load when calling JavaScript init()
562- Some improvements to prevent session expiration
563- Prevent from double submit of spell check requests
564
565
5662006/09/01 (thomasb)
567----------
568- Imporoved message parsing and HTML validation
569- Added quota display as image (by Brett Patterson)
570- Corrected creation of a message-id
571- Updated Norwegian (bokmal) localization
572
573
5742006/08/30 (thomasb)
575----------
576- New indentation for quoted message text
577- Improved HTML validity
578
579
5802006/08/28 (estadtherr)
581----------
582- Fixed URL character set (Ticket #1445501)
583- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
584
585
5862006/08/25 (thomasb)
587----------
588- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
589- Finalized new message parsing (+ chaching)
590- Updated SQL scripts and UPGRADING instructions
591
592
5932006/08/23 (thomasb)
594----------
595- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
596
597
5982006/08/20 (thomasb)
599----------
600- Fixed wrong usage of mbstring (Bug #1462439)
601- Set default spelling language (Ticket #1483938)
602- Added support for Nox Spell Server
603
604
6052006/08/18 (thomasb)
606----------
607- Re-built message parsing (Bug #1327068)
608  Now based on the message structure delivered by the IMAP server.
609- Fixed some XSS and SQL injection issues
610
611
6122006/08/10 (thomasb)
613----------
614- Fixed charset problems with folder renaming
615
616
6172006/08/04 (thomasb)
618----------
619- Fixed Bug in saving identities (Ticket #1483915)
620- Set folder name in window title (Bug #1483919)
621- Don't add imap_root to INBOX path (Bug #1483816)
622- Attempt to create default folders only after login
623- Avoid usage of $CONFIG in rcube_imap class
624
625
6262006/07/30 (thomasb)
627----------
628- Alter links in HTML messages (Bug #1326402)
629- Added fallback if host not found in 'mail_domain' array
630- Applied patch of Charles to highlight droptargets (Ticket #1473034)
631- Fixed folder renaming (Bug #1483914)
632- Added confirmation message after deleting a folder
633
634
6352006/07/25 (thomasb)
636----------
637- Made folder renaming a bit more ajax-style
638- Changed rename-labels and German translation
639- Fixed addressbox countbar width (Bug #1483845)
640- Fixed refresh interval problems in Safari (Bug #1483902)
641- Fixed clear_message_list_header() errors (Bug #1483898)
642- Sanity check of $message_set in imap.inc (Bug #1443200)
643- Added correct changing of message list headers for Sent folder
644- Updated Spanish localization (Ticket #1483887)
645- Applied patch #1483846
646
647
6482006/07/24 (richs)
649----------
650- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
651- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
652- Draft saving now properly returns an error when saving fails
653- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
654- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
655
656
6572006/07/19 (thomasb)
658----------
659- Correct entity encoding of link urls (HTML validity)
660- Improved usability in compose step (Ticket #1483807)
661- Added absolute URLs to several buttons (for "open in new window")
662- Applied patch #1328032
663- Fixed Bug/Patch #1443200
664
665
6662006/07/18 (thomasb)
667----------
668- Fixed password with spaces issue (Bug #1364122)
669- Replaced _auth hash with second cookie (Ticket #1483811)
670- Don't use get_input_value() for passwords (Bug #1468895)
671- Made password encryption key configurable
672- Minor bugfixes with charset encoding
673- Added <label> tags to forms (Ticket #1483810)
674
675
6762006/07/07 (thomasb)
677----------
678- Fixed INSTALL_PATH bug #1425663
679
680
6812006/07/03 (richs)
682----------
683- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
684- Updated French localizations (Ticket #1483862)
685- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
686- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
687- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
688- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
689
690
6912006/06/30 (richs)
692----------
693- Fixed empty INBOX compatibility bug (Patch #1443200)
694- Temporarily fixed French "compact" localization (Patch #1483862)
695- Fixed "Select All" not working with Delete interface button (Bug #1332434)
696- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
697- Fixed "unread count" in window title when count changed (Bug #1483812)
698- Fixed DB error when deleting from message table (Patch #1483835)
699
700
7012006/06/29 (richs)
702----------
703- Added ability to remove attachments (Feature #1436721)
704- Default folders are now auto-created on first login (Feature #1471594)
705- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
706- Corrected Italian localizations
707- Tweaked rename-folder form to clear after a rename
708
709
7102006/06/26 (richs)
711----------
712- Added button to immediately check for new messages
713- New message checking now displays status "Checking for new messages..."
714- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
715- Task buttons now respond to clicks by darkening (as in other applications)
716- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
717- Added ability to sort messages by "Size"
718- Added ability to rename folders (Feature #1326396)
719- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
720- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
721
722
7232006/06/25
724----------
725- Changed behavior to include host-specific configuration (Bug #1483849)
726- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
727- Fixed spell checker to work with the new URL at google.com
728- Some memory and security optimizations sendmail.inc
729- Updated UGRADING description
730
731
7322006/06/19
733----------
734- Added Drafts support (Feature #1326839) (richs)
735
736
7372006/06/02
738----------
739- Updated Estonian localization and moved from ee to et
740- Added Bulgarian localization
741
742
7432006/05/25
744----------
745- Finalized GoogieSpell integration
746
747
7482006/05/18
749----------
750- Added Arabic and Armenian localizations
751- Updated Russian localization
752- Removed MDB2 classes from repository. Install them seperately if used.
753- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
754- Allow & in e-mail addresses
755
756
7572006/05/05
758----------
759- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
760- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
761- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
762- Corrected INSTALL description (Bug #1476106)
763- Added charset to javascript HTTP headers
764- Fixed Opera bug with CC and BCC fields (Bug #1474576)
765- Changed login page title regarding product name (Bug #1476413)
766- Pimped search function
767- Applied attachment viewing/forwarding patches by Andrew Fladmark
768- Applied prev/next patch by Leonard Bouchet
769- Applied patches by Mark Bucciarelli
770- Applied patch for requesting receipts by Salvatore Ansani
771- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
772
773
7742006/04/13
775----------
776- Added Slovenian localization
777- Updated Portuguese localization
778- Fixed parent.location problem for compose-links
779- Added sort order saving patch by Jacob Brunson
780- Added gzip compression support
781
782
7832006/04/02
784----------
785- Added Lithuanian localization
786- Improved search function
787- Added version string as template object
788- Load host-specific configuration file (see config/main.inc.php)
789- New config parameter adding domain to user names for login
790- Strip tags on _auth, _action, _task parameters
791- Corrected labels for next/previous page buttons in address book
792
793
7942006/03/23
795----------
796- Auto-detect mail header delimiters
797- Regard daylight savings
798- Localized quota display
799- Started implementing search function
800
801
8022006/03/20
803----------
804- Avoid error message when saving an unchanged identity (Bug #1429510)
805- Fixed hard-coded cols selection for sent folder (Bug #1354586)
806- Enable some HTML links for use with "open in new window" or "save target"
807- Check meta-key instead of ctrl on Macs
808- Ignore double clicks when holding down a modifier key
809- Fixed reloading of the login page
810- Fixed typo in compose template (Bug #1446852)
811- Added compose button to message read step (Request #1433288)
812- New config parameter for persistent database connections (Bug #1431817)
813
814
8152006/03/14
816----------
817- Don't remove internal HTML tags in plaintext messages
818- Improved error handling in DB connection failure
819
820
8212006/02/22
822----------
823- Updated localizations
824- Fixed bug #1435989
825
826
8272006/02/19
828----------
829- Updated localizations
830- Applied patch of Anders Karlsson
831- Applied patch of Jacob Brunson
832- Applied patch for virtuser_query by Robin Elfrink
833- Added support for References header (patch by Auke)
834- Added support for mbstring module by Tadashi Jokagi
835- Added function for automatic remove of slashes on GET and POST vars
836  if magic_quotes is enabled
837
838
8392006/02/05
840----------
841- Added Slovak, Hungarian, Bosnian and Croation translation
842- Fixed bug when inserting signatures with !?&
843- Chopping message headers before inserting into the message cache table
844  (to avoid bugs in Postgres)
845- Allow one-char domains in e-mail addresses
846- Make product name in page title configurable
847- Make username available as skin object
848- Added session_write_close() in rcube_db class destructor to avoid problems
849  in PHP 5.0.5
850- Use move_uploaded_file() instead of copy() for a more secure handling of
851  uploaded attachments
852- Additional config parameter to show/hide deleted messages
853- Added periodic request for checking new mails (Request #1307821)
854- Added EXPUNGE command
855- Optimized loading time for mail interface
856- Changed to full UTF-8 support
857- Additional timezones (Patch #1389912)
858- Added LDAP public search (experimental)
859- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
860- Casting to strings when adding empty headers to message cache (Bug #1406026)
861- Skip sender-address as recipient when Reply-to-all
862- Fixes in utf8-class
863- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
864- Added garbage collector for message cache
865- Added patches for BCC headers
866
867
8682005/12/16
869----------
870- Added Turkish and Simplified Chinese translation
871- Use virtusertable to resolve e-mail addresses at login
872- Configurable mail_domain used to compose correct e-mail addresses
873  on first login
874
875
8762005/12/03
877----------
878- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
879  Estonian and Chinese translation
880- Get IMAP server capabilities in array
881- Check for NAMESPACE capability before sending command
882- Set default user language from config 'locale_string'
883- Added sorting patch for message list
884- Make default sort col/order configurable
885- Fixed XSS in address book and identities
886- Added more XSS protection (Bug #1308236)
887- Added tab indexes for compose form
888- Added 'changed' col to contacts table
889- Support for 160-bit session hashes
890- Added input check for contacts and identities (Patch #1346523)
891- Added messages/warning to compose step (Patch #1323895)
892- Added favicon to the default skin
893- Fixed Bug #1334337 as far as possible
894- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
895- Redesign of client side AJAX code (enable multi threading)
896- Added keep-alive signal every minute
897- Make logs dir configurable
898- Added support for SMTPS
899- Decode attachment file names
900- Make delimiter for message headers configurable
901- Add generic footer to sent messages
902- Choose the rigt identity when replying
903- Remove signature when replying (Request #1333167)
904- Signatures for each identity
905- Select charset when composing message
906- Complete re-design of the caching mechanism
907
908
9092005/08/11
910----------
911- Write list header to client even if list is empty
912- Add functions "select all", "select none" to message list
913- Improved filter for HTML messages to remove potentially malicious tags
914  (script, iframe, object) and event handlers.
915- Buttons for next/previous message in view mode
916- Add new created contact to list and show confirmation status
917- Added folder management (subscribe/create/delete)
918- Log message sending (SMTP log)
919- Grant access for Camino browser
920- Added German translation
921
922
9232005/10/20
924----------
925- Added Swedish, Latvian, Portuguese and Catalan translation
926- Make SMTP auth method configurable
927- Make mailboxlist scrollable (Bug #1326372)
928- Fixed SSL support
929- Improved support for Courier IMAP (root folder and delimiter issues)
930- Moved taskbar from bottom to top
931- Added 'session_lifetime' parameter
932- Fixed wrong unread count when deleting message (Bug #1332434)
933- Srip tags when creating a new folder (Bug #1332084)
934- Translate HTML tags in message headers (Bug #1330134)
935- Correction in German translation (Bug #1329434)
936- Display folder names with special chars correctly (Bug #1330157)
937
938
9392005/10/07
940----------
941- Added French, Italian, Spanish, Danish, Dutch translation
942- Clarified license (Bug #1305966)
943- Fixed PHP warnings (Bug #1299403)
944- Fixed english translation (Bug #1295406)
945- Fixed bug #1290833: Last character of email not seen
946- Fixed bug #1292199 when creating new user
947- Allow more browsers (Bug #1285101)
948- Added setting for showing pretty dates
949- Added support for SQLite database
950- Make use of message caching configurable
951- Also add attachments when forwarding a message
952- Long folder names will not flow over message list (Bug #1267232)
953- Show nested mailboxes hieracically
954- Enable IMAPS by host
955
956
9572005/08/20
958----------
959- Improved cacheing of mailbox messagecount
960- Fixed javascript bug when creating a new message folder
961- Fixed javascript bugs #1260990 and #1260992: folder selection
962- Make Trash folder configurable
963- Auto create folders Inbox, Sent and Trash (if configured)
964- Support for IMAP root folder
965- Added support fot text/enriched messages
966- Make list of special mailboxes configurable
967
Note: See TracBrowser for help on using the repository browser.