Changeset 53ed1e3 in github


Ignore:
Timestamp:
Dec 1, 2006 1:08:28 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
bad419c
Parents:
b190970
Message:

Updated CHANGELOG and UPGRADING instructions

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r086377c r53ed1e3  
    22--------------------------- 
    33 
     42006/12/01 (thomasb) 
     5---------- 
     6- Implemented preview pane 
     7- Fixed XSS vulnerability (Bug #1484109) 
     8- Remove newlines from mail headers (Bug #1484031) 
     9- Selection issues when moving/deleting (Bug #1484044) 
     10- Applied patch of Clement Moulin for imap host auto-selection 
     11- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886) 
     12- Fixed folder name encoding in subscription list (Bug #1484113) 
     13- Fixed JS errors in identity list (Bug #1484120) 
     14- Show client debug console on debug_level 8 
     15 
    416 
    5172006/11/22 (robin) 
     18---------- 
    619- Fix a bug introduced with Shift-Del yesterday 
    720 
    821 
    9222006/11/21 (robin) 
     23---------- 
    1024- Add missing nl_NL translations 
    1125- Translate foldernames in folder form (closes #1484113) 
     
    1327 
    14282006/11/21 (robin) 
     29---------- 
    1530- Added first and last buttons to message list, address book 
    1631  and message detail 
     
    3651 
    3752 
     532006/11/09 (thomasb) 
     54---------- 
     55- Little bugfix in HTML encoding 
     56- Fixed encoding issues and delete-on-reply problem 
     57- Corrected template parsing 
     58 
     59 
    38602006/11/07 (estadtherr) 
    3961---------- 
    4062- Upgraded to TinyMCE v2.0.8 
    4163- Fixed CSS path for editor popups 
    42  
    4364 
    44652006/09/26 (estadtherr) 
  • UPGRADING

    r6358319 r53ed1e3  
    1414* add these lines to /config/main.inc.php 
    1515  $rcmail_config['draft_autosave'] = 300; 
     16  $rcmail_config['htmleditor'] = TRUE; 
     17  $rcmail_config['preview_pane'] = TRUE; 
    1618 
    1719 
Note: See TracChangeset for help on using the changeset viewer.