summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
AgeCommit message (Collapse)Author
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- Support action in form of "task/action" in goto_url()alec
git-svn-id: https://svn.roundcube.net/trunk@3988 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-17- Fix list_cols is not updated after column dragging (#1486999)alec
- Improved save-pref action and moved to separate file in utils task directory - Improved http_post/http_request to support first argument in form 'task/action' git-svn-id: https://svn.roundcube.net/trunk@3971 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-30- Small improvementalec
git-svn-id: https://svn.roundcube.net/trunk@3927 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-30- Fix hide_message() to work when called from an iframealec
git-svn-id: https://svn.roundcube.net/trunk@3926 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-30- Fix JS error when spellchecker feature is disabledalec
git-svn-id: https://svn.roundcube.net/trunk@3925 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-30- lock_form(): fix hidden fields were disabled because of wrong type checkalec
- lock_form(): fix initially disabled fields shouldn't be enabled on unlock git-svn-id: https://svn.roundcube.net/trunk@3919 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-28- Fix "Threaded" checkbox after subfolder creation (#1486928)alec
git-svn-id: https://svn.roundcube.net/trunk@3917 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-28- Fix r3913: don't run spellchecker on sendalec
git-svn-id: https://svn.roundcube.net/trunk@3915 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-28- Fix JS error on IE when trying to send HTML message with enabled ↵alec
spellchecker (#1486940) git-svn-id: https://svn.roundcube.net/trunk@3913 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-27- Fix "Select all" causes message to be opened in folder with exactly one ↵alec
message (#1486913) git-svn-id: https://svn.roundcube.net/trunk@3908 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-24- Unset message type after hidding italec
git-svn-id: https://svn.roundcube.net/trunk@3904 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-24- Fix set_busy() when called from an iframealec
git-svn-id: https://svn.roundcube.net/trunk@3903 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-23- Fix list page controls when contacts group is selectedalec
git-svn-id: https://svn.roundcube.net/trunk@3900 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-11- Two fixes for Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@3890 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-03- Fix ESC key doesn't close folder name edition field in Google Chromealec
git-svn-id: https://svn.roundcube.net/trunk@3858 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-02- Fix message list and preview pane cleanup on search requestalec
git-svn-id: https://svn.roundcube.net/trunk@3854 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-31Don't replace error messages with loading info (#1486300)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3847 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-31Disable active spell check in tinyMCE before switching to plaintext mode ↵thomasb
(#1486870) + focus message field after mode switch git-svn-id: https://svn.roundcube.net/trunk@3846 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-26- Fix group creation field hiding on webkit (Chromium) (#1486839)alec
git-svn-id: https://svn.roundcube.net/trunk@3831 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-24- Allow commands with mutiple - (#1486851)alec
git-svn-id: https://svn.roundcube.net/trunk@3822 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-24- Fix typo in update_contact_row() (#1486875)alec
git-svn-id: https://svn.roundcube.net/trunk@3821 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-30- Resize editor after switching to html modealec
- create toggle-editor command in app.js, to make possible binding to this command - Code cleanup in rcmail_ui (moved compose-related functions into rcmail_ui) git-svn-id: https://svn.roundcube.net/trunk@3793 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-30- Improved command() to call simple command functions directlyalec
git-svn-id: https://svn.roundcube.net/trunk@3792 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-29- Improved compose screen: resizable body and attachments list, vertical ↵alec
splitter, options menu - Removed productname/version element, changed footer size to 20px git-svn-id: https://svn.roundcube.net/trunk@3789 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-28- Fix RC forgets search results (#1483883)alec
git-svn-id: https://svn.roundcube.net/trunk@3787 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- Hide disabled fieldsets in messages list menualec
git-svn-id: https://svn.roundcube.net/trunk@3782 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- Fix quota indicator position on Opera 10.10alec
git-svn-id: https://svn.roundcube.net/trunk@3779 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-19- Move quota indicator to mailboxlist footeralec
- Fix groupcontrols on IE6 (use gif) git-svn-id: https://svn.roundcube.net/trunk@3771 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-18- Don't call keep-alive on print pagealec
git-svn-id: https://svn.roundcube.net/trunk@3768 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-18- unset env.messages on mailbox change to save some browser's memoryalec
git-svn-id: https://svn.roundcube.net/trunk@3765 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-18- Extend rcmail.env.messages with 'flags' object for plugin's flags (#1486266)alec
git-svn-id: https://svn.roundcube.net/trunk@3764 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- Added mailboxlist options menu in message pagealec
git-svn-id: https://svn.roundcube.net/trunk@3737 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alec
git-svn-id: https://svn.roundcube.net/trunk@3726 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Fix autocomplete results are wrongly displayed when search string contains ↵alec
e.g. a dot character git-svn-id: https://svn.roundcube.net/trunk@3704 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-01Allow to drag into groups of another address sourcethomasb
git-svn-id: https://svn.roundcube.net/trunk@3694 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-01Fix subject column after re-arranging colsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3691 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-30- some fixes in message list columns handlingalec
git-svn-id: https://svn.roundcube.net/trunk@3689 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-30- 'threads' column made movablealec
git-svn-id: https://svn.roundcube.net/trunk@3688 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-29- Add request* event triggers in http_post/http_request (#1486054)alec
git-svn-id: https://svn.roundcube.net/trunk@3687 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Renamed events for groups handling, insertgroup -> group_insert,alec
updategroup -> group_update, removegroup -> group_delete git-svn-id: https://svn.roundcube.net/trunk@3685 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- fix FF crash (#1486752)alec
- fix some issues after deleting last message from the list git-svn-id: https://svn.roundcube.net/trunk@3671 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- Trigger listupdate event after message removal from list (#1486734)alec
git-svn-id: https://svn.roundcube.net/trunk@3664 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- fixed parse erroralec
- support arguments of type object in enable_command() - simplify setting of state of message commands git-svn-id: https://svn.roundcube.net/trunk@3662 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25Better jqueryficationthomasb
git-svn-id: https://svn.roundcube.net/trunk@3661 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3660 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- Reverted change that removed response.callbacksalec
git-svn-id: https://svn.roundcube.net/trunk@3659 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25Wrap group name input field in <li> + more jqueryfication + add dummy group ↵thomasb
functionality to example address book plugin git-svn-id: https://svn.roundcube.net/trunk@3657 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-22- Fix wrong message on file upload error (#1486725)alec
git-svn-id: https://svn.roundcube.net/trunk@3652 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-21- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' eventsalec
- Removed response.callbacks feature git-svn-id: https://svn.roundcube.net/trunk@3650 208e9e7b-5314-0410-a742-e7e81cd9613c