diff options
author | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
commit | 86958f70d2970704e9ec6935d65e294c077143ea (patch) | |
tree | 43d9a57ffda90e2ff4f5adbe0ce64e335dc984a9 /CHANGELOG | |
parent | 43a42dcf405c1667f0f39150ffaa8bbda7d9d1a0 (diff) |
Improved contacts drop down; HTML output improvements; JS code cleanup
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ CHANGELOG RoundCube Webmail --------------------------- +2007/03/18 (thomasb) +---------- +- Also use user_id for unique key in messages table (closes #1484074) +- Hide contacts drop down on blur (closes #1484203) +- Make entries in contacts drop down clickable +- Turn off browser autocompletion on login page +- Quote <? in text/html message parts +- Hide border around radio buttons +- Replaced old JS function calls. + + 2007/03/13 (thomasb) ---------- - Applied patch for attachment download by crichardson (closes #1484198) |