summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Expand)Author
2012-03-14- Fix bug where it wasn't possible to enter ( or & characters in autocomplete...alec
2012-03-13- Fix js errors (spellcheck-related) when switching editor mode in identity s...alec
2012-03-09- Unified (single) spellchecker buttonalec
2012-03-08- On login screen show only one message at a timealec
2012-03-03Move address book widget initialization out of the 'compose' action blockthomasb
2012-03-03Fix spellingthomasb
2012-03-03- Prevent from folder selection on virtual folder collapsing (#1488346)alec
2012-03-02Upgraded to jQuery 1.7.1 (#1488337)thomasb
2012-02-28- Add Russian to the spellchecker languages list (#1488135)alec
2012-02-27- Move percent_indicator from app.js into the skinalec
2012-02-26- Fixed identity delete button state, removed delete button in identity-edit ...alec
2012-02-25Fix script error in IE (#1488368)thomasb
2012-02-25Slighlty increase minimum browser requirementsthomasb
2012-02-13- Fix issue with folder creation under INBOX. namespace (#1488349)alec
2012-02-13- Added mailto: protocol handler registration link in User Preferences (#1486...alec
2012-01-24Fix thread expand/collapse callbacks which set css classesthomasb
2012-01-21Simplify codethomasb
2012-01-20Fine tuning Larry styles + browser specific css quirksthomasb
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2012-01-10Reflect threads expand status in css classesthomasb
2012-01-09- Fix error when calling remove_row() on non-existing rowalec
2012-01-05Don't enable all compose commands right awaythomasb
2012-01-05Implement address book widget on compose screenthomasb
2012-01-05Avoid dblclick events after 3rd clickthomasb
2012-01-05Show additional popup dialog on error messagesthomasb
2012-01-02Use iframes for identity managementthomasb
2012-01-01- Don't load jqueryui plugin, it's required now by defaultalec
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alec
2011-12-26Trigger client event when setting quota; fix plain text quota displaythomasb
2011-12-22Fix upload form handlingthomasb
2011-12-19Fix compose editor toggling and other style improvementsthomasb
2011-12-19- Fix expanding folders during drag&drop (#1488260)alec
2011-12-16Setup dialogs (using jquery UI) and compose form for Larrythomasb
2011-12-16Add more classes and options to HTML elements for better styleabilitythomasb
2011-12-11Make string for unread count configureable by skin; add file type classes to ...thomasb
2011-12-07- Add option to set default font for HTML message (#1484137) alec
2011-12-05Fix deletion of contacts from search resultsthomasb
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomasb
2011-12-04- Fix navigation in messages search resultsalec
2011-11-28- Fix handling HTML entities when converting HTML to text (#1488212)alec
2011-11-25- Unmark folder after unseen count has been changed to zeroalec
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alec
2011-11-23Improve clickjacking protection: bust frame or disable all form elements and ...thomasb
2011-11-23- Small optimisationsalec
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alec
2011-11-23Set selected state on task buttons; increase display time of messages/notific...thomasb
2011-11-22- Fix action when toggling prefer_html option statealec
2011-11-22- Code improvementsalec
2011-11-20- Added TinyMCE localizationsalec
2011-11-18- Added About tab in Settingsalec