Changes between Version 15 and Version 16 of Changelog


Ignore:
Timestamp:
Dec 30, 2008 11:07:55 AM (4 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v15 v16  
    11= CHANGELOG = 
     2 
     3 * Fix mark popup in IE 7 (#1485369) 
     4 * Fix line-break issue when copy & paste in Firefox (#1485425) 
     5 * Fix autocomplete "unknown server error" (#1485637) 
     6 * Fix STARTTLS before AUTH in SMTP connection (#1484883) 
     7 * Support multiple quota values in QUOTAROOT resonse (#1485626) 
     8 * Only abbreviate file name for IE < 7 browsers (#1485063) 
     9 * Performance: allow setting imap rootdir and delimiter before connect (#1485172) 
     10 * Fix sorting of folders with more than 2 levels (#1485569) 
     11 * Fix search results page jumps in LDAP addressbook (#1485253) 
     12 * Fix empty line before the signature in IE (#1485351) 
     13 * Fix horizontal scrollbar in preview pane on IE (#1484633) 
     14 * Add Robots meta tag in login page and installer (#1484846) 
     15 * Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 
     16 * Option to check for new mails in all folders (#1484374) 
     17 * Don't set client busy when checking for new messages (#1485276) 
     18 * Allow UTF-8 folder names in config (#1485579) 
     19 * Add junk_mbox option configuration in installer (#1485579) 
     20 * Do serverside addressbook queries for autocompletion (#1485531) 
     21 * Allow setting attachment col position in 'list_cols' option 
     22 * Allow override 'list_cols' via skin (#1485577) 
     23 * Fix 'cache' table cleanup on session destroy (#1485516) 
     24 * Increase speed of session destroy and garbage clean up 
     25 * Fix session timeout when DB server got clock skew (#1485490) 
     26 * Fix handling of some malformed messages (#1484438) 
     27 * Speed up raw message body handling 
     28 * Better HTML entities conversion in html2text (#1485519) 
     29 * Fix big memory consumption and speed up searching on servers without SORT capability 
     30 * Fix setting locale to tr_TR, ku and az_AZ (#1485470)  
     31 * Use SORT for searching on servers with SORT capability 
     32 * Added message status filter 
     33 * Fix empty file sending (#1485389) 
     34 * Improved searching with many criterias (calling one SEARCH command) 
     35 * Fix HTML editor initialization on IE (#1485304) 
     36 * Add warning when switching editor mode from html to plain (#1485488) 
     37 * Make identities list scrollable (#1485538) 
     38 * Fix problem with numeric folder names (#1485527) 
     39 * Added BYE response simple support to prevent from endless loops in imap.inc (#1483956) 
     40 * Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409) 
     41 * Remove port number from SERVER_NAME in smtp_helo_host (#1485518) 
     42 * Don't send disposition notification receipts for messages marked as 'read' (#1485523) 
     43 * Added 'keep_alive' and 'min_keep_alive' options (#1485360) 
     44 * Added option 'identities_level', removed 'multiple_identities' 
     45 * Allow deleting identities when multiple_identities=false (#1485435) 
     46 * Added option focus_on_new_message (#1485374) 
     47 * Fix html2text class autoloading on Windows (#1485505) 
     48 * Fix html signature formatting when identity save error occured (#1485426) 
     49 * Add feedback and set busy when moving folder (#1485497) 
     50 * Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489) 
     51 * Fix messages count bar overlapping (#1485270) 
     52 * Fix adding signature in drafts compose mode (#1485484) 
     53 * Fix iil_C_Sort() to support very long and/or divided responses (#1485283) 
     54 * Fix matching case sensitivity when setting identity on reply (#1485480) 
     55 * Prefer default identity on reply 
     56 * Fix imap searching on ISMail server (#1485466) 
     57 * Add css class for flagged messages (#1485464) 
     58 * Write username instead of id in sendmail log (#1485477) 
     59 * Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) 
     60 * Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) 
     61 * Added bin/killcache.php script (#1485434) 
     62 * Add support for SJIS, GB2312, BIG5 in rc_detect_encoding() 
     63 * Fix vCard file encoding detection for non-UTF-8 strings (#1485410) 
     64 * Add 'skip_deleted' option in User Preferences (#1485445) 
     65 * Minimize "inline" javascript scripts use (#1485433) 
     66 * Fix css class setting for folders with names matching defined classes names (#1485355) 
     67 * Fix race conditions when changing mailbox 
     68 * Fix spellchecking when switching to html editor (#1485362) 
     69 * Fix compose window width/height (#1485396) 
     70 * Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) 
     71 * Localized filesize units (#1485340) 
     72 * Better handling of "no identity" and "no email in identity" situations (#1485117) 
     73 * Added 'mime_param_folding' option with possibility to choose long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) 
     74 * Added "advanced options" feature in User Preferences 
     75 * Fix unread counter when displaying cached massage in preview panel (#1485290) 
     76 * Fix htmleditor spellchecking on MS Windows (#1485397) 
     77 * Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096) 
     78 * Fix language autodetection (#1485401) 
     79 * Fix button label in folders management (#1485405) 
     80 * Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403) 
     81 * Fix handling of apostrophes in filenames decoded according to rfc2231 
     82 
     83== Release 0.2-beta == 
    284 
    385 * Made config files location configurable (#1485215)