Changeset 389 in subversion


Ignore:
Timestamp:
Dec 1, 2006 1:08:28 PM (6 years ago)
Author:
thomasb
Message:

Updated CHANGELOG and UPGRADING instructions

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r383 r389  
    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) 
  • trunk/roundcubemail/UPGRADING

    r353 r389  
    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.