source: github/CHANGELOG @ 491a6e2

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 491a6e2 was 491a6e2, checked in by alecpl <alec@…>, 5 years ago
  • Allow and use spellcheck attribute for input/textarea fields (#1485060)
  • Property mode set to 100644
File size: 43.9 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/09/16 (alec)
5----------
6- Reduced memory footprint when forwarding attachments (#1485345)
7- Fix inline images handling when replying/forwarding html messages
8- Allow and use spellcheck attribute for input/textarea fields (#1485060)
9
102008/09/15 (thomasb)
11----------
12- Redesign of the identities settings (#1484042)
13- Add config option to disable creation/deletion of identities (#1484498)
14
152008/09/15 (alec)
16----------
17- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
18
192008/09/12 (alec)
20----------
21- Added vertical splitter for folders list resizing
22- Added possibility to view all headers in message view
23- Fixed splitter drag/resize on Opera (#1485170)
24- Fixed quota img height/width setting from template (#1484857)
25
262008/09/12 (thomasb)
27----------
28- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
29- Insert "virtual" folders in subscription list (#1484779)
30- Added link to open message in new window
31
322008/09/05 (thomasb)
33----------
34- Enable export of address book contacts as vCard
35- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
36- Applied mime_decode patch by David Lublink
37- Allowed max. attachment size now indicated in compose screen (#1485030)
38- Also capture backspace key in list mode (#1484566)
39- Allow application/pgp parts to be displayed (#1484753)
40- Correctly handle options in mailto-links (#1485228)
41- Immediately save sort_col/sort_order in user prefs (#1485265)
42
432008/09/04 (alec)
44----------
45- Truncate very long (above 50 characters) attachment filenames when displaying
46- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
47- Allow 'readonly' atributes in input and textarea (#1485312)
48
492008/09/03 (thomasb)
50----------
51- Allow to auto-detect client language if none set (#1484434)
52- Auto-detect the client timezone (user configurable)
53
542008/09/03 (alec)
55----------
56- Add RFC2231 header value continuations support for attachment
57  filenames + hack for servers that not support that feature
58- Fix Reply-To header displaying (#1485314)
59
602008/09/02 (thomasb)
61----------
62- Add feature to import contacts from vcard files (#1326103)
63- Mark form buttons that provide the most obvious operation (mainaction)
64
652008/08/30 (alec)
66----------
67- Improved HTML to TXT conversion by html2text class update
68  to version 1.0.0
69
702008/08/28 (alec)
71----------
72- Added option 'quota_zero_as_unlimited' (#1484604)
73- Added PRE handling in html2text class (#1484740)
74
752008/08/28 (robin)
76----------
77- Added folder hierarchy collapsing
78
792008/08/27 (alec)
80----------
81- Added options to use syslog instead of log file (#1484850)
82- Added Logging & Debugging section in Installer
83- Write to smtp log also sent MDN confirmations
84
852008/08/26 (alec)
86----------
87- Removed support for PEAR::DB driver
88
892008/08/21 (alec)
90----------
91- Add Content-Length header while attachments downloading (#1484256)
92- Fix In-Reply-To and References headers when composing saved draft
93  message (#1485288)
94- Removed PHP4 class constructors
95- Fix html message charset conversion for charsets with underline (#1485287)
96- Fix buttons status after contacts deletion (#1485233)
97
982008/08/21 (estadtherr)
99----------
100- Fix escaping of To: and From: fields when building message body for reply
101  or forward in the HTML editor (#1484904)
102
1032008/08/15 (thomasb)
104----------
105- Use current mailbox name in template (#1485256)
106- Better fix for skipping untagged responses (#1485261)
107- Added pspell support patch by Kris Steinhoff (#1483960)
108- Enable spellchecker for HTML editor (#1485114)
109- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
110
1112008/08/09 (alec)
112----------
113- Case insensitive contacts searching using PostgreSQL (#1485259)
114
1152008/07/31 (thomasb)
116----------
117- Make default imap folders configurable for each user (#1485075)
118- Save outgoing mail to selectable folder (#1324581)
119- Fix hiding of mark menu when clicking th button again (#1484944)
120
1212008/07/21 (alec)
122----------
123- use long date format in print mode (#1485191)
124
1252008/07/18 (alec)
126----------
127- Updated TinyMCE to version 3.1.0.1
128
1292008/07/14 (thomasb)
130----------
131- Re-enable autocomplete attribute for login form (#1485211)
132- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
133
1342008/06/30 (alec)
135----------
136- Added flag column on messages list (#1484623)
137
1382008/06/24 (alec)
139----------
140- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
141
1422008/06/24 (alec)
143----------
144- Allow trash/junk subfolders to be purged (#1485085)
145
1462008/06/20 (alec)
147----------
148- Added Azerbaijani translation
149
1502008/06/20 (thomasb)
151----------
152- Store compose parameters in session and redirect to a unique URL
153
1542008/06/18 (thomasb)
155----------
156- Fixed CRAM-MD5 authentication (#1484819)
157- Add fallback to old 'skin_path' property
158
1592008/06/16 (alec)
160----------
161- Fixed sending emoticons
162- Fixed forwarding messages with one HTML attachment (#1484442)
163- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
164
1652008/06/15 (alec)
166----------
167- Added option to select skin in user preferences
168  WARNING: option 'skin_path' replaced by 'skin' option!
169
1702008/06/14 (alec)
171----------
172- Added option to disable displaying of attached images below the message body
173
1742008/06/13 (alec)
175----------
176- Added option to display images in messages from known senders (#1484601)
177- Updated PEAR::Mail_Mime
178- User preferences grouped in more fieldsets
179
1802008/06/12 (alec)
181----------
182- Fix corrupted MIME headers of messages in Sent folder (#1485111)
183- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
184- Use keypress instead of keydown to select list's row (#1484816)
185
1862008/06/11 (alec)
187----------
188- Don't call expunge and don't remove message row after message move
189  if flag_for_deletion is set to true (#1485002)
190
1912008/06/08 (alec)
192----------
193- Added option to disable autocompletion from selected LDAP address books (#1484922)
194
1952008/06/07 (thomasb)
196----------
197- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
198- Updated Catalan localization
199
2002008/06/06 (robin)
201----------
202- Add option to log successful logins
203
2042008/06/06 (alec)
205----------
206- TLS support in LDAP connections: 'use_tls' property (#1485104)
207
2082008/06/05 (alec)
209----------
210- Fix removing messages from search set after deleting them (#1485106)
211
2122008/06/03 (alec)
213----------
214- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
215- imap.inc: Fixed iil_C_FetchStructureString() to handle many
216  literal strings in response (#1484969)
217- imap.inc: Removed hardcoded data size in iil_ReadLine()
218
2192008/05/30 (alec)
220----------
221- Support for subfolders in default/protected folders (#1484665)
222- Disallowed delimiter in folder name (#1484803)
223- Support " and \ in folder names
224- Escape \ in login (#1484614)
225
2262008/05/29 (thomasb)
227----------
228- Better HTML sanitization with the DOM-based washtml script (#1484701)
229
2302008/05/29 (alec)
231----------
232- Polish localization folder renamed to pl_PL
233
2342008/05/28 (alec)
235----------
236- Fixed sorting of folders with non-ascii characters
237
2382008/05/21 (alec)
239----------
240- Localized pagetitle in Settings and Address Book
241
2422008/05/19 (alec)
243----------
244- Fixed Mysql DDL for default identities creation (#1485070)
245
2462008/05/16 (alec)
247----------
248- In Preferences added possibility to configure 'read_when_deleted',
249  'mdn_requests', 'flag_for_deletion' options
250
2512008/05/15 (thomasb)
252----------
253- Make IMAP auth type configurable (#1483825)
254- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
255
2562008/05/15 (alec)
257----------
258- Fix attachment list on IE 6/7 (#1484807)
259
2602008/05/12 (estadtherr)
261----------
262- fix JavaScript in compose.html that shows cc/bcc fields if populated
263
2642008/05/12 (alec)
265----------
266- Updated PEAR::DB package to version 1.7.13
267
2682008/05/10 (alec)
269----------
270- Make password input fields of type password in installer (#1484886)
271
2722008/05/09 (alec)
273----------
274- Don't call CAPABILITY if was recieved as server's optional response
275  on connect (RFC3501 [7.1])
276
2772008/05/08 (alec)
278----------
279- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
280- Optimized messages sorting on servers without sort capability (#1485049)
281- Option 'use_SQL_address_book' replaced by 'address_book_type'
282- Corrected message headers decoding when charset isn't specified and improved
283  support for native languages (#1485050, #1485048)
284
2852008/05/07 (davidke/richs)
286----------
287- Completed LDAP address book support so it can now write to an LDAP server.
288- Expanded LDAP configuration options to support LDAP server writes.
289- Modified config/main.inc.php.dist:
290  New Option: $rcmail_config['use_SQL_address_book']
291  Changed Option:  $rcmail_config['ldap_public']['Verisign']
292
2932008/05/05 (alec)
294----------
295- Installer: encode special characters in DB username/password (#1485042)
296- Do charset conversion also for from/to column on messages list
297- Fix management of folders with national characters in names (#1485036, #1485001)
298
2992008/05/02 (alec)
300----------
301- Updated MDB2 package to version 2.5.0b1
302- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
303- Updated MDB2 mssql driver to version 1.3.0b1
304- Fixed identities saving when using MDB2 pgsql driver (#1485032)
305
3062008/05/01 (alec)
307----------
308- Fix BCC header reset (#1484997)
309
3102008/04/30 (thomasb)
311----------
312- Introduce new application class 'rcmail' and get rid of some global vars
313
3142008/04/29 (alec)
315----------
316- improved messages list performance - patch from Justin Heesemann
317
3182008/04/23 (alec)
319----------
320- Append skin_path to images location only when it starts
321  with '/' sign (#1484859)
322
3232008/04/20 (estadtherr)
324----------
325- fix parse_attrib_string to handle unquoted values, which fixes
326  display issues with HTML messages that do not quote attributes
327
3282008/04/17 (alec)
329----------
330- Fix IMAP response in message body when message has no body (#1484964)
331- Updated PEAR::Auth_SASL to 1.0.2
332- Fix non-RFC dates formatting (#1484901)
333
3342008/04/16 (estadtherr)
335----------
336- Fix mail sending with new TinyMCE
337
3382008/04/16 (alec)
339----------
340- Fix typo in set_charset() (#1484991)
341- Decode entities when inserting HTML signature to plain text message (#1484990)
342
3432008/04/15 (estadtherr)
344----------
345- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
346- fix signature loading on Windows (#1484545)
347- add language support to HTML editing (#1484862)
348
3492008/04/15 (alec)
350----------
351- Fix remove signature when replying (#1333167)
352- Fix problem with line with a space at the end (#1484916)
353- Don't send set_env() in ajax response when env array is empty
354- Fix <!DOCTYPE> tag filtering (#1484391)
355- Fix <?xml> tag filtering (#1484403)
356 
3572008/04/14 (alec)
358----------
359- Added sections (fieldset+label) in Settings interface
360
3612008/04/12 (alec)
362----------
363- Fixed and optimized 'read_when_deleted': mark as read on server side
364  in one action when marking as deleted, fixed js bugs when deleting
365  from message preview page
366
3672008/04/12 (thomasb)
368----------
369- Changed codebase to PHP5 with autoloader
370- Added some new classes from devel-vnext branch
371
3722008/04/11 (alec)
373----------
374- Mark as read in one action with message preview (#1484972)
375- Delete redundant quota reads (#1484972)
376- Add options for empty trash and expunge inbox on logout (#1483863)
377
3782008/04/10 (alec)
379----------
380- Add rows highlighting in onmousemove on ksearch list
381- Remove lines wrapping when displaying message
382- Fix month localization
383- Do ob_start/ob_end_clean when reading config files (#1484624)
384- Fix debug (ajax) console
385
3862008/04/02 (alec)
387----------
388- Updated timezones list (#1484908)
389- Fix design in Settings (#1484799)
390- Fix deleting messages after clicking on "All" (#1484838)
391- Fix sorting o0f message list when default folder is empty (#1484317)
392- Fix creating a new folder w/a comma in its name (#1484681)
393
3942008/04/01 (thomasb)
395----------
396- Fix Enter problem on login (#1484839)
397- Make the http-received header in outgoing mails configurable
398
3992008/03/30 (till)
400----------
401- Fix Firefox problem with ob_gzhandler (#1484932)
402- Improve message previewpane - less loading (#1484316)
403
4042008/03/28 (thomasb)
405----------
406- Disable installer by default; add config option to enable it again
407
4082008/03/24 (till)
409----------
410- Don't send mark requests for already marked messages (#1484906)
411- Fix "quote inside a quote" (#1484783)
412
4132008/03/23 (till)
414
415- Applied patch to strip newlines from headers (#1484811)
416- Applied patch to trim login (#1484231)
417- Added robots.txt
418- Fix attachment problem when restoring saved draft without body (#1484506)
419- Fix call to undefined function decrypt_passwd() 
420
4212008/03/21 (thomasb)
422----------
423- Add configurable default charset for message decoding
424- Applied patch to fix mime decoding an folder subscription (#1484191)
425- Applied patch to correctly quote email recipient strings (#1484191)
426- Fix wrong charset aliases (#1484818 and #1484598)
427- Remove hard-coded size of logo image (#1484378)
428- Strip slashes from virtuser email values (#1484700)
429- Fixed message part window display in IE6 (#1484610)
430
4312008/02/28 (thomasb)
432----------
433- Fix folder adding/renaming inspired by #1484800
434- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
435- Fix quirky message selection
436- Completed installer
437
4382008/02/20 (thomasb)
439----------
440- Localize folder name in page title (#1484785)
441- Fix code using wrong variable name (#1484018)
442- Allow to send mail with BCC recipients only
443- Remove MDN headers before saving in sent folder
444
4452008/02/12 (estadtherr)
446----------
447- fix switching between HTML/plain composing (#1484752)
448- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
449- fix image removal in message display when message HTML includes JS event handlers
450
4512008/02/11 (thomasb)
452----------
453- Add function to mark the selected messages as read/unread (#1457360)
454- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
455- Show message count in folder list and hint when creating a subfolder
456
4572008/02/08 (thomasb)
458----------
459- Distinguish ssl and tls for imap connections (#1484667)
460- Added some charset aliases to fix typical mis-labelling (#1484565)
461
4622008/02/07 (thomasb)
463----------
464- Remember decision to display images for a certain message during session (#1484754)
465- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
466- Fix size of the attachment preview frame (#1484758)
467
4682008/02/05 (thomasb)
469----------
470- Fix regular expression for checking e-mail address (#1484710)
471- Make sending of read receipts configurable
472- Respect config when localize folder names (#1484707)
473- Applied patch for updating page title (#1484727, #1484650)
474- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
475- Applied patch to prevent bad header delimiters (#1484751)
476- Also send search request when deleting a contact (#1484620)
477- Add CSS hack for Safari
478
4792008/02/02 (thomasb)
480----------
481- Always update $CONFIG with user prefs (#1484729)
482- Don't ask for MDN confirmations on drafted messages (#1484691)
483- Also respect receipt and priority settings when re-opening a draft message
484
4852008/01/31 (robin)
486----------
487- Remember search results (closes #1483883), patch by the_glu
488
4892008/01/08 (tomekp)
490----------
491- add he (Hebrew) localization (#1484713)
492
4932008/01/08 (tomekp)
494----------
495- update fr localization
496
4972008/01/04 (tomekp)
498- purge kur_KU because it has no messages translation
499- bump copyright for all localization files
500
5012007/12/31 (tomekp)
502----------
503- update es localization
504
5052007/12/28 (tomekp)
506----------
507- update mk localization
508
5092007/12/27 (tomekp)
510----------
511- update se localization
512
5132007/12/13 (robin)
514----------
515- Add Received header on outgoing mail
516
5172007/12/10 (estadtherr)
518----------
519- Upgrade to TinyMCE 2.1.3
520- Allow inserting image attachments into HTML messages while composing (#1484557)
521
5222007/12/10 (thomasb)
523----------
524- Delegate user-stuff to new class rcube_user
525- Implement Message-Disposition-Notification (Receipts)
526
5272007/12/05 (tomekp)
528----------
529- update bg, uk localization
530
5312007/12/04 (tomekp)
532----------
533- update bg localization
534
5352007/11/25 (thomasb)
536----------
537- Applied UID fetch patch by Glen Ogilvie
538- Applied patch for correct Postgres instructions from ticket #1484674
539- Fix overriding of session vars when register_globals is on (#1484670)
540- Fix wrong Postgres setup instructions in INSTALL (#1484674)
541- Fix bug with case-sensitive folder names (#1484245)
542- Don't create default folders by default
543- Added Georgian localization by Zaza Zviadadze
544- Updated Russian localization
545- Fixed some potential security risks (audited by Andris)
546- Only show new messages if they match the current search (#1484176)
547
5482007/11/20 (tomekp)
549----------
550- add Korean (kr) localization
551
5522007/11/14 (tomekp)
553----------
554- update id_ID localization
555
5562007/11/06 (thomasb)
557----------
558- Switch to/from when searcing in Sent folder (#1484555)
559- Correctly read the References header (#1484646)
560- Unset old cookie in before sending a new value (#1484639)
561- Correctly decode attachments when downloading them (#1484645 and #1484642)
562
5632007/10/22 (tomekp)
564----------
565- update ru, eo localizations
566
5672007/10/17 (thomasb)
568----------
569- Make message listing less error prone
570
5712007/10/10 (thomasb)
572----------
573- Suppress IE errors when clearing attachments form (#1484356)
574- Set preferences field in user table to NULL (#1484386)
575- Log error when login fails due to auto_create_user turned off
576- Update UPGRADING instructions
577
5782007/10/05 (tomekp)
579----------
580- Add Esperanto localization
581
5822007/10/04 (Stiwi)
583----------
584- Updated German localization
585
5862007/10/04 (yllar)
587----------
588- Added Malay localization
589- Updated Lithuanian localization
590
5912007/09/27 (tomekp)
592----------
593- Update dutch localization (closes #1484588)
594
5952007/09/29 (thomasb)
596----------
597- Filter linked/imported CSS files (closes #1484056)
598
599
6002007/09/27 (tomekp)
601----------
602- Update brazilian portuguese localization (#1484580)
603
6042007/09/26 (thomasb)
605----------
606- Improve message compose screen (closes #1484383)
607- Select next row after removing one from list (#1484387)
608
609
6102007/09/26 (tomekp)
611----------
612- Add polish labels for changes in r816.
613- Update polish localization (#1484579)
614- Update thai localization (#1484578)
615
6162007/09/25 (robin)
617----------
618- Enable drag-/dropping of folders to a new parent folder (#1457344)
619
620
6212007/09/24 (robin)
622----------
623- Fix preview pane size for Safari & Konqueror (#1484187)
624
625
6262007/09/20 (robin)
627----------
628- Make smtp HELO/EHLO hostname configurable (#1484067)
629
630
6312007/09/19 (thomasb)
632----------
633- IPv6 Compatability (#1484322), Patch #1484373
634- Unlock interface when message sending fails (#1484570)
635- Eval PHP code in template includes (if configured)
636- Show message when folder is empty. Mo more static text in table (#1484395)
637- Only display unread count in page title when new messages arrived
638- Show mailbox name in page title
639
640
6412007/09/09 (thomasb)
642----------
643- Fixed wrong delete button tooltip (#1483965)
644- Fixed charset encoding bug (#1484429)
645- Applied patch for LDAP version (#1484552)
646- Improved XHTML validation
647
648
6492007/09/05 (thomasb)
650----------
651- Fix message list selection (#1484550)
652- Better fix lowercased usernames (#1484473)
653- Update pngbehavior Script as suggested in #1484490
654
655
6562007/08/29 (richs)
657----------
658- Fixed moving/deleting messages when more than 1 is selected
659
6602007/08/15 (thomasb)
661----------
662- Applied patch for LDAP contacts listing by Glen Ogilvie
663- Applied patch for more address fields in LDAP contacts (#1484402)
664- Close LDAP connections on script shutdown
665
666
6672007/08/13 (thomasb)
668----------
669- Add alternative for getallheaders() (fix #1484508)
670- Revert changes for mbstring usage (fix #1484509)
671
672
6732007/08/10 (thomasb)
674----------
675- Identify mailboxes case-sensitive
676- Sort mailbox list case-insensitive (closes #1484338)
677- Fix display of multipart messages from Apple Mail (closes #1484027)
678- Protect AJAX request from being fetched by a foreign site (XSS)
679- Make autocomplete for loginform configurable by the skin template
680- Fix compose function from address book (closes #1484426)
681- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
682- Check if mbstring supports charset (#1484290 and #1484292)
683- Prefer iconv over mbstring (as suggested in #1484292)
684- Check filesize of template includes (#1484409)
685- Updated Simplified Chinese localization
686- Added Ukrainian translation
687
688
6892007/08/09 (richs)
690----------
691- Fixed bug with buttons not dimming/enabling properly after switching folders
692- Fixed compose window becoming unresponsive after saving a draft (#1484487)
693- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
694- Fixed unresponsive interface issue when downloading attachments (#1484496)
695- Lowered status message time from 5 to 3 seconds to improve responsiveness
696- Added note to INSTALL about .htaccess limiting upload_max_filesize
697- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
698- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
699- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
700
701
7022007/07/03 (thomasb)
703----------
704- Added Macedonian (Slavic FYROM) localization
705- Fix status message bug #1484464 with regard to #1484353
706- Fix address adding bug reported by David Koblas
707- Applied socket error patch by Thomas Mangin
708
709
7102007/06/28 (tomekp)
711----------
712- fix typos in Polish localization (Janusz Zamecki)
713
714
7152007/06/27 (tomekp)
716----------
717- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
718
719
7202007/06/12 (thomasb)
721----------
722- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
723- Added Irish/Gaelic translation
724- Little correction in Swedish translation
725- Quote username for virtuser_query
726- Pass-by-reference workarround for PHP5 in sendmail.inc
727
728
7292007/06/04 (estadtherr)
730----------
731- Fixed bug in HTML->Plain editor toggling
732
733
7342007/05/28 (thomasb)
735---------
736- Fixed buggy imap_root settings (closes #1484379)
737- Prevent default events on subject links (#1484399)
738- Typo in rcube_smtp.inc
739
740
7412007/05/23 (estadtherr)
742----------
743- Upgrade to TinyMCE v2.1.1.1
744
745
7462007/05/18 (thomasb)
747----------
748- Use HTTP-POST requests for actions that change state
749
750
7512007/05/17 (thomasb)
752----------
753- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
754- Renamed localization folder for Chinese (Big5)
755- Chanegd Slovenian language code from 'si' to 'sl'
756- Added Sinhala (Sri-Lanka) localization
757- Use global filters and bind username/ for Ldap searches (#1484159)
758- Hide quota display if imap server does not support it
759- Hide address groups if no LDAP servers configured
760- Add link to message subjects (closes #1484257)
761- Better SQL query for contact listing/search (closes #1484369)
762
763
7642007/05/13 (thomasb)
765----------
766- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
767- Fixed marking as read in preview pane (closes #1484364)
768- CSS hack to display attachments correctly in IE6
769- Wrap message body text (closes #1484148)
770
771
7722007/05/03 (yllar)
773----------
774- Updated French, Lithuanian, Armenian, Spanish and Italian translations
775
776
7772007/05/01 (thomasb)
778----------
779- Updated German, Euskara, Hungarian, Romanian and Spanish translation
780- Added Hindi and Kurdish localization
781
782
7832007/04/28 (thomasb)
784----------
785- LDAP access is back in address book (closes #1484087)
786- Added search function for contacts
787- New Template parsing and output encoding
788- Fixed bugs #1484119 and #1483978
789
790
7912007/04/08 (thomasb)
792----------
793- Fixed message moving procedure (closes #1484308)
794- Fixed display of multiple attachments (closes #1466563)
795- Fixed check for new messages (closes #1484310)
796- List attachments without filename
797
798
7992007/03/27 (thomasb)
800----------
801- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
802  Should close bugs #1483951 and #1484299
803
804
8052007/03/23 (thomasb)
806----------
807- Correctly translate mailbox names (closes #1484276)
808- Quote e-mail address links (closes #1484300)
809
810
8112007/03/21 (thomasb)
812----------
813- Updated PEAR::Mail_mime package
814- Added Persian localization
815- Updated Catalan and Brazilian Portuguese translations
816- Updated INSTALL manual with a note about database passwords
817- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
818- Sanitize input for new users/identities (thanks Colin Alston)
819
820
8212007/03/19 (thomasb)
822----------
823- Don't download HTML message parts
824- Convert HTML parts to plaintext if 'prefer_html' is off
825- Correctly parse message/rfc822 parts (closes #1484045)
826- Code cleanup
827
828
8292007/03/18 (thomasb)
830----------
831- Also use user_id for unique key in messages table (closes #1484074)
832- Hide contacts drop down on blur (closes #1484203)
833- Make entries in contacts drop down clickable
834- Turn off browser autocompletion on login page
835- Quote <? in text/html message parts
836- Hide border around radio buttons
837- Replaced old JS function calls.
838
839
8402007/03/13 (thomasb)
841----------
842- Applied patch for attachment download by crichardson (closes #1484198)
843- Fixed bug in Postgres DB handling (closes #1484068)
844- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
845- Fixed array_merge bug (closes #1484281)
846- Fixed flag for deletion in list view (closes #1484264)
847- Finally support semicolons as recipient separator (closes ##1484251)
848- Fixed message headers (subject) encoding
849
850
8512007/03/04 (tomekp)
852----------
853- check if safe mode is on or not (closes #1484269)
854
855
8562007/03/02 (thomasb)
857----------
858- Show "no subject" in message list if subject is missing (closes #1484243)
859- Solved page caching of message preview (closes #1484153)
860- Only use gzip compression if configured (closes #1484236)
861
862
8632007/02/25 (estadtherr)
864----------
865- Fixed priority selector issue (#1484150)
866- Upgraded to TinyMCE v2.1.0
867
868
8692007/02/21 (thomasb)
870----------
871- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
872- Prevent from double quoting of numeric HTML character references (closes #1484253)
873
874
8752007/02/07 (tomekp)
876----------
877- Updated (bg) translation (Doichin Dokov)
878
879
8802007/02/06 (tomekp)
881----------
882- Updated (pl) translation
883- Updated (pt_BR) translation (Robson F. Ramaldes)
884- Big cleanup in program/localization
885
886
8872007/02/05 (thomasb)
888----------
889- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
890
891
8922007/01/07 (estadtherr)
893----------
894- Fixed display of HTML message attachments (closes #1484178)
895
896
8972007/01/07 (thomasb)
898----------
899- Applied patch for preview caching (closes #1484186)
900- Added Thai and Vietnamese localization files
901
902
9032006/12/29 (thomasb)
904----------
905- Added error handling for attachment uploads
906- Use multibyte safe string functions where necessary (closes #1483988)
907- Updated Swiss German localization (de_CH)
908
909
9102006/12/22 (thomasb)
911----------
912- Applied security patch to validate the submitted host value (by Kees Cook)
913- Applied security patch to validate input values when deleting contacts (by Kees Cook)
914- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
915- Applied a patch to more aggressively sanitize a HTML message
916- Visualize blocked images in HTML messages
917
918
9192006/12/20 (thomasb)
920----------
921- Fixed wrong message listing when showing search results (closes #1484131)
922- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
923- Show remote images when opening HTML message part as attachment
924
925
9262006/12/17 (thomasb)
927----------
928- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
929
930
9312006/12/06 (thomasb)
932----------
933- Improve memory usage when sending mail (closes #1484098)
934- Mark messages as read once the preview is loaded (closes #1484132)
935- Include smtp final response in log (closes #1484081)
936
937
9382006/12/04 (thomasb)
939----------
940- Corrected date string in sent message header (closes #1484125)
941- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
942- Changed srong tooltips for message browse buttons (closes #1483930)
943
944
9452006/12/03 (estadtherr)
946----------
947- Added fix to convert HTML signatures for plain text messages
948- Fixed signature delimeter character to be standard (Bug #1484035)
949
950
9512006/12/01 (thomasb)
952----------
953- Implemented preview pane
954- Fixed XSS vulnerability (Bug #1484109)
955- Remove newlines from mail headers (Bug #1484031)
956- Selection issues when moving/deleting (Bug #1484044)
957- Applied patch of Clement Moulin for imap host auto-selection
958- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
959- Fixed folder name encoding in subscription list (Bug #1484113)
960- Fixed JS errors in identity list (Bug #1484120)
961- Show client debug console on debug_level 8
962- Added Serbian translation
963- Updated Spanish and Bulgarian localization
964
965
9662006/11/22 (robin)
967----------
968- Fix a bug introduced with Shift-Del yesterday
969
970
9712006/11/21 (robin)
972----------
973- Add missing nl_NL translations
974- Translate foldernames in folder form (closes #1484113)
975
976
9772006/11/21 (robin)
978----------
979- Added first and last buttons to message list, address book
980  and message detail
981- Pressing Shift-Del bypasses Trash folder
982- Enable purge command for Junk folder
983
984
9852006/11/17 (robin)
986----------
987- Re-initialize message list after shift-select and delete
988
989
9902006/11/16 (robin)
991----------
992- Fixed updating message list after expunge and purge
993- Fetch all aliases if virtuser_query is used instead
994  of only the first one
995
996
9972006/11/11 (estadtherr)
998----------
999- fixed deletion/moving of messages from within "show" page
1000
1001
10022006/11/09 (thomasb)
1003----------
1004- Little bugfix in HTML encoding
1005- Fixed encoding issues and delete-on-reply problem
1006- Corrected template parsing
1007
1008
10092006/11/07 (estadtherr)
1010----------
1011- Upgraded to TinyMCE v2.0.8
1012- Fixed CSS path for editor popups
1013
10142006/09/26 (estadtherr)
1015----------
1016- Added spellchecker plugin to TinyMCE configuration
1017- Fixed HTML/Plain toggle labels
1018
1019
10202006/09/24 (thomasb)
1021----------
1022- Partial client re-write with a common list class
1023- Re-enabled multi select of contacts (Bug #1484017)
1024- Enable contact editing right after creation (Bug #1459641)
1025- Updated Hungarian, Estonian and Traditional Chinese localization
1026
1027
10282006/09/19 (thomasb)
1029----------
1030- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1031
1032
10332006/09/13 (estadtherr)
1034----------
1035- Introduction of TinyMCE HTML editor support for message composition and signatures
1036  Note : a new column is added to the "identities" database table
1037
1038
10392006/09/12 (estadtherr)
1040----------
1041- Fixed html2text treatment of table headers (Bug #1484020)
1042- Fixed IMAP fetch of message body (Bug #1484019)
1043
1044
10452006/09/08 (thomasb)
1046----------
1047- Fixed safe_mode problems (Bug #1418381)
1048- Fixed wrong header encoding (Bug #1483976)
1049
1050
10512006/09/07 (thomasb)
1052----------
1053- Made automatic draft saving configurable
1054- Fixed JS bug when renaming folders (Bug #1483989)
1055- Don't wait for complete page load when calling JavaScript init()
1056- Some improvements to prevent session expiration
1057- Prevent from double submit of spell check requests
1058
1059
10602006/09/01 (thomasb)
1061----------
1062- Imporoved message parsing and HTML validation
1063- Added quota display as image (by Brett Patterson)
1064- Corrected creation of a message-id
1065- Updated Norwegian (bokmal) localization
1066
1067
10682006/08/30 (thomasb)
1069----------
1070- New indentation for quoted message text
1071- Improved HTML validity
1072
1073
10742006/08/28 (estadtherr)
1075----------
1076- Fixed URL character set (Ticket #1445501)
1077- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1078
1079
10802006/08/25 (thomasb)
1081----------
1082- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1083- Finalized new message parsing (+ chaching)
1084- Updated SQL scripts and UPGRADING instructions
1085
1086
10872006/08/23 (thomasb)
1088----------
1089- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1090
1091
10922006/08/20 (thomasb)
1093----------
1094- Fixed wrong usage of mbstring (Bug #1462439)
1095- Set default spelling language (Ticket #1483938)
1096- Added support for Nox Spell Server
1097
1098
10992006/08/18 (thomasb)
1100----------
1101- Re-built message parsing (Bug #1327068)
1102  Now based on the message structure delivered by the IMAP server.
1103- Fixed some XSS and SQL injection issues
1104
1105
11062006/08/10 (thomasb)
1107----------
1108- Fixed charset problems with folder renaming
1109
1110
11112006/08/04 (thomasb)
1112----------
1113- Fixed Bug in saving identities (Ticket #1483915)
1114- Set folder name in window title (Bug #1483919)
1115- Don't add imap_root to INBOX path (Bug #1483816)
1116- Attempt to create default folders only after login
1117- Avoid usage of $CONFIG in rcube_imap class
1118
1119
11202006/07/30 (thomasb)
1121----------
1122- Alter links in HTML messages (Bug #1326402)
1123- Added fallback if host not found in 'mail_domain' array
1124- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1125- Fixed folder renaming (Bug #1483914)
1126- Added confirmation message after deleting a folder
1127
1128
11292006/07/25 (thomasb)
1130----------
1131- Made folder renaming a bit more ajax-style
1132- Changed rename-labels and German translation
1133- Fixed addressbox countbar width (Bug #1483845)
1134- Fixed refresh interval problems in Safari (Bug #1483902)
1135- Fixed clear_message_list_header() errors (Bug #1483898)
1136- Sanity check of $message_set in imap.inc (Bug #1443200)
1137- Added correct changing of message list headers for Sent folder
1138- Updated Spanish localization (Ticket #1483887)
1139- Applied patch #1483846
1140
1141
11422006/07/24 (richs)
1143----------
1144- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1145- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1146- Draft saving now properly returns an error when saving fails
1147- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1148- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1149
1150
11512006/07/19 (thomasb)
1152----------
1153- Correct entity encoding of link urls (HTML validity)
1154- Improved usability in compose step (Ticket #1483807)
1155- Added absolute URLs to several buttons (for "open in new window")
1156- Applied patch #1328032
1157- Fixed Bug/Patch #1443200
1158
1159
11602006/07/18 (thomasb)
1161----------
1162- Fixed password with spaces issue (Bug #1364122)
1163- Replaced _auth hash with second cookie (Ticket #1483811)
1164- Don't use get_input_value() for passwords (Bug #1468895)
1165- Made password encryption key configurable
1166- Minor bugfixes with charset encoding
1167- Added <label> tags to forms (Ticket #1483810)
1168
1169
11702006/07/07 (thomasb)
1171----------
1172- Fixed INSTALL_PATH bug #1425663
1173
1174
11752006/07/03 (richs)
1176----------
1177- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1178- Updated French localizations (Ticket #1483862)
1179- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1180- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1181- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1182- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1183
1184
11852006/06/30 (richs)
1186----------
1187- Fixed empty INBOX compatibility bug (Patch #1443200)
1188- Temporarily fixed French "compact" localization (Patch #1483862)
1189- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1190- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1191- Fixed "unread count" in window title when count changed (Bug #1483812)
1192- Fixed DB error when deleting from message table (Patch #1483835)
1193
1194
11952006/06/29 (richs)
1196----------
1197- Added ability to remove attachments (Feature #1436721)
1198- Default folders are now auto-created on first login (Feature #1471594)
1199- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1200- Corrected Italian localizations
1201- Tweaked rename-folder form to clear after a rename
1202
1203
12042006/06/26 (richs)
1205----------
1206- Added button to immediately check for new messages
1207- New message checking now displays status "Checking for new messages..."
1208- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1209- Task buttons now respond to clicks by darkening (as in other applications)
1210- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1211- Added ability to sort messages by "Size"
1212- Added ability to rename folders (Feature #1326396)
1213- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1214- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1215
1216
12172006/06/25
1218----------
1219- Changed behavior to include host-specific configuration (Bug #1483849)
1220- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1221- Fixed spell checker to work with the new URL at google.com
1222- Some memory and security optimizations sendmail.inc
1223- Updated UGRADING description
1224
1225
12262006/06/19
1227----------
1228- Added Drafts support (Feature #1326839) (richs)
1229
1230
12312006/06/02
1232----------
1233- Updated Estonian localization and moved from ee to et
1234- Added Bulgarian localization
1235
1236
12372006/05/25
1238----------
1239- Finalized GoogieSpell integration
1240
1241
12422006/05/18
1243----------
1244- Added Arabic and Armenian localizations
1245- Updated Russian localization
1246- Removed MDB2 classes from repository. Install them seperately if used.
1247- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1248- Allow & in e-mail addresses
1249
1250
12512006/05/05
1252----------
1253- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1254- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1255- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1256- Corrected INSTALL description (Bug #1476106)
1257- Added charset to javascript HTTP headers
1258- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1259- Changed login page title regarding product name (Bug #1476413)
1260- Pimped search function
1261- Applied attachment viewing/forwarding patches by Andrew Fladmark
1262- Applied prev/next patch by Leonard Bouchet
1263- Applied patches by Mark Bucciarelli
1264- Applied patch for requesting receipts by Salvatore Ansani
1265- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1266
1267
12682006/04/13
1269----------
1270- Added Slovenian localization
1271- Updated Portuguese localization
1272- Fixed parent.location problem for compose-links
1273- Added sort order saving patch by Jacob Brunson
1274- Added gzip compression support
1275
1276
12772006/04/02
1278----------
1279- Added Lithuanian localization
1280- Improved search function
1281- Added version string as template object
1282- Load host-specific configuration file (see config/main.inc.php)
1283- New config parameter adding domain to user names for login
1284- Strip tags on _auth, _action, _task parameters
1285- Corrected labels for next/previous page buttons in address book
1286
1287
12882006/03/23
1289----------
1290- Auto-detect mail header delimiters
1291- Regard daylight savings
1292- Localized quota display
1293- Started implementing search function
1294
1295
12962006/03/20
1297----------
1298- Avoid error message when saving an unchanged identity (Bug #1429510)
1299- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1300- Enable some HTML links for use with "open in new window" or "save target"
1301- Check meta-key instead of ctrl on Macs
1302- Ignore double clicks when holding down a modifier key
1303- Fixed reloading of the login page
1304- Fixed typo in compose template (Bug #1446852)
1305- Added compose button to message read step (Request #1433288)
1306- New config parameter for persistent database connections (Bug #1431817)
1307
1308
13092006/03/14
1310----------
1311- Don't remove internal HTML tags in plaintext messages
1312- Improved error handling in DB connection failure
1313
1314
13152006/02/22
1316----------
1317- Updated localizations
1318- Fixed bug #1435989
1319
1320
13212006/02/19
1322----------
1323- Updated localizations
1324- Applied patch of Anders Karlsson
1325- Applied patch of Jacob Brunson
1326- Applied patch for virtuser_query by Robin Elfrink
1327- Added support for References header (patch by Auke)
1328- Added support for mbstring module by Tadashi Jokagi
1329- Added function for automatic remove of slashes on GET and POST vars
1330  if magic_quotes is enabled
1331
1332
13332006/02/05
1334----------
1335- Added Slovak, Hungarian, Bosnian and Croation translation
1336- Fixed bug when inserting signatures with !?&
1337- Chopping message headers before inserting into the message cache table
1338  (to avoid bugs in Postgres)
1339- Allow one-char domains in e-mail addresses
1340- Make product name in page title configurable
1341- Make username available as skin object
1342- Added session_write_close() in rcube_db class destructor to avoid problems
1343  in PHP 5.0.5
1344- Use move_uploaded_file() instead of copy() for a more secure handling of
1345  uploaded attachments
1346- Additional config parameter to show/hide deleted messages
1347- Added periodic request for checking new mails (Request #1307821)
1348- Added EXPUNGE command
1349- Optimized loading time for mail interface
1350- Changed to full UTF-8 support
1351- Additional timezones (Patch #1389912)
1352- Added LDAP public search (experimental)
1353- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1354- Casting to strings when adding empty headers to message cache (Bug #1406026)
1355- Skip sender-address as recipient when Reply-to-all
1356- Fixes in utf8-class
1357- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1358- Added garbage collector for message cache
1359- Added patches for BCC headers
1360
1361
13622005/12/16
1363----------
1364- Added Turkish and Simplified Chinese translation
1365- Use virtusertable to resolve e-mail addresses at login
1366- Configurable mail_domain used to compose correct e-mail addresses
1367  on first login
1368
1369
13702005/12/03
1371----------
1372- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1373  Estonian and Chinese translation
1374- Get IMAP server capabilities in array
1375- Check for NAMESPACE capability before sending command
1376- Set default user language from config 'locale_string'
1377- Added sorting patch for message list
1378- Make default sort col/order configurable
1379- Fixed XSS in address book and identities
1380- Added more XSS protection (Bug #1308236)
1381- Added tab indexes for compose form
1382- Added 'changed' col to contacts table
1383- Support for 160-bit session hashes
1384- Added input check for contacts and identities (Patch #1346523)
1385- Added messages/warning to compose step (Patch #1323895)
1386- Added favicon to the default skin
1387- Fixed Bug #1334337 as far as possible
1388- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1389- Redesign of client side AJAX code (enable multi threading)
1390- Added keep-alive signal every minute
1391- Make logs dir configurable
1392- Added support for SMTPS
1393- Decode attachment file names
1394- Make delimiter for message headers configurable
1395- Add generic footer to sent messages
1396- Choose the rigt identity when replying
1397- Remove signature when replying (Request #1333167)
1398- Signatures for each identity
1399- Select charset when composing message
1400- Complete re-design of the caching mechanism
1401
1402
14032005/08/11
1404----------
1405- Write list header to client even if list is empty
1406- Add functions "select all", "select none" to message list
1407- Improved filter for HTML messages to remove potentially malicious tags
1408  (script, iframe, object) and event handlers.
1409- Buttons for next/previous message in view mode
1410- Add new created contact to list and show confirmation status
1411- Added folder management (subscribe/create/delete)
1412- Log message sending (SMTP log)
1413- Grant access for Camino browser
1414- Added German translation
1415
1416
14172005/10/20
1418----------
1419- Added Swedish, Latvian, Portuguese and Catalan translation
1420- Make SMTP auth method configurable
1421- Make mailboxlist scrollable (Bug #1326372)
1422- Fixed SSL support
1423- Improved support for Courier IMAP (root folder and delimiter issues)
1424- Moved taskbar from bottom to top
1425- Added 'session_lifetime' parameter
1426- Fixed wrong unread count when deleting message (Bug #1332434)
1427- Srip tags when creating a new folder (Bug #1332084)
1428- Translate HTML tags in message headers (Bug #1330134)
1429- Correction in German translation (Bug #1329434)
1430- Display folder names with special chars correctly (Bug #1330157)
1431
1432
14332005/10/07
1434----------
1435- Added French, Italian, Spanish, Danish, Dutch translation
1436- Clarified license (Bug #1305966)
1437- Fixed PHP warnings (Bug #1299403)
1438- Fixed english translation (Bug #1295406)
1439- Fixed bug #1290833: Last character of email not seen
1440- Fixed bug #1292199 when creating new user
1441- Allow more browsers (Bug #1285101)
1442- Added setting for showing pretty dates
1443- Added support for SQLite database
1444- Make use of message caching configurable
1445- Also add attachments when forwarding a message
1446- Long folder names will not flow over message list (Bug #1267232)
1447- Show nested mailboxes hieracically
1448- Enable IMAPS by host
1449
1450
14512005/08/20
1452----------
1453- Improved cacheing of mailbox messagecount
1454- Fixed javascript bug when creating a new message folder
1455- Fixed javascript bugs #1260990 and #1260992: folder selection
1456- Make Trash folder configurable
1457- Auto create folders Inbox, Sent and Trash (if configured)
1458- Support for IMAP root folder
1459- Added support fot text/enriched messages
1460- Make list of special mailboxes configurable
1461
Note: See TracBrowser for help on using the repository browser.