source: github/CHANGELOG @ 4230651

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

Add fallback to old 'skin_path' property + indent with spaces instead of tabs

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