source: subversion/trunk/roundcubemail/CHANGELOG @ 1466

Last change on this file since 1466 was 1466, checked in by alec, 5 years ago
  • imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
  • imap.inc: Fixed iil_C_FetchStructureString() to handle many literal strings in response (#1484969)
  • imap.inc: Removed hardcoded data size in iil_ReadLine()
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 37.6 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/06/03 (alec)
5----------
6- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
7- imap.inc: Fixed iil_C_FetchStructureString() to handle many
8  literal strings in response (#1484969)
9- imap.inc: Removed hardcoded data size in iil_ReadLine()
10
112008/05/30 (alec)
12----------
13- Support for subfolders in default/protected folders (#1484665)
14- Disallowed delimiter in folder name (#1484803)
15- Support " and \ in folder names
16- Escape \ in login (#1484614)
17
182008/05/29 (alec)
19----------
20- Polish localization folder renamed to pl_PL
21
222008/05/28 (alec)
23----------
24- Fixed sorting of folders with non-ascii characters
25
262008/05/21 (alec)
27----------
28- Localized pagetitle in Settings and Address Book
29
302008/05/19 (alec)
31----------
32- Fixed Mysql DDL for default identities creation (#1485070)
33
342008/05/16 (alec)
35----------
36- In Preferences added possibility to configure 'read_when_deleted',
37  'mdn_requests', 'flag_for_deletion' options
38
392008/05/15 (thomasb)
40----------
41- Make IMAP auth type configurable (#1483825)
42- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
43
442008/05/15 (alec)
45----------
46- Fix attachment list on IE 6/7 (#1484807)
47
482008/05/12 (estadtherr)
49----------
50- fix JavaScript in compose.html that shows cc/bcc fields if populated
51
522008/05/12 (alec)
53----------
54- Updated PEAR::DB package to version 1.7.13
55
562008/05/10 (alec)
57----------
58- Make password input fields of type password in installer (#1484886)
59
602008/05/09 (alec)
61----------
62- Don't call CAPABILITY if was recieved as server's optional response
63  on connect (RFC3501 [7.1])
64
652008/05/08 (alec)
66----------
67- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
68- Optimized messages sorting on servers without sort capability (#1485049)
69- Option 'use_SQL_address_book' replaced by 'address_book_type'
70- Corrected message headers decoding when charset isn't specified and improved
71  support for native languages (#1485050, #1485048)
72
732008/05/07 (davidke/richs)
74----------
75- Completed LDAP address book support so it can now write to an LDAP server.
76- Expanded LDAP configuration options to support LDAP server writes.
77- Modified config/main.inc.php.dist:
78  New Option: $rcmail_config['use_SQL_address_book']
79  Changed Option:  $rcmail_config['ldap_public']['Verisign']
80
812008/05/05 (alec)
82----------
83- Installer: encode special characters in DB username/password (#1485042)
84- Do charset conversion also for from/to column on messages list
85- Fix management of folders with national characters in names (#1485036, #1485001)
86
872008/05/02 (alec)
88----------
89- Updated MDB2 package to version 2.5.0b1
90- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
91- Updated MDB2 mssql driver to version 1.3.0b1
92- Fixed identities saving when using MDB2 pgsql driver (#1485032)
93
942008/05/01 (alec)
95----------
96- Fix BCC header reset (#1484997)
97
982008/04/30 (thomasb)
99----------
100- Introduce new application class 'rcmail' and get rid of some global vars
101
1022008/04/29 (alec)
103----------
104- improved messages list performance - patch from Justin Heesemann
105
1062008/04/23 (alec)
107----------
108- Append skin_path to images location only when it starts
109  with '/' sign (#1484859)
110
1112008/04/20 (estadtherr)
112----------
113- fix parse_attrib_string to handle unquoted values, which fixes
114  display issues with HTML messages that do not quote attributes
115
1162008/04/17 (alec)
117----------
118- Fix IMAP response in message body when message has no body (#1484964)
119- Updated PEAR::Auth_SASL to 1.0.2
120- Fix non-RFC dates formatting (#1484901)
121
1222008/04/16 (estadtherr)
123----------
124- Fix mail sending with new TinyMCE
125
1262008/04/16 (alec)
127----------
128- Fix typo in set_charset() (#1484991)
129- Decode entities when inserting HTML signature to plain text message (#1484990)
130
1312008/04/15 (estadtherr)
132----------
133- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
134- fix signature loading on Windows (#1484545)
135- add language support to HTML editing (#1484862)
136
1372008/04/15 (alec)
138----------
139- Fix remove signature when replying (#1333167)
140- Fix problem with line with a space at the end (#1484916)
141- Don't send set_env() in ajax response when env array is empty
142- Fix <!DOCTYPE> tag filtering (#1484391)
143- Fix <?xml> tag filtering (#1484403)
144 
1452008/04/14 (alec)
146----------
147- Added sections (fieldset+label) in Settings interface
148
1492008/04/12 (alec)
150----------
151- Fixed and optimized 'read_when_deleted': mark as read on server side
152  in one action when marking as deleted, fixed js bugs when deleting
153  from message preview page
154
1552008/04/12 (thomasb)
156----------
157- Changed codebase to PHP5 with autoloader
158- Added some new classes from devel-vnext branch
159
1602008/04/11 (alec)
161----------
162- Mark as read in one action with message preview (#1484972)
163- Delete redundant quota reads (#1484972)
164- Add options for empty trash and expunge inbox on logout (#1483863)
165
1662008/04/10 (alec)
167----------
168- Add rows highlighting in onmousemove on ksearch list
169- Remove lines wrapping when displaying message
170- Fix month localization
171- Do ob_start/ob_end_clean when reading config files (#1484624)
172- Fix debug (ajax) console
173
1742008/04/02 (alec)
175----------
176- Updated timezones list (#1484908)
177- Fix design in Settings (#1484799)
178- Fix deleting messages after clicking on "All" (#1484838)
179- Fix sorting o0f message list when default folder is empty (#1484317)
180- Fix creating a new folder w/a comma in its name (#1484681)
181
1822008/04/01 (thomasb)
183----------
184- Fix Enter problem on login (#1484839)
185- Make the http-received header in outgoing mails configurable
186
1872008/03/30 (till)
188----------
189- Fix Firefox problem with ob_gzhandler (#1484932)
190- Improve message previewpane - less loading (#1484316)
191
1922008/03/28 (thomasb)
193----------
194- Disable installer by default; add config option to enable it again
195
1962008/03/24 (till)
197----------
198- Don't send mark requests for already marked messages (#1484906)
199- Fix "quote inside a quote" (#1484783)
200
2012008/03/23 (till)
202
203- Applied patch to strip newlines from headers (#1484811)
204- Applied patch to trim login (#1484231)
205- Added robots.txt
206- Fix attachment problem when restoring saved draft without body (#1484506)
207- Fix call to undefined function decrypt_passwd() 
208
2092008/03/21 (thomasb)
210----------
211- Add configurable default charset for message decoding
212- Applied patch to fix mime decoding an folder subscription (#1484191)
213- Applied patch to correctly quote email recipient strings (#1484191)
214- Fix wrong charset aliases (#1484818 and #1484598)
215- Remove hard-coded size of logo image (#1484378)
216- Strip slashes from virtuser email values (#1484700)
217- Fixed message part window display in IE6 (#1484610)
218
2192008/02/28 (thomasb)
220----------
221- Fix folder adding/renaming inspired by #1484800
222- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
223- Fix quirky message selection
224- Completed installer
225
2262008/02/20 (thomasb)
227----------
228- Localize folder name in page title (#1484785)
229- Fix code using wrong variable name (#1484018)
230- Allow to send mail with BCC recipients only
231- Remove MDN headers before saving in sent folder
232
2332008/02/12 (estadtherr)
234----------
235- fix switching between HTML/plain composing (#1484752)
236- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
237- fix image removal in message display when message HTML includes JS event handlers
238
2392008/02/11 (thomasb)
240----------
241- Add function to mark the selected messages as read/unread (#1457360)
242- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
243- Show message count in folder list and hint when creating a subfolder
244
2452008/02/08 (thomasb)
246----------
247- Distinguish ssl and tls for imap connections (#1484667)
248- Added some charset aliases to fix typical mis-labelling (#1484565)
249
2502008/02/07 (thomasb)
251----------
252- Remember decision to display images for a certain message during session (#1484754)
253- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
254- Fix size of the attachment preview frame (#1484758)
255
2562008/02/05 (thomasb)
257----------
258- Fix regular expression for checking e-mail address (#1484710)
259- Make sending of read receipts configurable
260- Respect config when localize folder names (#1484707)
261- Applied patch for updating page title (#1484727, #1484650)
262- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
263- Applied patch to prevent bad header delimiters (#1484751)
264- Also send search request when deleting a contact (#1484620)
265- Add CSS hack for Safari
266
2672008/02/02 (thomasb)
268----------
269- Always update $CONFIG with user prefs (#1484729)
270- Don't ask for MDN confirmations on drafted messages (#1484691)
271- Also respect receipt and priority settings when re-opening a draft message
272
2732008/01/31 (robin)
274----------
275- Remember search results (closes #1483883), patch by the_glu
276
2772008/01/08 (tomekp)
278----------
279- add he (Hebrew) localization (#1484713)
280
2812008/01/08 (tomekp)
282----------
283- update fr localization
284
2852008/01/04 (tomekp)
286- purge kur_KU because it has no messages translation
287- bump copyright for all localization files
288
2892007/12/31 (tomekp)
290----------
291- update es localization
292
2932007/12/28 (tomekp)
294----------
295- update mk localization
296
2972007/12/27 (tomekp)
298----------
299- update se localization
300
3012007/12/13 (robin)
302----------
303- Add Received header on outgoing mail
304
3052007/12/10 (estadtherr)
306----------
307- Upgrade to TinyMCE 2.1.3
308- Allow inserting image attachments into HTML messages while composing (#1484557)
309
3102007/12/10 (thomasb)
311----------
312- Delegate user-stuff to new class rcube_user
313- Implement Message-Disposition-Notification (Receipts)
314
3152007/12/05 (tomekp)
316----------
317- update bg, uk localization
318
3192007/12/04 (tomekp)
320----------
321- update bg localization
322
3232007/11/25 (thomasb)
324----------
325- Applied UID fetch patch by Glen Ogilvie
326- Applied patch for correct Postgres instructions from ticket #1484674
327- Fix overriding of session vars when register_globals is on (#1484670)
328- Fix wrong Postgres setup instructions in INSTALL (#1484674)
329- Fix bug with case-sensitive folder names (#1484245)
330- Don't create default folders by default
331- Added Georgian localization by Zaza Zviadadze
332- Updated Russian localization
333- Fixed some potential security risks (audited by Andris)
334- Only show new messages if they match the current search (#1484176)
335
3362007/11/20 (tomekp)
337----------
338- add Korean (kr) localization
339
3402007/11/14 (tomekp)
341----------
342- update id_ID localization
343
3442007/11/06 (thomasb)
345----------
346- Switch to/from when searcing in Sent folder (#1484555)
347- Correctly read the References header (#1484646)
348- Unset old cookie in before sending a new value (#1484639)
349- Correctly decode attachments when downloading them (#1484645 and #1484642)
350
3512007/10/22 (tomekp)
352----------
353- update ru, eo localizations
354
3552007/10/17 (thomasb)
356----------
357- Make message listing less error prone
358
3592007/10/10 (thomasb)
360----------
361- Suppress IE errors when clearing attachments form (#1484356)
362- Set preferences field in user table to NULL (#1484386)
363- Log error when login fails due to auto_create_user turned off
364- Update UPGRADING instructions
365
3662007/10/05 (tomekp)
367----------
368- Add Esperanto localization
369
3702007/10/04 (Stiwi)
371----------
372- Updated German localization
373
3742007/10/04 (yllar)
375----------
376- Added Malay localization
377- Updated Lithuanian localization
378
3792007/09/27 (tomekp)
380----------
381- Update dutch localization (closes #1484588)
382
3832007/09/29 (thomasb)
384----------
385- Filter linked/imported CSS files (closes #1484056)
386
387
3882007/09/27 (tomekp)
389----------
390- Update brazilian portuguese localization (#1484580)
391
3922007/09/26 (thomasb)
393----------
394- Improve message compose screen (closes #1484383)
395- Select next row after removing one from list (#1484387)
396
397
3982007/09/26 (tomekp)
399----------
400- Add polish labels for changes in r816.
401- Update polish localization (#1484579)
402- Update thai localization (#1484578)
403
4042007/09/25 (robin)
405----------
406- Enable drag-/dropping of folders to a new parent folder (#1457344)
407
408
4092007/09/24 (robin)
410----------
411- Fix preview pane size for Safari & Konqueror (#1484187)
412
413
4142007/09/20 (robin)
415----------
416- Make smtp HELO/EHLO hostname configurable (#1484067)
417
418
4192007/09/19 (thomasb)
420----------
421- IPv6 Compatability (#1484322), Patch #1484373
422- Unlock interface when message sending fails (#1484570)
423- Eval PHP code in template includes (if configured)
424- Show message when folder is empty. Mo more static text in table (#1484395)
425- Only display unread count in page title when new messages arrived
426- Show mailbox name in page title
427
428
4292007/09/09 (thomasb)
430----------
431- Fixed wrong delete button tooltip (#1483965)
432- Fixed charset encoding bug (#1484429)
433- Applied patch for LDAP version (#1484552)
434- Improved XHTML validation
435
436
4372007/09/05 (thomasb)
438----------
439- Fix message list selection (#1484550)
440- Better fix lowercased usernames (#1484473)
441- Update pngbehavior Script as suggested in #1484490
442
443
4442007/08/29 (richs)
445----------
446- Fixed moving/deleting messages when more than 1 is selected
447
4482007/08/15 (thomasb)
449----------
450- Applied patch for LDAP contacts listing by Glen Ogilvie
451- Applied patch for more address fields in LDAP contacts (#1484402)
452- Close LDAP connections on script shutdown
453
454
4552007/08/13 (thomasb)
456----------
457- Add alternative for getallheaders() (fix #1484508)
458- Revert changes for mbstring usage (fix #1484509)
459
460
4612007/08/10 (thomasb)
462----------
463- Identify mailboxes case-sensitive
464- Sort mailbox list case-insensitive (closes #1484338)
465- Fix display of multipart messages from Apple Mail (closes #1484027)
466- Protect AJAX request from being fetched by a foreign site (XSS)
467- Make autocomplete for loginform configurable by the skin template
468- Fix compose function from address book (closes #1484426)
469- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
470- Check if mbstring supports charset (#1484290 and #1484292)
471- Prefer iconv over mbstring (as suggested in #1484292)
472- Check filesize of template includes (#1484409)
473- Updated Simplified Chinese localization
474- Added Ukrainian translation
475
476
4772007/08/09 (richs)
478----------
479- Fixed bug with buttons not dimming/enabling properly after switching folders
480- Fixed compose window becoming unresponsive after saving a draft (#1484487)
481- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
482- Fixed unresponsive interface issue when downloading attachments (#1484496)
483- Lowered status message time from 5 to 3 seconds to improve responsiveness
484- Added note to INSTALL about .htaccess limiting upload_max_filesize
485- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
486- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
487- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
488
489
4902007/07/03 (thomasb)
491----------
492- Added Macedonian (Slavic FYROM) localization
493- Fix status message bug #1484464 with regard to #1484353
494- Fix address adding bug reported by David Koblas
495- Applied socket error patch by Thomas Mangin
496
497
4982007/06/28 (tomekp)
499----------
500- fix typos in Polish localization (Janusz Zamecki)
501
502
5032007/06/27 (tomekp)
504----------
505- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
506
507
5082007/06/12 (thomasb)
509----------
510- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
511- Added Irish/Gaelic translation
512- Little correction in Swedish translation
513- Quote username for virtuser_query
514- Pass-by-reference workarround for PHP5 in sendmail.inc
515
516
5172007/06/04 (estadtherr)
518----------
519- Fixed bug in HTML->Plain editor toggling
520
521
5222007/05/28 (thomasb)
523---------
524- Fixed buggy imap_root settings (closes #1484379)
525- Prevent default events on subject links (#1484399)
526- Typo in rcube_smtp.inc
527
528
5292007/05/23 (estadtherr)
530----------
531- Upgrade to TinyMCE v2.1.1.1
532
533
5342007/05/18 (thomasb)
535----------
536- Use HTTP-POST requests for actions that change state
537
538
5392007/05/17 (thomasb)
540----------
541- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
542- Renamed localization folder for Chinese (Big5)
543- Chanegd Slovenian language code from 'si' to 'sl'
544- Added Sinhala (Sri-Lanka) localization
545- Use global filters and bind username/ for Ldap searches (#1484159)
546- Hide quota display if imap server does not support it
547- Hide address groups if no LDAP servers configured
548- Add link to message subjects (closes #1484257)
549- Better SQL query for contact listing/search (closes #1484369)
550
551
5522007/05/13 (thomasb)
553----------
554- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
555- Fixed marking as read in preview pane (closes #1484364)
556- CSS hack to display attachments correctly in IE6
557- Wrap message body text (closes #1484148)
558
559
5602007/05/03 (yllar)
561----------
562- Updated French, Lithuanian, Armenian, Spanish and Italian translations
563
564
5652007/05/01 (thomasb)
566----------
567- Updated German, Euskara, Hungarian, Romanian and Spanish translation
568- Added Hindi and Kurdish localization
569
570
5712007/04/28 (thomasb)
572----------
573- LDAP access is back in address book (closes #1484087)
574- Added search function for contacts
575- New Template parsing and output encoding
576- Fixed bugs #1484119 and #1483978
577
578
5792007/04/08 (thomasb)
580----------
581- Fixed message moving procedure (closes #1484308)
582- Fixed display of multiple attachments (closes #1466563)
583- Fixed check for new messages (closes #1484310)
584- List attachments without filename
585
586
5872007/03/27 (thomasb)
588----------
589- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
590  Should close bugs #1483951 and #1484299
591
592
5932007/03/23 (thomasb)
594----------
595- Correctly translate mailbox names (closes #1484276)
596- Quote e-mail address links (closes #1484300)
597
598
5992007/03/21 (thomasb)
600----------
601- Updated PEAR::Mail_mime package
602- Added Persian localization
603- Updated Catalan and Brazilian Portuguese translations
604- Updated INSTALL manual with a note about database passwords
605- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
606- Sanitize input for new users/identities (thanks Colin Alston)
607
608
6092007/03/19 (thomasb)
610----------
611- Don't download HTML message parts
612- Convert HTML parts to plaintext if 'prefer_html' is off
613- Correctly parse message/rfc822 parts (closes #1484045)
614- Code cleanup
615
616
6172007/03/18 (thomasb)
618----------
619- Also use user_id for unique key in messages table (closes #1484074)
620- Hide contacts drop down on blur (closes #1484203)
621- Make entries in contacts drop down clickable
622- Turn off browser autocompletion on login page
623- Quote <? in text/html message parts
624- Hide border around radio buttons
625- Replaced old JS function calls.
626
627
6282007/03/13 (thomasb)
629----------
630- Applied patch for attachment download by crichardson (closes #1484198)
631- Fixed bug in Postgres DB handling (closes #1484068)
632- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
633- Fixed array_merge bug (closes #1484281)
634- Fixed flag for deletion in list view (closes #1484264)
635- Finally support semicolons as recipient separator (closes ##1484251)
636- Fixed message headers (subject) encoding
637
638
6392007/03/04 (tomekp)
640----------
641- check if safe mode is on or not (closes #1484269)
642
643
6442007/03/02 (thomasb)
645----------
646- Show "no subject" in message list if subject is missing (closes #1484243)
647- Solved page caching of message preview (closes #1484153)
648- Only use gzip compression if configured (closes #1484236)
649
650
6512007/02/25 (estadtherr)
652----------
653- Fixed priority selector issue (#1484150)
654- Upgraded to TinyMCE v2.1.0
655
656
6572007/02/21 (thomasb)
658----------
659- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
660- Prevent from double quoting of numeric HTML character references (closes #1484253)
661
662
6632007/02/07 (tomekp)
664----------
665- Updated (bg) translation (Doichin Dokov)
666
667
6682007/02/06 (tomekp)
669----------
670- Updated (pl) translation
671- Updated (pt_BR) translation (Robson F. Ramaldes)
672- Big cleanup in program/localization
673
674
6752007/02/05 (thomasb)
676----------
677- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
678
679
6802007/01/07 (estadtherr)
681----------
682- Fixed display of HTML message attachments (closes #1484178)
683
684
6852007/01/07 (thomasb)
686----------
687- Applied patch for preview caching (closes #1484186)
688- Added Thai and Vietnamese localization files
689
690
6912006/12/29 (thomasb)
692----------
693- Added error handling for attachment uploads
694- Use multibyte safe string functions where necessary (closes #1483988)
695- Updated Swiss German localization (de_CH)
696
697
6982006/12/22 (thomasb)
699----------
700- Applied security patch to validate the submitted host value (by Kees Cook)
701- Applied security patch to validate input values when deleting contacts (by Kees Cook)
702- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
703- Applied a patch to more aggressively sanitize a HTML message
704- Visualize blocked images in HTML messages
705
706
7072006/12/20 (thomasb)
708----------
709- Fixed wrong message listing when showing search results (closes #1484131)
710- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
711- Show remote images when opening HTML message part as attachment
712
713
7142006/12/17 (thomasb)
715----------
716- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
717
718
7192006/12/06 (thomasb)
720----------
721- Improve memory usage when sending mail (closes #1484098)
722- Mark messages as read once the preview is loaded (closes #1484132)
723- Include smtp final response in log (closes #1484081)
724
725
7262006/12/04 (thomasb)
727----------
728- Corrected date string in sent message header (closes #1484125)
729- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
730- Changed srong tooltips for message browse buttons (closes #1483930)
731
732
7332006/12/03 (estadtherr)
734----------
735- Added fix to convert HTML signatures for plain text messages
736- Fixed signature delimeter character to be standard (Bug #1484035)
737
738
7392006/12/01 (thomasb)
740----------
741- Implemented preview pane
742- Fixed XSS vulnerability (Bug #1484109)
743- Remove newlines from mail headers (Bug #1484031)
744- Selection issues when moving/deleting (Bug #1484044)
745- Applied patch of Clement Moulin for imap host auto-selection
746- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
747- Fixed folder name encoding in subscription list (Bug #1484113)
748- Fixed JS errors in identity list (Bug #1484120)
749- Show client debug console on debug_level 8
750- Added Serbian translation
751- Updated Spanish and Bulgarian localization
752
753
7542006/11/22 (robin)
755----------
756- Fix a bug introduced with Shift-Del yesterday
757
758
7592006/11/21 (robin)
760----------
761- Add missing nl_NL translations
762- Translate foldernames in folder form (closes #1484113)
763
764
7652006/11/21 (robin)
766----------
767- Added first and last buttons to message list, address book
768  and message detail
769- Pressing Shift-Del bypasses Trash folder
770- Enable purge command for Junk folder
771
772
7732006/11/17 (robin)
774----------
775- Re-initialize message list after shift-select and delete
776
777
7782006/11/16 (robin)
779----------
780- Fixed updating message list after expunge and purge
781- Fetch all aliases if virtuser_query is used instead
782  of only the first one
783
784
7852006/11/11 (estadtherr)
786----------
787- fixed deletion/moving of messages from within "show" page
788
789
7902006/11/09 (thomasb)
791----------
792- Little bugfix in HTML encoding
793- Fixed encoding issues and delete-on-reply problem
794- Corrected template parsing
795
796
7972006/11/07 (estadtherr)
798----------
799- Upgraded to TinyMCE v2.0.8
800- Fixed CSS path for editor popups
801
8022006/09/26 (estadtherr)
803----------
804- Added spellchecker plugin to TinyMCE configuration
805- Fixed HTML/Plain toggle labels
806
807
8082006/09/24 (thomasb)
809----------
810- Partial client re-write with a common list class
811- Re-enabled multi select of contacts (Bug #1484017)
812- Enable contact editing right after creation (Bug #1459641)
813- Updated Hungarian, Estonian and Traditional Chinese localization
814
815
8162006/09/19 (thomasb)
817----------
818- Correct UTF-7 to UTF-8 conversion if mbstring is not available
819
820
8212006/09/13 (estadtherr)
822----------
823- Introduction of TinyMCE HTML editor support for message composition and signatures
824  Note : a new column is added to the "identities" database table
825
826
8272006/09/12 (estadtherr)
828----------
829- Fixed html2text treatment of table headers (Bug #1484020)
830- Fixed IMAP fetch of message body (Bug #1484019)
831
832
8332006/09/08 (thomasb)
834----------
835- Fixed safe_mode problems (Bug #1418381)
836- Fixed wrong header encoding (Bug #1483976)
837
838
8392006/09/07 (thomasb)
840----------
841- Made automatic draft saving configurable
842- Fixed JS bug when renaming folders (Bug #1483989)
843- Don't wait for complete page load when calling JavaScript init()
844- Some improvements to prevent session expiration
845- Prevent from double submit of spell check requests
846
847
8482006/09/01 (thomasb)
849----------
850- Imporoved message parsing and HTML validation
851- Added quota display as image (by Brett Patterson)
852- Corrected creation of a message-id
853- Updated Norwegian (bokmal) localization
854
855
8562006/08/30 (thomasb)
857----------
858- New indentation for quoted message text
859- Improved HTML validity
860
861
8622006/08/28 (estadtherr)
863----------
864- Fixed URL character set (Ticket #1445501)
865- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
866
867
8682006/08/25 (thomasb)
869----------
870- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
871- Finalized new message parsing (+ chaching)
872- Updated SQL scripts and UPGRADING instructions
873
874
8752006/08/23 (thomasb)
876----------
877- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
878
879
8802006/08/20 (thomasb)
881----------
882- Fixed wrong usage of mbstring (Bug #1462439)
883- Set default spelling language (Ticket #1483938)
884- Added support for Nox Spell Server
885
886
8872006/08/18 (thomasb)
888----------
889- Re-built message parsing (Bug #1327068)
890  Now based on the message structure delivered by the IMAP server.
891- Fixed some XSS and SQL injection issues
892
893
8942006/08/10 (thomasb)
895----------
896- Fixed charset problems with folder renaming
897
898
8992006/08/04 (thomasb)
900----------
901- Fixed Bug in saving identities (Ticket #1483915)
902- Set folder name in window title (Bug #1483919)
903- Don't add imap_root to INBOX path (Bug #1483816)
904- Attempt to create default folders only after login
905- Avoid usage of $CONFIG in rcube_imap class
906
907
9082006/07/30 (thomasb)
909----------
910- Alter links in HTML messages (Bug #1326402)
911- Added fallback if host not found in 'mail_domain' array
912- Applied patch of Charles to highlight droptargets (Ticket #1473034)
913- Fixed folder renaming (Bug #1483914)
914- Added confirmation message after deleting a folder
915
916
9172006/07/25 (thomasb)
918----------
919- Made folder renaming a bit more ajax-style
920- Changed rename-labels and German translation
921- Fixed addressbox countbar width (Bug #1483845)
922- Fixed refresh interval problems in Safari (Bug #1483902)
923- Fixed clear_message_list_header() errors (Bug #1483898)
924- Sanity check of $message_set in imap.inc (Bug #1443200)
925- Added correct changing of message list headers for Sent folder
926- Updated Spanish localization (Ticket #1483887)
927- Applied patch #1483846
928
929
9302006/07/24 (richs)
931----------
932- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
933- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
934- Draft saving now properly returns an error when saving fails
935- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
936- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
937
938
9392006/07/19 (thomasb)
940----------
941- Correct entity encoding of link urls (HTML validity)
942- Improved usability in compose step (Ticket #1483807)
943- Added absolute URLs to several buttons (for "open in new window")
944- Applied patch #1328032
945- Fixed Bug/Patch #1443200
946
947
9482006/07/18 (thomasb)
949----------
950- Fixed password with spaces issue (Bug #1364122)
951- Replaced _auth hash with second cookie (Ticket #1483811)
952- Don't use get_input_value() for passwords (Bug #1468895)
953- Made password encryption key configurable
954- Minor bugfixes with charset encoding
955- Added <label> tags to forms (Ticket #1483810)
956
957
9582006/07/07 (thomasb)
959----------
960- Fixed INSTALL_PATH bug #1425663
961
962
9632006/07/03 (richs)
964----------
965- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
966- Updated French localizations (Ticket #1483862)
967- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
968- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
969- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
970- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
971
972
9732006/06/30 (richs)
974----------
975- Fixed empty INBOX compatibility bug (Patch #1443200)
976- Temporarily fixed French "compact" localization (Patch #1483862)
977- Fixed "Select All" not working with Delete interface button (Bug #1332434)
978- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
979- Fixed "unread count" in window title when count changed (Bug #1483812)
980- Fixed DB error when deleting from message table (Patch #1483835)
981
982
9832006/06/29 (richs)
984----------
985- Added ability to remove attachments (Feature #1436721)
986- Default folders are now auto-created on first login (Feature #1471594)
987- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
988- Corrected Italian localizations
989- Tweaked rename-folder form to clear after a rename
990
991
9922006/06/26 (richs)
993----------
994- Added button to immediately check for new messages
995- New message checking now displays status "Checking for new messages..."
996- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
997- Task buttons now respond to clicks by darkening (as in other applications)
998- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
999- Added ability to sort messages by "Size"
1000- Added ability to rename folders (Feature #1326396)
1001- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1002- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1003
1004
10052006/06/25
1006----------
1007- Changed behavior to include host-specific configuration (Bug #1483849)
1008- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1009- Fixed spell checker to work with the new URL at google.com
1010- Some memory and security optimizations sendmail.inc
1011- Updated UGRADING description
1012
1013
10142006/06/19
1015----------
1016- Added Drafts support (Feature #1326839) (richs)
1017
1018
10192006/06/02
1020----------
1021- Updated Estonian localization and moved from ee to et
1022- Added Bulgarian localization
1023
1024
10252006/05/25
1026----------
1027- Finalized GoogieSpell integration
1028
1029
10302006/05/18
1031----------
1032- Added Arabic and Armenian localizations
1033- Updated Russian localization
1034- Removed MDB2 classes from repository. Install them seperately if used.
1035- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1036- Allow & in e-mail addresses
1037
1038
10392006/05/05
1040----------
1041- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1042- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1043- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1044- Corrected INSTALL description (Bug #1476106)
1045- Added charset to javascript HTTP headers
1046- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1047- Changed login page title regarding product name (Bug #1476413)
1048- Pimped search function
1049- Applied attachment viewing/forwarding patches by Andrew Fladmark
1050- Applied prev/next patch by Leonard Bouchet
1051- Applied patches by Mark Bucciarelli
1052- Applied patch for requesting receipts by Salvatore Ansani
1053- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1054
1055
10562006/04/13
1057----------
1058- Added Slovenian localization
1059- Updated Portuguese localization
1060- Fixed parent.location problem for compose-links
1061- Added sort order saving patch by Jacob Brunson
1062- Added gzip compression support
1063
1064
10652006/04/02
1066----------
1067- Added Lithuanian localization
1068- Improved search function
1069- Added version string as template object
1070- Load host-specific configuration file (see config/main.inc.php)
1071- New config parameter adding domain to user names for login
1072- Strip tags on _auth, _action, _task parameters
1073- Corrected labels for next/previous page buttons in address book
1074
1075
10762006/03/23
1077----------
1078- Auto-detect mail header delimiters
1079- Regard daylight savings
1080- Localized quota display
1081- Started implementing search function
1082
1083
10842006/03/20
1085----------
1086- Avoid error message when saving an unchanged identity (Bug #1429510)
1087- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1088- Enable some HTML links for use with "open in new window" or "save target"
1089- Check meta-key instead of ctrl on Macs
1090- Ignore double clicks when holding down a modifier key
1091- Fixed reloading of the login page
1092- Fixed typo in compose template (Bug #1446852)
1093- Added compose button to message read step (Request #1433288)
1094- New config parameter for persistent database connections (Bug #1431817)
1095
1096
10972006/03/14
1098----------
1099- Don't remove internal HTML tags in plaintext messages
1100- Improved error handling in DB connection failure
1101
1102
11032006/02/22
1104----------
1105- Updated localizations
1106- Fixed bug #1435989
1107
1108
11092006/02/19
1110----------
1111- Updated localizations
1112- Applied patch of Anders Karlsson
1113- Applied patch of Jacob Brunson
1114- Applied patch for virtuser_query by Robin Elfrink
1115- Added support for References header (patch by Auke)
1116- Added support for mbstring module by Tadashi Jokagi
1117- Added function for automatic remove of slashes on GET and POST vars
1118  if magic_quotes is enabled
1119
1120
11212006/02/05
1122----------
1123- Added Slovak, Hungarian, Bosnian and Croation translation
1124- Fixed bug when inserting signatures with !?&
1125- Chopping message headers before inserting into the message cache table
1126  (to avoid bugs in Postgres)
1127- Allow one-char domains in e-mail addresses
1128- Make product name in page title configurable
1129- Make username available as skin object
1130- Added session_write_close() in rcube_db class destructor to avoid problems
1131  in PHP 5.0.5
1132- Use move_uploaded_file() instead of copy() for a more secure handling of
1133  uploaded attachments
1134- Additional config parameter to show/hide deleted messages
1135- Added periodic request for checking new mails (Request #1307821)
1136- Added EXPUNGE command
1137- Optimized loading time for mail interface
1138- Changed to full UTF-8 support
1139- Additional timezones (Patch #1389912)
1140- Added LDAP public search (experimental)
1141- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1142- Casting to strings when adding empty headers to message cache (Bug #1406026)
1143- Skip sender-address as recipient when Reply-to-all
1144- Fixes in utf8-class
1145- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1146- Added garbage collector for message cache
1147- Added patches for BCC headers
1148
1149
11502005/12/16
1151----------
1152- Added Turkish and Simplified Chinese translation
1153- Use virtusertable to resolve e-mail addresses at login
1154- Configurable mail_domain used to compose correct e-mail addresses
1155  on first login
1156
1157
11582005/12/03
1159----------
1160- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1161  Estonian and Chinese translation
1162- Get IMAP server capabilities in array
1163- Check for NAMESPACE capability before sending command
1164- Set default user language from config 'locale_string'
1165- Added sorting patch for message list
1166- Make default sort col/order configurable
1167- Fixed XSS in address book and identities
1168- Added more XSS protection (Bug #1308236)
1169- Added tab indexes for compose form
1170- Added 'changed' col to contacts table
1171- Support for 160-bit session hashes
1172- Added input check for contacts and identities (Patch #1346523)
1173- Added messages/warning to compose step (Patch #1323895)
1174- Added favicon to the default skin
1175- Fixed Bug #1334337 as far as possible
1176- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1177- Redesign of client side AJAX code (enable multi threading)
1178- Added keep-alive signal every minute
1179- Make logs dir configurable
1180- Added support for SMTPS
1181- Decode attachment file names
1182- Make delimiter for message headers configurable
1183- Add generic footer to sent messages
1184- Choose the rigt identity when replying
1185- Remove signature when replying (Request #1333167)
1186- Signatures for each identity
1187- Select charset when composing message
1188- Complete re-design of the caching mechanism
1189
1190
11912005/08/11
1192----------
1193- Write list header to client even if list is empty
1194- Add functions "select all", "select none" to message list
1195- Improved filter for HTML messages to remove potentially malicious tags
1196  (script, iframe, object) and event handlers.
1197- Buttons for next/previous message in view mode
1198- Add new created contact to list and show confirmation status
1199- Added folder management (subscribe/create/delete)
1200- Log message sending (SMTP log)
1201- Grant access for Camino browser
1202- Added German translation
1203
1204
12052005/10/20
1206----------
1207- Added Swedish, Latvian, Portuguese and Catalan translation
1208- Make SMTP auth method configurable
1209- Make mailboxlist scrollable (Bug #1326372)
1210- Fixed SSL support
1211- Improved support for Courier IMAP (root folder and delimiter issues)
1212- Moved taskbar from bottom to top
1213- Added 'session_lifetime' parameter
1214- Fixed wrong unread count when deleting message (Bug #1332434)
1215- Srip tags when creating a new folder (Bug #1332084)
1216- Translate HTML tags in message headers (Bug #1330134)
1217- Correction in German translation (Bug #1329434)
1218- Display folder names with special chars correctly (Bug #1330157)
1219
1220
12212005/10/07
1222----------
1223- Added French, Italian, Spanish, Danish, Dutch translation
1224- Clarified license (Bug #1305966)
1225- Fixed PHP warnings (Bug #1299403)
1226- Fixed english translation (Bug #1295406)
1227- Fixed bug #1290833: Last character of email not seen
1228- Fixed bug #1292199 when creating new user
1229- Allow more browsers (Bug #1285101)
1230- Added setting for showing pretty dates
1231- Added support for SQLite database
1232- Make use of message caching configurable
1233- Also add attachments when forwarding a message
1234- Long folder names will not flow over message list (Bug #1267232)
1235- Show nested mailboxes hieracically
1236- Enable IMAPS by host
1237
1238
12392005/08/20
1240----------
1241- Improved cacheing of mailbox messagecount
1242- Fixed javascript bug when creating a new message folder
1243- Fixed javascript bugs #1260990 and #1260992: folder selection
1244- Make Trash folder configurable
1245- Auto create folders Inbox, Sent and Trash (if configured)
1246- Support for IMAP root folder
1247- Added support fot text/enriched messages
1248- Make list of special mailboxes configurable
1249
Note: See TracBrowser for help on using the repository browser.