source: subversion/trunk/roundcubemail/CHANGELOG @ 1525

Last change on this file since 1525 was 1525, checked in by alec, 5 years ago
  • Added option to display images in messages from known senders (#1484601)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 38.7 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/06/13 (alec)
5----------
6- Added option to display images in messages from known senders (#1484601)
7
82008/06/12 (alec)
9----------
10- Fix corrupted MIME headers of messages in Sent folder (#1485111)
11- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
12- Use keypress instead of keydown to select list's row (#1484816)
13
142008/06/11 (alec)
15----------
16- Don't call expunge and don't remove message row after message move
17  if flag_for_deletion is set to true (#1485002)
18
192008/06/08 (alec)
20----------
21- Added option to disable autocompletion from selected LDAP address books (#1484922)
22
232008/06/07 (thomasb)
24----------
25- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
26- Updated Catala localization
27
282008/06/06 (robin)
29----------
30- Add option to log successful logins
31
322008/06/06 (alec)
33----------
34- TLS support in LDAP connections: 'use_tls' property (#1485104)
35
362008/06/05 (alec)
37----------
38- Fix removing messages from search set after deleting them (#1485106)
39
402008/06/03 (alec)
41----------
42- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
43- imap.inc: Fixed iil_C_FetchStructureString() to handle many
44  literal strings in response (#1484969)
45- imap.inc: Removed hardcoded data size in iil_ReadLine()
46
472008/05/30 (alec)
48----------
49- Support for subfolders in default/protected folders (#1484665)
50- Disallowed delimiter in folder name (#1484803)
51- Support " and \ in folder names
52- Escape \ in login (#1484614)
53
542008/05/29 (thomasb)
55----------
56- Better HTML sanitization with the DOM-based washtml script (#1484701)
57
582008/05/29 (alec)
59----------
60- Polish localization folder renamed to pl_PL
61
622008/05/28 (alec)
63----------
64- Fixed sorting of folders with non-ascii characters
65
662008/05/21 (alec)
67----------
68- Localized pagetitle in Settings and Address Book
69
702008/05/19 (alec)
71----------
72- Fixed Mysql DDL for default identities creation (#1485070)
73
742008/05/16 (alec)
75----------
76- In Preferences added possibility to configure 'read_when_deleted',
77  'mdn_requests', 'flag_for_deletion' options
78
792008/05/15 (thomasb)
80----------
81- Make IMAP auth type configurable (#1483825)
82- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
83
842008/05/15 (alec)
85----------
86- Fix attachment list on IE 6/7 (#1484807)
87
882008/05/12 (estadtherr)
89----------
90- fix JavaScript in compose.html that shows cc/bcc fields if populated
91
922008/05/12 (alec)
93----------
94- Updated PEAR::DB package to version 1.7.13
95
962008/05/10 (alec)
97----------
98- Make password input fields of type password in installer (#1484886)
99
1002008/05/09 (alec)
101----------
102- Don't call CAPABILITY if was recieved as server's optional response
103  on connect (RFC3501 [7.1])
104
1052008/05/08 (alec)
106----------
107- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
108- Optimized messages sorting on servers without sort capability (#1485049)
109- Option 'use_SQL_address_book' replaced by 'address_book_type'
110- Corrected message headers decoding when charset isn't specified and improved
111  support for native languages (#1485050, #1485048)
112
1132008/05/07 (davidke/richs)
114----------
115- Completed LDAP address book support so it can now write to an LDAP server.
116- Expanded LDAP configuration options to support LDAP server writes.
117- Modified config/main.inc.php.dist:
118  New Option: $rcmail_config['use_SQL_address_book']
119  Changed Option:  $rcmail_config['ldap_public']['Verisign']
120
1212008/05/05 (alec)
122----------
123- Installer: encode special characters in DB username/password (#1485042)
124- Do charset conversion also for from/to column on messages list
125- Fix management of folders with national characters in names (#1485036, #1485001)
126
1272008/05/02 (alec)
128----------
129- Updated MDB2 package to version 2.5.0b1
130- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
131- Updated MDB2 mssql driver to version 1.3.0b1
132- Fixed identities saving when using MDB2 pgsql driver (#1485032)
133
1342008/05/01 (alec)
135----------
136- Fix BCC header reset (#1484997)
137
1382008/04/30 (thomasb)
139----------
140- Introduce new application class 'rcmail' and get rid of some global vars
141
1422008/04/29 (alec)
143----------
144- improved messages list performance - patch from Justin Heesemann
145
1462008/04/23 (alec)
147----------
148- Append skin_path to images location only when it starts
149  with '/' sign (#1484859)
150
1512008/04/20 (estadtherr)
152----------
153- fix parse_attrib_string to handle unquoted values, which fixes
154  display issues with HTML messages that do not quote attributes
155
1562008/04/17 (alec)
157----------
158- Fix IMAP response in message body when message has no body (#1484964)
159- Updated PEAR::Auth_SASL to 1.0.2
160- Fix non-RFC dates formatting (#1484901)
161
1622008/04/16 (estadtherr)
163----------
164- Fix mail sending with new TinyMCE
165
1662008/04/16 (alec)
167----------
168- Fix typo in set_charset() (#1484991)
169- Decode entities when inserting HTML signature to plain text message (#1484990)
170
1712008/04/15 (estadtherr)
172----------
173- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
174- fix signature loading on Windows (#1484545)
175- add language support to HTML editing (#1484862)
176
1772008/04/15 (alec)
178----------
179- Fix remove signature when replying (#1333167)
180- Fix problem with line with a space at the end (#1484916)
181- Don't send set_env() in ajax response when env array is empty
182- Fix <!DOCTYPE> tag filtering (#1484391)
183- Fix <?xml> tag filtering (#1484403)
184 
1852008/04/14 (alec)
186----------
187- Added sections (fieldset+label) in Settings interface
188
1892008/04/12 (alec)
190----------
191- Fixed and optimized 'read_when_deleted': mark as read on server side
192  in one action when marking as deleted, fixed js bugs when deleting
193  from message preview page
194
1952008/04/12 (thomasb)
196----------
197- Changed codebase to PHP5 with autoloader
198- Added some new classes from devel-vnext branch
199
2002008/04/11 (alec)
201----------
202- Mark as read in one action with message preview (#1484972)
203- Delete redundant quota reads (#1484972)
204- Add options for empty trash and expunge inbox on logout (#1483863)
205
2062008/04/10 (alec)
207----------
208- Add rows highlighting in onmousemove on ksearch list
209- Remove lines wrapping when displaying message
210- Fix month localization
211- Do ob_start/ob_end_clean when reading config files (#1484624)
212- Fix debug (ajax) console
213
2142008/04/02 (alec)
215----------
216- Updated timezones list (#1484908)
217- Fix design in Settings (#1484799)
218- Fix deleting messages after clicking on "All" (#1484838)
219- Fix sorting o0f message list when default folder is empty (#1484317)
220- Fix creating a new folder w/a comma in its name (#1484681)
221
2222008/04/01 (thomasb)
223----------
224- Fix Enter problem on login (#1484839)
225- Make the http-received header in outgoing mails configurable
226
2272008/03/30 (till)
228----------
229- Fix Firefox problem with ob_gzhandler (#1484932)
230- Improve message previewpane - less loading (#1484316)
231
2322008/03/28 (thomasb)
233----------
234- Disable installer by default; add config option to enable it again
235
2362008/03/24 (till)
237----------
238- Don't send mark requests for already marked messages (#1484906)
239- Fix "quote inside a quote" (#1484783)
240
2412008/03/23 (till)
242
243- Applied patch to strip newlines from headers (#1484811)
244- Applied patch to trim login (#1484231)
245- Added robots.txt
246- Fix attachment problem when restoring saved draft without body (#1484506)
247- Fix call to undefined function decrypt_passwd() 
248
2492008/03/21 (thomasb)
250----------
251- Add configurable default charset for message decoding
252- Applied patch to fix mime decoding an folder subscription (#1484191)
253- Applied patch to correctly quote email recipient strings (#1484191)
254- Fix wrong charset aliases (#1484818 and #1484598)
255- Remove hard-coded size of logo image (#1484378)
256- Strip slashes from virtuser email values (#1484700)
257- Fixed message part window display in IE6 (#1484610)
258
2592008/02/28 (thomasb)
260----------
261- Fix folder adding/renaming inspired by #1484800
262- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
263- Fix quirky message selection
264- Completed installer
265
2662008/02/20 (thomasb)
267----------
268- Localize folder name in page title (#1484785)
269- Fix code using wrong variable name (#1484018)
270- Allow to send mail with BCC recipients only
271- Remove MDN headers before saving in sent folder
272
2732008/02/12 (estadtherr)
274----------
275- fix switching between HTML/plain composing (#1484752)
276- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
277- fix image removal in message display when message HTML includes JS event handlers
278
2792008/02/11 (thomasb)
280----------
281- Add function to mark the selected messages as read/unread (#1457360)
282- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
283- Show message count in folder list and hint when creating a subfolder
284
2852008/02/08 (thomasb)
286----------
287- Distinguish ssl and tls for imap connections (#1484667)
288- Added some charset aliases to fix typical mis-labelling (#1484565)
289
2902008/02/07 (thomasb)
291----------
292- Remember decision to display images for a certain message during session (#1484754)
293- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
294- Fix size of the attachment preview frame (#1484758)
295
2962008/02/05 (thomasb)
297----------
298- Fix regular expression for checking e-mail address (#1484710)
299- Make sending of read receipts configurable
300- Respect config when localize folder names (#1484707)
301- Applied patch for updating page title (#1484727, #1484650)
302- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
303- Applied patch to prevent bad header delimiters (#1484751)
304- Also send search request when deleting a contact (#1484620)
305- Add CSS hack for Safari
306
3072008/02/02 (thomasb)
308----------
309- Always update $CONFIG with user prefs (#1484729)
310- Don't ask for MDN confirmations on drafted messages (#1484691)
311- Also respect receipt and priority settings when re-opening a draft message
312
3132008/01/31 (robin)
314----------
315- Remember search results (closes #1483883), patch by the_glu
316
3172008/01/08 (tomekp)
318----------
319- add he (Hebrew) localization (#1484713)
320
3212008/01/08 (tomekp)
322----------
323- update fr localization
324
3252008/01/04 (tomekp)
326- purge kur_KU because it has no messages translation
327- bump copyright for all localization files
328
3292007/12/31 (tomekp)
330----------
331- update es localization
332
3332007/12/28 (tomekp)
334----------
335- update mk localization
336
3372007/12/27 (tomekp)
338----------
339- update se localization
340
3412007/12/13 (robin)
342----------
343- Add Received header on outgoing mail
344
3452007/12/10 (estadtherr)
346----------
347- Upgrade to TinyMCE 2.1.3
348- Allow inserting image attachments into HTML messages while composing (#1484557)
349
3502007/12/10 (thomasb)
351----------
352- Delegate user-stuff to new class rcube_user
353- Implement Message-Disposition-Notification (Receipts)
354
3552007/12/05 (tomekp)
356----------
357- update bg, uk localization
358
3592007/12/04 (tomekp)
360----------
361- update bg localization
362
3632007/11/25 (thomasb)
364----------
365- Applied UID fetch patch by Glen Ogilvie
366- Applied patch for correct Postgres instructions from ticket #1484674
367- Fix overriding of session vars when register_globals is on (#1484670)
368- Fix wrong Postgres setup instructions in INSTALL (#1484674)
369- Fix bug with case-sensitive folder names (#1484245)
370- Don't create default folders by default
371- Added Georgian localization by Zaza Zviadadze
372- Updated Russian localization
373- Fixed some potential security risks (audited by Andris)
374- Only show new messages if they match the current search (#1484176)
375
3762007/11/20 (tomekp)
377----------
378- add Korean (kr) localization
379
3802007/11/14 (tomekp)
381----------
382- update id_ID localization
383
3842007/11/06 (thomasb)
385----------
386- Switch to/from when searcing in Sent folder (#1484555)
387- Correctly read the References header (#1484646)
388- Unset old cookie in before sending a new value (#1484639)
389- Correctly decode attachments when downloading them (#1484645 and #1484642)
390
3912007/10/22 (tomekp)
392----------
393- update ru, eo localizations
394
3952007/10/17 (thomasb)
396----------
397- Make message listing less error prone
398
3992007/10/10 (thomasb)
400----------
401- Suppress IE errors when clearing attachments form (#1484356)
402- Set preferences field in user table to NULL (#1484386)
403- Log error when login fails due to auto_create_user turned off
404- Update UPGRADING instructions
405
4062007/10/05 (tomekp)
407----------
408- Add Esperanto localization
409
4102007/10/04 (Stiwi)
411----------
412- Updated German localization
413
4142007/10/04 (yllar)
415----------
416- Added Malay localization
417- Updated Lithuanian localization
418
4192007/09/27 (tomekp)
420----------
421- Update dutch localization (closes #1484588)
422
4232007/09/29 (thomasb)
424----------
425- Filter linked/imported CSS files (closes #1484056)
426
427
4282007/09/27 (tomekp)
429----------
430- Update brazilian portuguese localization (#1484580)
431
4322007/09/26 (thomasb)
433----------
434- Improve message compose screen (closes #1484383)
435- Select next row after removing one from list (#1484387)
436
437
4382007/09/26 (tomekp)
439----------
440- Add polish labels for changes in r816.
441- Update polish localization (#1484579)
442- Update thai localization (#1484578)
443
4442007/09/25 (robin)
445----------
446- Enable drag-/dropping of folders to a new parent folder (#1457344)
447
448
4492007/09/24 (robin)
450----------
451- Fix preview pane size for Safari & Konqueror (#1484187)
452
453
4542007/09/20 (robin)
455----------
456- Make smtp HELO/EHLO hostname configurable (#1484067)
457
458
4592007/09/19 (thomasb)
460----------
461- IPv6 Compatability (#1484322), Patch #1484373
462- Unlock interface when message sending fails (#1484570)
463- Eval PHP code in template includes (if configured)
464- Show message when folder is empty. Mo more static text in table (#1484395)
465- Only display unread count in page title when new messages arrived
466- Show mailbox name in page title
467
468
4692007/09/09 (thomasb)
470----------
471- Fixed wrong delete button tooltip (#1483965)
472- Fixed charset encoding bug (#1484429)
473- Applied patch for LDAP version (#1484552)
474- Improved XHTML validation
475
476
4772007/09/05 (thomasb)
478----------
479- Fix message list selection (#1484550)
480- Better fix lowercased usernames (#1484473)
481- Update pngbehavior Script as suggested in #1484490
482
483
4842007/08/29 (richs)
485----------
486- Fixed moving/deleting messages when more than 1 is selected
487
4882007/08/15 (thomasb)
489----------
490- Applied patch for LDAP contacts listing by Glen Ogilvie
491- Applied patch for more address fields in LDAP contacts (#1484402)
492- Close LDAP connections on script shutdown
493
494
4952007/08/13 (thomasb)
496----------
497- Add alternative for getallheaders() (fix #1484508)
498- Revert changes for mbstring usage (fix #1484509)
499
500
5012007/08/10 (thomasb)
502----------
503- Identify mailboxes case-sensitive
504- Sort mailbox list case-insensitive (closes #1484338)
505- Fix display of multipart messages from Apple Mail (closes #1484027)
506- Protect AJAX request from being fetched by a foreign site (XSS)
507- Make autocomplete for loginform configurable by the skin template
508- Fix compose function from address book (closes #1484426)
509- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
510- Check if mbstring supports charset (#1484290 and #1484292)
511- Prefer iconv over mbstring (as suggested in #1484292)
512- Check filesize of template includes (#1484409)
513- Updated Simplified Chinese localization
514- Added Ukrainian translation
515
516
5172007/08/09 (richs)
518----------
519- Fixed bug with buttons not dimming/enabling properly after switching folders
520- Fixed compose window becoming unresponsive after saving a draft (#1484487)
521- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
522- Fixed unresponsive interface issue when downloading attachments (#1484496)
523- Lowered status message time from 5 to 3 seconds to improve responsiveness
524- Added note to INSTALL about .htaccess limiting upload_max_filesize
525- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
526- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
527- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
528
529
5302007/07/03 (thomasb)
531----------
532- Added Macedonian (Slavic FYROM) localization
533- Fix status message bug #1484464 with regard to #1484353
534- Fix address adding bug reported by David Koblas
535- Applied socket error patch by Thomas Mangin
536
537
5382007/06/28 (tomekp)
539----------
540- fix typos in Polish localization (Janusz Zamecki)
541
542
5432007/06/27 (tomekp)
544----------
545- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
546
547
5482007/06/12 (thomasb)
549----------
550- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
551- Added Irish/Gaelic translation
552- Little correction in Swedish translation
553- Quote username for virtuser_query
554- Pass-by-reference workarround for PHP5 in sendmail.inc
555
556
5572007/06/04 (estadtherr)
558----------
559- Fixed bug in HTML->Plain editor toggling
560
561
5622007/05/28 (thomasb)
563---------
564- Fixed buggy imap_root settings (closes #1484379)
565- Prevent default events on subject links (#1484399)
566- Typo in rcube_smtp.inc
567
568
5692007/05/23 (estadtherr)
570----------
571- Upgrade to TinyMCE v2.1.1.1
572
573
5742007/05/18 (thomasb)
575----------
576- Use HTTP-POST requests for actions that change state
577
578
5792007/05/17 (thomasb)
580----------
581- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
582- Renamed localization folder for Chinese (Big5)
583- Chanegd Slovenian language code from 'si' to 'sl'
584- Added Sinhala (Sri-Lanka) localization
585- Use global filters and bind username/ for Ldap searches (#1484159)
586- Hide quota display if imap server does not support it
587- Hide address groups if no LDAP servers configured
588- Add link to message subjects (closes #1484257)
589- Better SQL query for contact listing/search (closes #1484369)
590
591
5922007/05/13 (thomasb)
593----------
594- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
595- Fixed marking as read in preview pane (closes #1484364)
596- CSS hack to display attachments correctly in IE6
597- Wrap message body text (closes #1484148)
598
599
6002007/05/03 (yllar)
601----------
602- Updated French, Lithuanian, Armenian, Spanish and Italian translations
603
604
6052007/05/01 (thomasb)
606----------
607- Updated German, Euskara, Hungarian, Romanian and Spanish translation
608- Added Hindi and Kurdish localization
609
610
6112007/04/28 (thomasb)
612----------
613- LDAP access is back in address book (closes #1484087)
614- Added search function for contacts
615- New Template parsing and output encoding
616- Fixed bugs #1484119 and #1483978
617
618
6192007/04/08 (thomasb)
620----------
621- Fixed message moving procedure (closes #1484308)
622- Fixed display of multiple attachments (closes #1466563)
623- Fixed check for new messages (closes #1484310)
624- List attachments without filename
625
626
6272007/03/27 (thomasb)
628----------
629- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
630  Should close bugs #1483951 and #1484299
631
632
6332007/03/23 (thomasb)
634----------
635- Correctly translate mailbox names (closes #1484276)
636- Quote e-mail address links (closes #1484300)
637
638
6392007/03/21 (thomasb)
640----------
641- Updated PEAR::Mail_mime package
642- Added Persian localization
643- Updated Catalan and Brazilian Portuguese translations
644- Updated INSTALL manual with a note about database passwords
645- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
646- Sanitize input for new users/identities (thanks Colin Alston)
647
648
6492007/03/19 (thomasb)
650----------
651- Don't download HTML message parts
652- Convert HTML parts to plaintext if 'prefer_html' is off
653- Correctly parse message/rfc822 parts (closes #1484045)
654- Code cleanup
655
656
6572007/03/18 (thomasb)
658----------
659- Also use user_id for unique key in messages table (closes #1484074)
660- Hide contacts drop down on blur (closes #1484203)
661- Make entries in contacts drop down clickable
662- Turn off browser autocompletion on login page
663- Quote <? in text/html message parts
664- Hide border around radio buttons
665- Replaced old JS function calls.
666
667
6682007/03/13 (thomasb)
669----------
670- Applied patch for attachment download by crichardson (closes #1484198)
671- Fixed bug in Postgres DB handling (closes #1484068)
672- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
673- Fixed array_merge bug (closes #1484281)
674- Fixed flag for deletion in list view (closes #1484264)
675- Finally support semicolons as recipient separator (closes ##1484251)
676- Fixed message headers (subject) encoding
677
678
6792007/03/04 (tomekp)
680----------
681- check if safe mode is on or not (closes #1484269)
682
683
6842007/03/02 (thomasb)
685----------
686- Show "no subject" in message list if subject is missing (closes #1484243)
687- Solved page caching of message preview (closes #1484153)
688- Only use gzip compression if configured (closes #1484236)
689
690
6912007/02/25 (estadtherr)
692----------
693- Fixed priority selector issue (#1484150)
694- Upgraded to TinyMCE v2.1.0
695
696
6972007/02/21 (thomasb)
698----------
699- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
700- Prevent from double quoting of numeric HTML character references (closes #1484253)
701
702
7032007/02/07 (tomekp)
704----------
705- Updated (bg) translation (Doichin Dokov)
706
707
7082007/02/06 (tomekp)
709----------
710- Updated (pl) translation
711- Updated (pt_BR) translation (Robson F. Ramaldes)
712- Big cleanup in program/localization
713
714
7152007/02/05 (thomasb)
716----------
717- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
718
719
7202007/01/07 (estadtherr)
721----------
722- Fixed display of HTML message attachments (closes #1484178)
723
724
7252007/01/07 (thomasb)
726----------
727- Applied patch for preview caching (closes #1484186)
728- Added Thai and Vietnamese localization files
729
730
7312006/12/29 (thomasb)
732----------
733- Added error handling for attachment uploads
734- Use multibyte safe string functions where necessary (closes #1483988)
735- Updated Swiss German localization (de_CH)
736
737
7382006/12/22 (thomasb)
739----------
740- Applied security patch to validate the submitted host value (by Kees Cook)
741- Applied security patch to validate input values when deleting contacts (by Kees Cook)
742- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
743- Applied a patch to more aggressively sanitize a HTML message
744- Visualize blocked images in HTML messages
745
746
7472006/12/20 (thomasb)
748----------
749- Fixed wrong message listing when showing search results (closes #1484131)
750- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
751- Show remote images when opening HTML message part as attachment
752
753
7542006/12/17 (thomasb)
755----------
756- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
757
758
7592006/12/06 (thomasb)
760----------
761- Improve memory usage when sending mail (closes #1484098)
762- Mark messages as read once the preview is loaded (closes #1484132)
763- Include smtp final response in log (closes #1484081)
764
765
7662006/12/04 (thomasb)
767----------
768- Corrected date string in sent message header (closes #1484125)
769- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
770- Changed srong tooltips for message browse buttons (closes #1483930)
771
772
7732006/12/03 (estadtherr)
774----------
775- Added fix to convert HTML signatures for plain text messages
776- Fixed signature delimeter character to be standard (Bug #1484035)
777
778
7792006/12/01 (thomasb)
780----------
781- Implemented preview pane
782- Fixed XSS vulnerability (Bug #1484109)
783- Remove newlines from mail headers (Bug #1484031)
784- Selection issues when moving/deleting (Bug #1484044)
785- Applied patch of Clement Moulin for imap host auto-selection
786- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
787- Fixed folder name encoding in subscription list (Bug #1484113)
788- Fixed JS errors in identity list (Bug #1484120)
789- Show client debug console on debug_level 8
790- Added Serbian translation
791- Updated Spanish and Bulgarian localization
792
793
7942006/11/22 (robin)
795----------
796- Fix a bug introduced with Shift-Del yesterday
797
798
7992006/11/21 (robin)
800----------
801- Add missing nl_NL translations
802- Translate foldernames in folder form (closes #1484113)
803
804
8052006/11/21 (robin)
806----------
807- Added first and last buttons to message list, address book
808  and message detail
809- Pressing Shift-Del bypasses Trash folder
810- Enable purge command for Junk folder
811
812
8132006/11/17 (robin)
814----------
815- Re-initialize message list after shift-select and delete
816
817
8182006/11/16 (robin)
819----------
820- Fixed updating message list after expunge and purge
821- Fetch all aliases if virtuser_query is used instead
822  of only the first one
823
824
8252006/11/11 (estadtherr)
826----------
827- fixed deletion/moving of messages from within "show" page
828
829
8302006/11/09 (thomasb)
831----------
832- Little bugfix in HTML encoding
833- Fixed encoding issues and delete-on-reply problem
834- Corrected template parsing
835
836
8372006/11/07 (estadtherr)
838----------
839- Upgraded to TinyMCE v2.0.8
840- Fixed CSS path for editor popups
841
8422006/09/26 (estadtherr)
843----------
844- Added spellchecker plugin to TinyMCE configuration
845- Fixed HTML/Plain toggle labels
846
847
8482006/09/24 (thomasb)
849----------
850- Partial client re-write with a common list class
851- Re-enabled multi select of contacts (Bug #1484017)
852- Enable contact editing right after creation (Bug #1459641)
853- Updated Hungarian, Estonian and Traditional Chinese localization
854
855
8562006/09/19 (thomasb)
857----------
858- Correct UTF-7 to UTF-8 conversion if mbstring is not available
859
860
8612006/09/13 (estadtherr)
862----------
863- Introduction of TinyMCE HTML editor support for message composition and signatures
864  Note : a new column is added to the "identities" database table
865
866
8672006/09/12 (estadtherr)
868----------
869- Fixed html2text treatment of table headers (Bug #1484020)
870- Fixed IMAP fetch of message body (Bug #1484019)
871
872
8732006/09/08 (thomasb)
874----------
875- Fixed safe_mode problems (Bug #1418381)
876- Fixed wrong header encoding (Bug #1483976)
877
878
8792006/09/07 (thomasb)
880----------
881- Made automatic draft saving configurable
882- Fixed JS bug when renaming folders (Bug #1483989)
883- Don't wait for complete page load when calling JavaScript init()
884- Some improvements to prevent session expiration
885- Prevent from double submit of spell check requests
886
887
8882006/09/01 (thomasb)
889----------
890- Imporoved message parsing and HTML validation
891- Added quota display as image (by Brett Patterson)
892- Corrected creation of a message-id
893- Updated Norwegian (bokmal) localization
894
895
8962006/08/30 (thomasb)
897----------
898- New indentation for quoted message text
899- Improved HTML validity
900
901
9022006/08/28 (estadtherr)
903----------
904- Fixed URL character set (Ticket #1445501)
905- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
906
907
9082006/08/25 (thomasb)
909----------
910- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
911- Finalized new message parsing (+ chaching)
912- Updated SQL scripts and UPGRADING instructions
913
914
9152006/08/23 (thomasb)
916----------
917- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
918
919
9202006/08/20 (thomasb)
921----------
922- Fixed wrong usage of mbstring (Bug #1462439)
923- Set default spelling language (Ticket #1483938)
924- Added support for Nox Spell Server
925
926
9272006/08/18 (thomasb)
928----------
929- Re-built message parsing (Bug #1327068)
930  Now based on the message structure delivered by the IMAP server.
931- Fixed some XSS and SQL injection issues
932
933
9342006/08/10 (thomasb)
935----------
936- Fixed charset problems with folder renaming
937
938
9392006/08/04 (thomasb)
940----------
941- Fixed Bug in saving identities (Ticket #1483915)
942- Set folder name in window title (Bug #1483919)
943- Don't add imap_root to INBOX path (Bug #1483816)
944- Attempt to create default folders only after login
945- Avoid usage of $CONFIG in rcube_imap class
946
947
9482006/07/30 (thomasb)
949----------
950- Alter links in HTML messages (Bug #1326402)
951- Added fallback if host not found in 'mail_domain' array
952- Applied patch of Charles to highlight droptargets (Ticket #1473034)
953- Fixed folder renaming (Bug #1483914)
954- Added confirmation message after deleting a folder
955
956
9572006/07/25 (thomasb)
958----------
959- Made folder renaming a bit more ajax-style
960- Changed rename-labels and German translation
961- Fixed addressbox countbar width (Bug #1483845)
962- Fixed refresh interval problems in Safari (Bug #1483902)
963- Fixed clear_message_list_header() errors (Bug #1483898)
964- Sanity check of $message_set in imap.inc (Bug #1443200)
965- Added correct changing of message list headers for Sent folder
966- Updated Spanish localization (Ticket #1483887)
967- Applied patch #1483846
968
969
9702006/07/24 (richs)
971----------
972- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
973- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
974- Draft saving now properly returns an error when saving fails
975- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
976- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
977
978
9792006/07/19 (thomasb)
980----------
981- Correct entity encoding of link urls (HTML validity)
982- Improved usability in compose step (Ticket #1483807)
983- Added absolute URLs to several buttons (for "open in new window")
984- Applied patch #1328032
985- Fixed Bug/Patch #1443200
986
987
9882006/07/18 (thomasb)
989----------
990- Fixed password with spaces issue (Bug #1364122)
991- Replaced _auth hash with second cookie (Ticket #1483811)
992- Don't use get_input_value() for passwords (Bug #1468895)
993- Made password encryption key configurable
994- Minor bugfixes with charset encoding
995- Added <label> tags to forms (Ticket #1483810)
996
997
9982006/07/07 (thomasb)
999----------
1000- Fixed INSTALL_PATH bug #1425663
1001
1002
10032006/07/03 (richs)
1004----------
1005- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1006- Updated French localizations (Ticket #1483862)
1007- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1008- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1009- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1010- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1011
1012
10132006/06/30 (richs)
1014----------
1015- Fixed empty INBOX compatibility bug (Patch #1443200)
1016- Temporarily fixed French "compact" localization (Patch #1483862)
1017- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1018- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1019- Fixed "unread count" in window title when count changed (Bug #1483812)
1020- Fixed DB error when deleting from message table (Patch #1483835)
1021
1022
10232006/06/29 (richs)
1024----------
1025- Added ability to remove attachments (Feature #1436721)
1026- Default folders are now auto-created on first login (Feature #1471594)
1027- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1028- Corrected Italian localizations
1029- Tweaked rename-folder form to clear after a rename
1030
1031
10322006/06/26 (richs)
1033----------
1034- Added button to immediately check for new messages
1035- New message checking now displays status "Checking for new messages..."
1036- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1037- Task buttons now respond to clicks by darkening (as in other applications)
1038- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1039- Added ability to sort messages by "Size"
1040- Added ability to rename folders (Feature #1326396)
1041- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1042- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1043
1044
10452006/06/25
1046----------
1047- Changed behavior to include host-specific configuration (Bug #1483849)
1048- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1049- Fixed spell checker to work with the new URL at google.com
1050- Some memory and security optimizations sendmail.inc
1051- Updated UGRADING description
1052
1053
10542006/06/19
1055----------
1056- Added Drafts support (Feature #1326839) (richs)
1057
1058
10592006/06/02
1060----------
1061- Updated Estonian localization and moved from ee to et
1062- Added Bulgarian localization
1063
1064
10652006/05/25
1066----------
1067- Finalized GoogieSpell integration
1068
1069
10702006/05/18
1071----------
1072- Added Arabic and Armenian localizations
1073- Updated Russian localization
1074- Removed MDB2 classes from repository. Install them seperately if used.
1075- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1076- Allow & in e-mail addresses
1077
1078
10792006/05/05
1080----------
1081- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1082- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1083- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1084- Corrected INSTALL description (Bug #1476106)
1085- Added charset to javascript HTTP headers
1086- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1087- Changed login page title regarding product name (Bug #1476413)
1088- Pimped search function
1089- Applied attachment viewing/forwarding patches by Andrew Fladmark
1090- Applied prev/next patch by Leonard Bouchet
1091- Applied patches by Mark Bucciarelli
1092- Applied patch for requesting receipts by Salvatore Ansani
1093- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1094
1095
10962006/04/13
1097----------
1098- Added Slovenian localization
1099- Updated Portuguese localization
1100- Fixed parent.location problem for compose-links
1101- Added sort order saving patch by Jacob Brunson
1102- Added gzip compression support
1103
1104
11052006/04/02
1106----------
1107- Added Lithuanian localization
1108- Improved search function
1109- Added version string as template object
1110- Load host-specific configuration file (see config/main.inc.php)
1111- New config parameter adding domain to user names for login
1112- Strip tags on _auth, _action, _task parameters
1113- Corrected labels for next/previous page buttons in address book
1114
1115
11162006/03/23
1117----------
1118- Auto-detect mail header delimiters
1119- Regard daylight savings
1120- Localized quota display
1121- Started implementing search function
1122
1123
11242006/03/20
1125----------
1126- Avoid error message when saving an unchanged identity (Bug #1429510)
1127- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1128- Enable some HTML links for use with "open in new window" or "save target"
1129- Check meta-key instead of ctrl on Macs
1130- Ignore double clicks when holding down a modifier key
1131- Fixed reloading of the login page
1132- Fixed typo in compose template (Bug #1446852)
1133- Added compose button to message read step (Request #1433288)
1134- New config parameter for persistent database connections (Bug #1431817)
1135
1136
11372006/03/14
1138----------
1139- Don't remove internal HTML tags in plaintext messages
1140- Improved error handling in DB connection failure
1141
1142
11432006/02/22
1144----------
1145- Updated localizations
1146- Fixed bug #1435989
1147
1148
11492006/02/19
1150----------
1151- Updated localizations
1152- Applied patch of Anders Karlsson
1153- Applied patch of Jacob Brunson
1154- Applied patch for virtuser_query by Robin Elfrink
1155- Added support for References header (patch by Auke)
1156- Added support for mbstring module by Tadashi Jokagi
1157- Added function for automatic remove of slashes on GET and POST vars
1158  if magic_quotes is enabled
1159
1160
11612006/02/05
1162----------
1163- Added Slovak, Hungarian, Bosnian and Croation translation
1164- Fixed bug when inserting signatures with !?&
1165- Chopping message headers before inserting into the message cache table
1166  (to avoid bugs in Postgres)
1167- Allow one-char domains in e-mail addresses
1168- Make product name in page title configurable
1169- Make username available as skin object
1170- Added session_write_close() in rcube_db class destructor to avoid problems
1171  in PHP 5.0.5
1172- Use move_uploaded_file() instead of copy() for a more secure handling of
1173  uploaded attachments
1174- Additional config parameter to show/hide deleted messages
1175- Added periodic request for checking new mails (Request #1307821)
1176- Added EXPUNGE command
1177- Optimized loading time for mail interface
1178- Changed to full UTF-8 support
1179- Additional timezones (Patch #1389912)
1180- Added LDAP public search (experimental)
1181- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1182- Casting to strings when adding empty headers to message cache (Bug #1406026)
1183- Skip sender-address as recipient when Reply-to-all
1184- Fixes in utf8-class
1185- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1186- Added garbage collector for message cache
1187- Added patches for BCC headers
1188
1189
11902005/12/16
1191----------
1192- Added Turkish and Simplified Chinese translation
1193- Use virtusertable to resolve e-mail addresses at login
1194- Configurable mail_domain used to compose correct e-mail addresses
1195  on first login
1196
1197
11982005/12/03
1199----------
1200- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1201  Estonian and Chinese translation
1202- Get IMAP server capabilities in array
1203- Check for NAMESPACE capability before sending command
1204- Set default user language from config 'locale_string'
1205- Added sorting patch for message list
1206- Make default sort col/order configurable
1207- Fixed XSS in address book and identities
1208- Added more XSS protection (Bug #1308236)
1209- Added tab indexes for compose form
1210- Added 'changed' col to contacts table
1211- Support for 160-bit session hashes
1212- Added input check for contacts and identities (Patch #1346523)
1213- Added messages/warning to compose step (Patch #1323895)
1214- Added favicon to the default skin
1215- Fixed Bug #1334337 as far as possible
1216- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1217- Redesign of client side AJAX code (enable multi threading)
1218- Added keep-alive signal every minute
1219- Make logs dir configurable
1220- Added support for SMTPS
1221- Decode attachment file names
1222- Make delimiter for message headers configurable
1223- Add generic footer to sent messages
1224- Choose the rigt identity when replying
1225- Remove signature when replying (Request #1333167)
1226- Signatures for each identity
1227- Select charset when composing message
1228- Complete re-design of the caching mechanism
1229
1230
12312005/08/11
1232----------
1233- Write list header to client even if list is empty
1234- Add functions "select all", "select none" to message list
1235- Improved filter for HTML messages to remove potentially malicious tags
1236  (script, iframe, object) and event handlers.
1237- Buttons for next/previous message in view mode
1238- Add new created contact to list and show confirmation status
1239- Added folder management (subscribe/create/delete)
1240- Log message sending (SMTP log)
1241- Grant access for Camino browser
1242- Added German translation
1243
1244
12452005/10/20
1246----------
1247- Added Swedish, Latvian, Portuguese and Catalan translation
1248- Make SMTP auth method configurable
1249- Make mailboxlist scrollable (Bug #1326372)
1250- Fixed SSL support
1251- Improved support for Courier IMAP (root folder and delimiter issues)
1252- Moved taskbar from bottom to top
1253- Added 'session_lifetime' parameter
1254- Fixed wrong unread count when deleting message (Bug #1332434)
1255- Srip tags when creating a new folder (Bug #1332084)
1256- Translate HTML tags in message headers (Bug #1330134)
1257- Correction in German translation (Bug #1329434)
1258- Display folder names with special chars correctly (Bug #1330157)
1259
1260
12612005/10/07
1262----------
1263- Added French, Italian, Spanish, Danish, Dutch translation
1264- Clarified license (Bug #1305966)
1265- Fixed PHP warnings (Bug #1299403)
1266- Fixed english translation (Bug #1295406)
1267- Fixed bug #1290833: Last character of email not seen
1268- Fixed bug #1292199 when creating new user
1269- Allow more browsers (Bug #1285101)
1270- Added setting for showing pretty dates
1271- Added support for SQLite database
1272- Make use of message caching configurable
1273- Also add attachments when forwarding a message
1274- Long folder names will not flow over message list (Bug #1267232)
1275- Show nested mailboxes hieracically
1276- Enable IMAPS by host
1277
1278
12792005/08/20
1280----------
1281- Improved cacheing of mailbox messagecount
1282- Fixed javascript bug when creating a new message folder
1283- Fixed javascript bugs #1260990 and #1260992: folder selection
1284- Make Trash folder configurable
1285- Auto create folders Inbox, Sent and Trash (if configured)
1286- Support for IMAP root folder
1287- Added support fot text/enriched messages
1288- Make list of special mailboxes configurable
1289
Note: See TracBrowser for help on using the repository browser.