source: subversion/trunk/roundcubemail/CHANGELOG @ 1539

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