diff options
author | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
commit | f0f98fb108885aca3c29f759128040ef9e015e68 (patch) | |
tree | 9e2c6251221d21817eef835d7e0778da45d50e13 /CHANGELOG | |
parent | d52676effc52f8a92c70b4e7267de8b2a47b6ffe (diff) |
Improvements to Draft handling
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ CHANGELOG RoundCube Webmail --------------------------- +2006/07/24 (richs) +---------- +- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869) +- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc +- Draft saving now properly returns an error when saving fails +- Draft timer stops and resets properly when attachments are uploaded, or when saving manually +- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened + + 2006/07/19 (thomasb) ---------- - Correct entity encoding of link urls (HTML validity) |