Changeset 53ed1e3 in github
- Timestamp:
- Dec 1, 2006 1:08:28 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- bad419c
- Parents:
- b190970
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r086377c r53ed1e3 2 2 --------------------------- 3 3 4 2006/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 4 16 5 17 2006/11/22 (robin) 18 ---------- 6 19 - Fix a bug introduced with Shift-Del yesterday 7 20 8 21 9 22 2006/11/21 (robin) 23 ---------- 10 24 - Add missing nl_NL translations 11 25 - Translate foldernames in folder form (closes #1484113) … … 13 27 14 28 2006/11/21 (robin) 29 ---------- 15 30 - Added first and last buttons to message list, address book 16 31 and message detail … … 36 51 37 52 53 2006/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 38 60 2006/11/07 (estadtherr) 39 61 ---------- 40 62 - Upgraded to TinyMCE v2.0.8 41 63 - Fixed CSS path for editor popups 42 43 64 44 65 2006/09/26 (estadtherr) -
UPGRADING
r6358319 r53ed1e3 14 14 * add these lines to /config/main.inc.php 15 15 $rcmail_config['draft_autosave'] = 300; 16 $rcmail_config['htmleditor'] = TRUE; 17 $rcmail_config['preview_pane'] = TRUE; 16 18 17 19
Note: See TracChangeset
for help on using the changeset viewer.
