summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Expand)Author
2010-05-21- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' eventsalec
2010-05-19- small improvementsalec
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
2010-05-18- remove temp codealec
2010-05-18- Added threads tree iconsalec
2010-05-17- code cleanupalec
2010-05-17- fix performance of getElementById wrapper for IE (don't look over all eleme...alec
2010-05-15- removed redundant code in expand_unread()alec
2010-05-15- improve performance of threads expanding/collapsing (significant on IE)alec
2010-05-15- remove offline message list generation on IE, this doesn't realy improve pe...alec
2010-05-14- removed old codealec
2010-05-14- Fix marking/deleting of all messages in search result (#1486736)alec
2010-05-14- Fix: reset select_all_mode on select-none actionalec
2010-05-13- Extend contact groups support (#1486682) alec
2010-05-12- Fix check-recent action issues and performance (#1486526)alec
2010-05-11- Fix signatures get added instead of replaced in plain text mode (#1486730)alec
2010-05-10- Fix setting sorting order to "None"alec
2010-05-07- Fix adding signature above the body in plain-text modealec
2010-05-06- Fix listupdate event doesn't trigger on search response (#1486708)alec
2010-05-06- last commit fixalec
2010-05-06- Fix select_all_mode value after selecting a message (#1486720)alec
2010-05-06- improve performance and consistency by setting all list-related env data in...alec
2010-05-05- Set focus to editor on reply in HTML mode (#1486632)alec
2010-05-02- Allow columns order change per user - drag&drop (#1485795)alec
2010-04-29- Add 'loading' message while login is in progress (#1486667)alec
2010-04-22- fix the contact creation when group is not selectedalec
2010-04-22- code cleanupalec
2010-04-20- fix iframe hack (divs must be removed also in mouseup)alec
2010-04-20- force mbox in check-recent (#1486629)alec
2010-04-19- fix dublicated request in msglist_click()alec
2010-04-16- code formatting, cleanup and small improvementsalec
2010-04-16- more code formattingalec
2010-04-15- removed redundant code + code formattingalec
2010-04-15- Fix messages list scrolling in FF3.6 (#1486472)alec
2010-04-14- Fix new contact group selection on IE (#1486630)alec
2010-04-14- use the same iframe hack as in splitter.jsalec
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group se...thomasb
2010-04-09Option not to mark messages as read when viewed in preview pane (#1485012)thomasb
2010-04-07Fix group expansion which was lost in r3457 + apply patch for autocompletion ...thomasb
2010-04-07Apply contact groups js patch (#1486606)thomasb
2010-04-02- fix empty body after switching from html to plainalec
2010-04-01Add client-side events when adding/removing groupsthomasb
2010-04-01Add server-side plugin hooks to address group functions + better action namesthomasb
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion m...thomasb
2010-03-31Implement group renaming/deleting + use more consistent names for commands an...thomasb
2010-03-31- Fix js error when switching editor mode (#1486593)alec
2010-03-30- Fix marking messages as unread on all pages (#1486592)alec
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalec
2010-03-28- TinyMCE 3.3.2alec
2010-03-26Implement insert_contact_group() to make group creation workthomasb