source: github/CHANGELOG @ d7a411f

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since d7a411f was d7a411f, checked in by alecpl <alec@…>, 5 years ago

#1484391, #1484403

  • Property mode set to 100644
File size: 33.7 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/04/15 (alec)
5----------
6- Fix remove signature when replying (#1333167)
7- Fix problem with line with a space at the end (#1484916)
8- Don't send set_env() in ajax response when env array is empty
9- Fix <!DOCTYPE> tag filtering (#1484391)
10- Fix <?xml> tag filtering (#1484403)
11 
122008/04/14 (alec)
13----------
14- Added sections (fieldset+label) in Settings interface
15
162008/04/12 (alec)
17----------
18- Fixed and optimized 'read_when_deleted': mark as read on server side
19  in one action when marking as deleted, fixed js bugs when deleting
20  from message preview page
21
222008/04/12 (thomasb)
23----------
24- Changed codebase to PHP5 with autoloader
25- Added some new classes from devel-vnext branch
26
272008/04/11 (alec)
28----------
29- Mark as read in one action with message preview (#1484972)
30- Delete redundant quota reads (#1484972)
31- Add options for empty trash and expunge inbox on logout (#1483863)
32
332008/04/10 (alec)
34----------
35- Add rows highlighting in onmousemove on ksearch list
36- Remove lines wrapping when displaying message
37- Fix month localization
38- Do ob_start/ob_end_clean when reading config files (#1484624)
39- Fix debug (ajax) console
40
412008/04/02 (alec)
42----------
43- Updated timezones list (#1484908)
44- Fix design in Settings (#1484799)
45- Fix deleting messages after clicking on "All" (#1484838)
46- Fix sorting o0f message list when default folder is empty (#1484317)
47- Fix creating a new folder w/a comma in its name (#1484681)
48
492008/04/01 (thomasb)
50----------
51- Fix Enter problem on login (#1484839)
52- Make the http-received header in outgoing mails configurable
53
542008/03/30 (till)
55----------
56- Fix Firefox problem with ob_gzhandler (#1484932)
57- Improve message previewpane - less loading (#1484316)
58
592008/03/28 (thomasb)
60----------
61- Disable installer by default; add config option to enable it again
62
632008/03/24 (till)
64----------
65- Don't send mark requests for already marked messages (#1484906)
66- Fix "quote inside a quote" (#1484783)
67
682008/03/23 (till)
69
70- Applied patch to strip newlines from headers (#1484811)
71- Applied patch to trim login (#1484231)
72- Added robots.txt
73- Fix attachment problem when restoring saved draft without body (#1484506)
74- Fix call to undefined function decrypt_passwd() 
75
762008/03/21 (thomasb)
77----------
78- Add configurable default charset for message decoding
79- Applied patch to fix mime decoding an folder subscription (#1484191)
80- Applied patch to correctly quote email recipient strings (#1484191)
81- Fix wrong charset aliases (#1484818 and #1484598)
82- Remove hard-coded size of logo image (#1484378)
83- Strip slashes from virtuser email values (#1484700)
84- Fixed message part window display in IE6 (#1484610)
85
862008/02/28 (thomasb)
87----------
88- Fix folder adding/renaming inspired by #1484800
89- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
90- Fix quirky message selection
91- Completed installer
92
932008/02/20 (thomasb)
94----------
95- Localize folder name in page title (#1484785)
96- Fix code using wrong variable name (#1484018)
97- Allow to send mail with BCC recipients only
98- Remove MDN headers before saving in sent folder
99
1002008/02/12 (estadtherr)
101----------
102- fix switching between HTML/plain composing (#1484752)
103- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
104- fix image removal in message display when message HTML includes JS event handlers
105
1062008/02/11 (thomasb)
107----------
108- Add function to mark the selected messages as read/unread (#1457360)
109- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
110- Show message count in folder list and hint when creating a subfolder
111
1122008/02/08 (thomasb)
113----------
114- Distinguish ssl and tls for imap connections (#1484667)
115- Added some charset aliases to fix typical mis-labelling (#1484565)
116
1172008/02/07 (thomasb)
118----------
119- Remember decision to display images for a certain message during session (#1484754)
120- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
121- Fix size of the attachment preview frame (#1484758)
122
1232008/02/05 (thomasb)
124----------
125- Fix regular expression for checking e-mail address (#1484710)
126- Make sending of read receipts configurable
127- Respect config when localize folder names (#1484707)
128- Applied patch for updating page title (#1484727, #1484650)
129- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
130- Applied patch to prevent bad header delimiters (#1484751)
131- Also send search request when deleting a contact (#1484620)
132- Add CSS hack for Safari
133
1342008/02/02 (thomasb)
135----------
136- Always update $CONFIG with user prefs (#1484729)
137- Don't ask for MDN confirmations on drafted messages (#1484691)
138- Also respect receipt and priority settings when re-opening a draft message
139
1402008/01/31 (robin)
141----------
142- Remember search results (closes #1483883), patch by the_glu
143
1442008/01/08 (tomekp)
145----------
146- add he (Hebrew) localization (#1484713)
147
1482008/01/08 (tomekp)
149----------
150- update fr localization
151
1522008/01/04 (tomekp)
153- purge kur_KU because it has no messages translation
154- bump copyright for all localization files
155
1562007/12/31 (tomekp)
157----------
158- update es localization
159
1602007/12/28 (tomekp)
161----------
162- update mk localization
163
1642007/12/27 (tomekp)
165----------
166- update se localization
167
1682007/12/13 (robin)
169----------
170- Add Received header on outgoing mail
171
1722007/12/10 (estadtherr)
173----------
174- Upgrade to TinyMCE 2.1.3
175- Allow inserting image attachments into HTML messages while composing (#1484557)
176
1772007/12/10 (thomasb)
178----------
179- Delegate user-stuff to new class rcube_user
180- Implement Message-Disposition-Notification (Receipts)
181
1822007/12/05 (tomekp)
183----------
184- update bg, uk localization
185
1862007/12/04 (tomekp)
187----------
188- update bg localization
189
1902007/11/25 (thomasb)
191----------
192- Applied UID fetch patch by Glen Ogilvie
193- Applied patch for correct Postgres instructions from ticket #1484674
194- Fix overriding of session vars when register_globals is on (#1484670)
195- Fix wrong Postgres setup instructions in INSTALL (#1484674)
196- Fix bug with case-sensitive folder names (#1484245)
197- Don't create default folders by default
198- Added Georgian localization by Zaza Zviadadze
199- Updated Russian localization
200- Fixed some potential security risks (audited by Andris)
201- Only show new messages if they match the current search (#1484176)
202
2032007/11/20 (tomekp)
204----------
205- add Korean (kr) localization
206
2072007/11/14 (tomekp)
208----------
209- update id_ID localization
210
2112007/11/06 (thomasb)
212----------
213- Switch to/from when searcing in Sent folder (#1484555)
214- Correctly read the References header (#1484646)
215- Unset old cookie in before sending a new value (#1484639)
216- Correctly decode attachments when downloading them (#1484645 and #1484642)
217
2182007/10/22 (tomekp)
219----------
220- update ru, eo localizations
221
2222007/10/17 (thomasb)
223----------
224- Make message listing less error prone
225
2262007/10/10 (thomasb)
227----------
228- Suppress IE errors when clearing attachments form (#1484356)
229- Set preferences field in user table to NULL (#1484386)
230- Log error when login fails due to auto_create_user turned off
231- Update UPGRADING instructions
232
2332007/10/05 (tomekp)
234----------
235- Add Esperanto localization
236
2372007/10/04 (Stiwi)
238----------
239- Updated German localization
240
2412007/10/04 (yllar)
242----------
243- Added Malay localization
244- Updated Lithuanian localization
245
2462007/09/27 (tomekp)
247----------
248- Update dutch localization (closes #1484588)
249
2502007/09/29 (thomasb)
251----------
252- Filter linked/imported CSS files (closes #1484056)
253
254
2552007/09/27 (tomekp)
256----------
257- Update brazilian portuguese localization (#1484580)
258
2592007/09/26 (thomasb)
260----------
261- Improve message compose screen (closes #1484383)
262- Select next row after removing one from list (#1484387)
263
264
2652007/09/26 (tomekp)
266----------
267- Add polish labels for changes in r816.
268- Update polish localization (#1484579)
269- Update thai localization (#1484578)
270
2712007/09/25 (robin)
272----------
273- Enable drag-/dropping of folders to a new parent folder (#1457344)
274
275
2762007/09/24 (robin)
277----------
278- Fix preview pane size for Safari & Konqueror (#1484187)
279
280
2812007/09/20 (robin)
282----------
283- Make smtp HELO/EHLO hostname configurable (#1484067)
284
285
2862007/09/19 (thomasb)
287----------
288- IPv6 Compatability (#1484322), Patch #1484373
289- Unlock interface when message sending fails (#1484570)
290- Eval PHP code in template includes (if configured)
291- Show message when folder is empty. Mo more static text in table (#1484395)
292- Only display unread count in page title when new messages arrived
293- Show mailbox name in page title
294
295
2962007/09/09 (thomasb)
297----------
298- Fixed wrong delete button tooltip (#1483965)
299- Fixed charset encoding bug (#1484429)
300- Applied patch for LDAP version (#1484552)
301- Improved XHTML validation
302
303
3042007/09/05 (thomasb)
305----------
306- Fix message list selection (#1484550)
307- Better fix lowercased usernames (#1484473)
308- Update pngbehavior Script as suggested in #1484490
309
310
3112007/08/29 (richs)
312----------
313- Fixed moving/deleting messages when more than 1 is selected
314
3152007/08/15 (thomasb)
316----------
317- Applied patch for LDAP contacts listing by Glen Ogilvie
318- Applied patch for more address fields in LDAP contacts (#1484402)
319- Close LDAP connections on script shutdown
320
321
3222007/08/13 (thomasb)
323----------
324- Add alternative for getallheaders() (fix #1484508)
325- Revert changes for mbstring usage (fix #1484509)
326
327
3282007/08/10 (thomasb)
329----------
330- Identify mailboxes case-sensitive
331- Sort mailbox list case-insensitive (closes #1484338)
332- Fix display of multipart messages from Apple Mail (closes #1484027)
333- Protect AJAX request from being fetched by a foreign site (XSS)
334- Make autocomplete for loginform configurable by the skin template
335- Fix compose function from address book (closes #1484426)
336- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
337- Check if mbstring supports charset (#1484290 and #1484292)
338- Prefer iconv over mbstring (as suggested in #1484292)
339- Check filesize of template includes (#1484409)
340- Updated Simplified Chinese localization
341- Added Ukrainian translation
342
343
3442007/08/09 (richs)
345----------
346- Fixed bug with buttons not dimming/enabling properly after switching folders
347- Fixed compose window becoming unresponsive after saving a draft (#1484487)
348- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
349- Fixed unresponsive interface issue when downloading attachments (#1484496)
350- Lowered status message time from 5 to 3 seconds to improve responsiveness
351- Added note to INSTALL about .htaccess limiting upload_max_filesize
352- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
353- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
354- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
355
356
3572007/07/03 (thomasb)
358----------
359- Added Macedonian (Slavic FYROM) localization
360- Fix status message bug #1484464 with regard to #1484353
361- Fix address adding bug reported by David Koblas
362- Applied socket error patch by Thomas Mangin
363
364
3652007/06/28 (tomekp)
366----------
367- fix typos in Polish localization (Janusz Zamecki)
368
369
3702007/06/27 (tomekp)
371----------
372- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
373
374
3752007/06/12 (thomasb)
376----------
377- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
378- Added Irish/Gaelic translation
379- Little correction in Swedish translation
380- Quote username for virtuser_query
381- Pass-by-reference workarround for PHP5 in sendmail.inc
382
383
3842007/06/04 (estadtherr)
385----------
386- Fixed bug in HTML->Plain editor toggling
387
388
3892007/05/28 (thomasb)
390---------
391- Fixed buggy imap_root settings (closes #1484379)
392- Prevent default events on subject links (#1484399)
393- Typo in rcube_smtp.inc
394
395
3962007/05/23 (estadtherr)
397----------
398- Upgrade to TinyMCE v2.1.1.1
399
400
4012007/05/18 (thomasb)
402----------
403- Use HTTP-POST requests for actions that change state
404
405
4062007/05/17 (thomasb)
407----------
408- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
409- Renamed localization folder for Chinese (Big5)
410- Chanegd Slovenian language code from 'si' to 'sl'
411- Added Sinhala (Sri-Lanka) localization
412- Use global filters and bind username/ for Ldap searches (#1484159)
413- Hide quota display if imap server does not support it
414- Hide address groups if no LDAP servers configured
415- Add link to message subjects (closes #1484257)
416- Better SQL query for contact listing/search (closes #1484369)
417
418
4192007/05/13 (thomasb)
420----------
421- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
422- Fixed marking as read in preview pane (closes #1484364)
423- CSS hack to display attachments correctly in IE6
424- Wrap message body text (closes #1484148)
425
426
4272007/05/03 (yllar)
428----------
429- Updated French, Lithuanian, Armenian, Spanish and Italian translations
430
431
4322007/05/01 (thomasb)
433----------
434- Updated German, Euskara, Hungarian, Romanian and Spanish translation
435- Added Hindi and Kurdish localization
436
437
4382007/04/28 (thomasb)
439----------
440- LDAP access is back in address book (closes #1484087)
441- Added search function for contacts
442- New Template parsing and output encoding
443- Fixed bugs #1484119 and #1483978
444
445
4462007/04/08 (thomasb)
447----------
448- Fixed message moving procedure (closes #1484308)
449- Fixed display of multiple attachments (closes #1466563)
450- Fixed check for new messages (closes #1484310)
451- List attachments without filename
452
453
4542007/03/27 (thomasb)
455----------
456- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
457  Should close bugs #1483951 and #1484299
458
459
4602007/03/23 (thomasb)
461----------
462- Correctly translate mailbox names (closes #1484276)
463- Quote e-mail address links (closes #1484300)
464
465
4662007/03/21 (thomasb)
467----------
468- Updated PEAR::Mail_mime package
469- Added Persian localization
470- Updated Catalan and Brazilian Portuguese translations
471- Updated INSTALL manual with a note about database passwords
472- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
473- Sanitize input for new users/identities (thanks Colin Alston)
474
475
4762007/03/19 (thomasb)
477----------
478- Don't download HTML message parts
479- Convert HTML parts to plaintext if 'prefer_html' is off
480- Correctly parse message/rfc822 parts (closes #1484045)
481- Code cleanup
482
483
4842007/03/18 (thomasb)
485----------
486- Also use user_id for unique key in messages table (closes #1484074)
487- Hide contacts drop down on blur (closes #1484203)
488- Make entries in contacts drop down clickable
489- Turn off browser autocompletion on login page
490- Quote <? in text/html message parts
491- Hide border around radio buttons
492- Replaced old JS function calls.
493
494
4952007/03/13 (thomasb)
496----------
497- Applied patch for attachment download by crichardson (closes #1484198)
498- Fixed bug in Postgres DB handling (closes #1484068)
499- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
500- Fixed array_merge bug (closes #1484281)
501- Fixed flag for deletion in list view (closes #1484264)
502- Finally support semicolons as recipient separator (closes ##1484251)
503- Fixed message headers (subject) encoding
504
505
5062007/03/04 (tomekp)
507----------
508- check if safe mode is on or not (closes #1484269)
509
510
5112007/03/02 (thomasb)
512----------
513- Show "no subject" in message list if subject is missing (closes #1484243)
514- Solved page caching of message preview (closes #1484153)
515- Only use gzip compression if configured (closes #1484236)
516
517
5182007/02/25 (estadtherr)
519----------
520- Fixed priority selector issue (#1484150)
521- Upgraded to TinyMCE v2.1.0
522
523
5242007/02/21 (thomasb)
525----------
526- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
527- Prevent from double quoting of numeric HTML character references (closes #1484253)
528
529
5302007/02/07 (tomekp)
531----------
532- Updated (bg) translation (Doichin Dokov)
533
534
5352007/02/06 (tomekp)
536----------
537- Updated (pl) translation
538- Updated (pt_BR) translation (Robson F. Ramaldes)
539- Big cleanup in program/localization
540
541
5422007/02/05 (thomasb)
543----------
544- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
545
546
5472007/01/07 (estadtherr)
548----------
549- Fixed display of HTML message attachments (closes #1484178)
550
551
5522007/01/07 (thomasb)
553----------
554- Applied patch for preview caching (closes #1484186)
555- Added Thai and Vietnamese localization files
556
557
5582006/12/29 (thomasb)
559----------
560- Added error handling for attachment uploads
561- Use multibyte safe string functions where necessary (closes #1483988)
562- Updated Swiss German localization (de_CH)
563
564
5652006/12/22 (thomasb)
566----------
567- Applied security patch to validate the submitted host value (by Kees Cook)
568- Applied security patch to validate input values when deleting contacts (by Kees Cook)
569- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
570- Applied a patch to more aggressively sanitize a HTML message
571- Visualize blocked images in HTML messages
572
573
5742006/12/20 (thomasb)
575----------
576- Fixed wrong message listing when showing search results (closes #1484131)
577- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
578- Show remote images when opening HTML message part as attachment
579
580
5812006/12/17 (thomasb)
582----------
583- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
584
585
5862006/12/06 (thomasb)
587----------
588- Improve memory usage when sending mail (closes #1484098)
589- Mark messages as read once the preview is loaded (closes #1484132)
590- Include smtp final response in log (closes #1484081)
591
592
5932006/12/04 (thomasb)
594----------
595- Corrected date string in sent message header (closes #1484125)
596- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
597- Changed srong tooltips for message browse buttons (closes #1483930)
598
599
6002006/12/03 (estadtherr)
601----------
602- Added fix to convert HTML signatures for plain text messages
603- Fixed signature delimeter character to be standard (Bug #1484035)
604
605
6062006/12/01 (thomasb)
607----------
608- Implemented preview pane
609- Fixed XSS vulnerability (Bug #1484109)
610- Remove newlines from mail headers (Bug #1484031)
611- Selection issues when moving/deleting (Bug #1484044)
612- Applied patch of Clement Moulin for imap host auto-selection
613- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
614- Fixed folder name encoding in subscription list (Bug #1484113)
615- Fixed JS errors in identity list (Bug #1484120)
616- Show client debug console on debug_level 8
617- Added Serbian translation
618- Updated Spanish and Bulgarian localization
619
620
6212006/11/22 (robin)
622----------
623- Fix a bug introduced with Shift-Del yesterday
624
625
6262006/11/21 (robin)
627----------
628- Add missing nl_NL translations
629- Translate foldernames in folder form (closes #1484113)
630
631
6322006/11/21 (robin)
633----------
634- Added first and last buttons to message list, address book
635  and message detail
636- Pressing Shift-Del bypasses Trash folder
637- Enable purge command for Junk folder
638
639
6402006/11/17 (robin)
641----------
642- Re-initialize message list after shift-select and delete
643
644
6452006/11/16 (robin)
646----------
647- Fixed updating message list after expunge and purge
648- Fetch all aliases if virtuser_query is used instead
649  of only the first one
650
651
6522006/11/11 (estadtherr)
653----------
654- fixed deletion/moving of messages from within "show" page
655
656
6572006/11/09 (thomasb)
658----------
659- Little bugfix in HTML encoding
660- Fixed encoding issues and delete-on-reply problem
661- Corrected template parsing
662
663
6642006/11/07 (estadtherr)
665----------
666- Upgraded to TinyMCE v2.0.8
667- Fixed CSS path for editor popups
668
6692006/09/26 (estadtherr)
670----------
671- Added spellchecker plugin to TinyMCE configuration
672- Fixed HTML/Plain toggle labels
673
674
6752006/09/24 (thomasb)
676----------
677- Partial client re-write with a common list class
678- Re-enabled multi select of contacts (Bug #1484017)
679- Enable contact editing right after creation (Bug #1459641)
680- Updated Hungarian, Estonian and Traditional Chinese localization
681
682
6832006/09/19 (thomasb)
684----------
685- Correct UTF-7 to UTF-8 conversion if mbstring is not available
686
687
6882006/09/13 (estadtherr)
689----------
690- Introduction of TinyMCE HTML editor support for message composition and signatures
691  Note : a new column is added to the "identities" database table
692
693
6942006/09/12 (estadtherr)
695----------
696- Fixed html2text treatment of table headers (Bug #1484020)
697- Fixed IMAP fetch of message body (Bug #1484019)
698
699
7002006/09/08 (thomasb)
701----------
702- Fixed safe_mode problems (Bug #1418381)
703- Fixed wrong header encoding (Bug #1483976)
704
705
7062006/09/07 (thomasb)
707----------
708- Made automatic draft saving configurable
709- Fixed JS bug when renaming folders (Bug #1483989)
710- Don't wait for complete page load when calling JavaScript init()
711- Some improvements to prevent session expiration
712- Prevent from double submit of spell check requests
713
714
7152006/09/01 (thomasb)
716----------
717- Imporoved message parsing and HTML validation
718- Added quota display as image (by Brett Patterson)
719- Corrected creation of a message-id
720- Updated Norwegian (bokmal) localization
721
722
7232006/08/30 (thomasb)
724----------
725- New indentation for quoted message text
726- Improved HTML validity
727
728
7292006/08/28 (estadtherr)
730----------
731- Fixed URL character set (Ticket #1445501)
732- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
733
734
7352006/08/25 (thomasb)
736----------
737- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
738- Finalized new message parsing (+ chaching)
739- Updated SQL scripts and UPGRADING instructions
740
741
7422006/08/23 (thomasb)
743----------
744- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
745
746
7472006/08/20 (thomasb)
748----------
749- Fixed wrong usage of mbstring (Bug #1462439)
750- Set default spelling language (Ticket #1483938)
751- Added support for Nox Spell Server
752
753
7542006/08/18 (thomasb)
755----------
756- Re-built message parsing (Bug #1327068)
757  Now based on the message structure delivered by the IMAP server.
758- Fixed some XSS and SQL injection issues
759
760
7612006/08/10 (thomasb)
762----------
763- Fixed charset problems with folder renaming
764
765
7662006/08/04 (thomasb)
767----------
768- Fixed Bug in saving identities (Ticket #1483915)
769- Set folder name in window title (Bug #1483919)
770- Don't add imap_root to INBOX path (Bug #1483816)
771- Attempt to create default folders only after login
772- Avoid usage of $CONFIG in rcube_imap class
773
774
7752006/07/30 (thomasb)
776----------
777- Alter links in HTML messages (Bug #1326402)
778- Added fallback if host not found in 'mail_domain' array
779- Applied patch of Charles to highlight droptargets (Ticket #1473034)
780- Fixed folder renaming (Bug #1483914)
781- Added confirmation message after deleting a folder
782
783
7842006/07/25 (thomasb)
785----------
786- Made folder renaming a bit more ajax-style
787- Changed rename-labels and German translation
788- Fixed addressbox countbar width (Bug #1483845)
789- Fixed refresh interval problems in Safari (Bug #1483902)
790- Fixed clear_message_list_header() errors (Bug #1483898)
791- Sanity check of $message_set in imap.inc (Bug #1443200)
792- Added correct changing of message list headers for Sent folder
793- Updated Spanish localization (Ticket #1483887)
794- Applied patch #1483846
795
796
7972006/07/24 (richs)
798----------
799- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
800- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
801- Draft saving now properly returns an error when saving fails
802- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
803- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
804
805
8062006/07/19 (thomasb)
807----------
808- Correct entity encoding of link urls (HTML validity)
809- Improved usability in compose step (Ticket #1483807)
810- Added absolute URLs to several buttons (for "open in new window")
811- Applied patch #1328032
812- Fixed Bug/Patch #1443200
813
814
8152006/07/18 (thomasb)
816----------
817- Fixed password with spaces issue (Bug #1364122)
818- Replaced _auth hash with second cookie (Ticket #1483811)
819- Don't use get_input_value() for passwords (Bug #1468895)
820- Made password encryption key configurable
821- Minor bugfixes with charset encoding
822- Added <label> tags to forms (Ticket #1483810)
823
824
8252006/07/07 (thomasb)
826----------
827- Fixed INSTALL_PATH bug #1425663
828
829
8302006/07/03 (richs)
831----------
832- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
833- Updated French localizations (Ticket #1483862)
834- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
835- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
836- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
837- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
838
839
8402006/06/30 (richs)
841----------
842- Fixed empty INBOX compatibility bug (Patch #1443200)
843- Temporarily fixed French "compact" localization (Patch #1483862)
844- Fixed "Select All" not working with Delete interface button (Bug #1332434)
845- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
846- Fixed "unread count" in window title when count changed (Bug #1483812)
847- Fixed DB error when deleting from message table (Patch #1483835)
848
849
8502006/06/29 (richs)
851----------
852- Added ability to remove attachments (Feature #1436721)
853- Default folders are now auto-created on first login (Feature #1471594)
854- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
855- Corrected Italian localizations
856- Tweaked rename-folder form to clear after a rename
857
858
8592006/06/26 (richs)
860----------
861- Added button to immediately check for new messages
862- New message checking now displays status "Checking for new messages..."
863- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
864- Task buttons now respond to clicks by darkening (as in other applications)
865- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
866- Added ability to sort messages by "Size"
867- Added ability to rename folders (Feature #1326396)
868- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
869- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
870
871
8722006/06/25
873----------
874- Changed behavior to include host-specific configuration (Bug #1483849)
875- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
876- Fixed spell checker to work with the new URL at google.com
877- Some memory and security optimizations sendmail.inc
878- Updated UGRADING description
879
880
8812006/06/19
882----------
883- Added Drafts support (Feature #1326839) (richs)
884
885
8862006/06/02
887----------
888- Updated Estonian localization and moved from ee to et
889- Added Bulgarian localization
890
891
8922006/05/25
893----------
894- Finalized GoogieSpell integration
895
896
8972006/05/18
898----------
899- Added Arabic and Armenian localizations
900- Updated Russian localization
901- Removed MDB2 classes from repository. Install them seperately if used.
902- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
903- Allow & in e-mail addresses
904
905
9062006/05/05
907----------
908- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
909- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
910- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
911- Corrected INSTALL description (Bug #1476106)
912- Added charset to javascript HTTP headers
913- Fixed Opera bug with CC and BCC fields (Bug #1474576)
914- Changed login page title regarding product name (Bug #1476413)
915- Pimped search function
916- Applied attachment viewing/forwarding patches by Andrew Fladmark
917- Applied prev/next patch by Leonard Bouchet
918- Applied patches by Mark Bucciarelli
919- Applied patch for requesting receipts by Salvatore Ansani
920- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
921
922
9232006/04/13
924----------
925- Added Slovenian localization
926- Updated Portuguese localization
927- Fixed parent.location problem for compose-links
928- Added sort order saving patch by Jacob Brunson
929- Added gzip compression support
930
931
9322006/04/02
933----------
934- Added Lithuanian localization
935- Improved search function
936- Added version string as template object
937- Load host-specific configuration file (see config/main.inc.php)
938- New config parameter adding domain to user names for login
939- Strip tags on _auth, _action, _task parameters
940- Corrected labels for next/previous page buttons in address book
941
942
9432006/03/23
944----------
945- Auto-detect mail header delimiters
946- Regard daylight savings
947- Localized quota display
948- Started implementing search function
949
950
9512006/03/20
952----------
953- Avoid error message when saving an unchanged identity (Bug #1429510)
954- Fixed hard-coded cols selection for sent folder (Bug #1354586)
955- Enable some HTML links for use with "open in new window" or "save target"
956- Check meta-key instead of ctrl on Macs
957- Ignore double clicks when holding down a modifier key
958- Fixed reloading of the login page
959- Fixed typo in compose template (Bug #1446852)
960- Added compose button to message read step (Request #1433288)
961- New config parameter for persistent database connections (Bug #1431817)
962
963
9642006/03/14
965----------
966- Don't remove internal HTML tags in plaintext messages
967- Improved error handling in DB connection failure
968
969
9702006/02/22
971----------
972- Updated localizations
973- Fixed bug #1435989
974
975
9762006/02/19
977----------
978- Updated localizations
979- Applied patch of Anders Karlsson
980- Applied patch of Jacob Brunson
981- Applied patch for virtuser_query by Robin Elfrink
982- Added support for References header (patch by Auke)
983- Added support for mbstring module by Tadashi Jokagi
984- Added function for automatic remove of slashes on GET and POST vars
985  if magic_quotes is enabled
986
987
9882006/02/05
989----------
990- Added Slovak, Hungarian, Bosnian and Croation translation
991- Fixed bug when inserting signatures with !?&
992- Chopping message headers before inserting into the message cache table
993  (to avoid bugs in Postgres)
994- Allow one-char domains in e-mail addresses
995- Make product name in page title configurable
996- Make username available as skin object
997- Added session_write_close() in rcube_db class destructor to avoid problems
998  in PHP 5.0.5
999- Use move_uploaded_file() instead of copy() for a more secure handling of
1000  uploaded attachments
1001- Additional config parameter to show/hide deleted messages
1002- Added periodic request for checking new mails (Request #1307821)
1003- Added EXPUNGE command
1004- Optimized loading time for mail interface
1005- Changed to full UTF-8 support
1006- Additional timezones (Patch #1389912)
1007- Added LDAP public search (experimental)
1008- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1009- Casting to strings when adding empty headers to message cache (Bug #1406026)
1010- Skip sender-address as recipient when Reply-to-all
1011- Fixes in utf8-class
1012- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1013- Added garbage collector for message cache
1014- Added patches for BCC headers
1015
1016
10172005/12/16
1018----------
1019- Added Turkish and Simplified Chinese translation
1020- Use virtusertable to resolve e-mail addresses at login
1021- Configurable mail_domain used to compose correct e-mail addresses
1022  on first login
1023
1024
10252005/12/03
1026----------
1027- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1028  Estonian and Chinese translation
1029- Get IMAP server capabilities in array
1030- Check for NAMESPACE capability before sending command
1031- Set default user language from config 'locale_string'
1032- Added sorting patch for message list
1033- Make default sort col/order configurable
1034- Fixed XSS in address book and identities
1035- Added more XSS protection (Bug #1308236)
1036- Added tab indexes for compose form
1037- Added 'changed' col to contacts table
1038- Support for 160-bit session hashes
1039- Added input check for contacts and identities (Patch #1346523)
1040- Added messages/warning to compose step (Patch #1323895)
1041- Added favicon to the default skin
1042- Fixed Bug #1334337 as far as possible
1043- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1044- Redesign of client side AJAX code (enable multi threading)
1045- Added keep-alive signal every minute
1046- Make logs dir configurable
1047- Added support for SMTPS
1048- Decode attachment file names
1049- Make delimiter for message headers configurable
1050- Add generic footer to sent messages
1051- Choose the rigt identity when replying
1052- Remove signature when replying (Request #1333167)
1053- Signatures for each identity
1054- Select charset when composing message
1055- Complete re-design of the caching mechanism
1056
1057
10582005/08/11
1059----------
1060- Write list header to client even if list is empty
1061- Add functions "select all", "select none" to message list
1062- Improved filter for HTML messages to remove potentially malicious tags
1063  (script, iframe, object) and event handlers.
1064- Buttons for next/previous message in view mode
1065- Add new created contact to list and show confirmation status
1066- Added folder management (subscribe/create/delete)
1067- Log message sending (SMTP log)
1068- Grant access for Camino browser
1069- Added German translation
1070
1071
10722005/10/20
1073----------
1074- Added Swedish, Latvian, Portuguese and Catalan translation
1075- Make SMTP auth method configurable
1076- Make mailboxlist scrollable (Bug #1326372)
1077- Fixed SSL support
1078- Improved support for Courier IMAP (root folder and delimiter issues)
1079- Moved taskbar from bottom to top
1080- Added 'session_lifetime' parameter
1081- Fixed wrong unread count when deleting message (Bug #1332434)
1082- Srip tags when creating a new folder (Bug #1332084)
1083- Translate HTML tags in message headers (Bug #1330134)
1084- Correction in German translation (Bug #1329434)
1085- Display folder names with special chars correctly (Bug #1330157)
1086
1087
10882005/10/07
1089----------
1090- Added French, Italian, Spanish, Danish, Dutch translation
1091- Clarified license (Bug #1305966)
1092- Fixed PHP warnings (Bug #1299403)
1093- Fixed english translation (Bug #1295406)
1094- Fixed bug #1290833: Last character of email not seen
1095- Fixed bug #1292199 when creating new user
1096- Allow more browsers (Bug #1285101)
1097- Added setting for showing pretty dates
1098- Added support for SQLite database
1099- Make use of message caching configurable
1100- Also add attachments when forwarding a message
1101- Long folder names will not flow over message list (Bug #1267232)
1102- Show nested mailboxes hieracically
1103- Enable IMAPS by host
1104
1105
11062005/08/20
1107----------
1108- Improved cacheing of mailbox messagecount
1109- Fixed javascript bug when creating a new message folder
1110- Fixed javascript bugs #1260990 and #1260992: folder selection
1111- Make Trash folder configurable
1112- Auto create folders Inbox, Sent and Trash (if configured)
1113- Support for IMAP root folder
1114- Added support fot text/enriched messages
1115- Make list of special mailboxes configurable
1116
Note: See TracBrowser for help on using the repository browser.