summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
AgeCommit message (Collapse)Author
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4826 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01Add collected text labels in one single function callthomasb
git-svn-id: https://svn.roundcube.net/trunk@4825 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alec
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder) git-svn-id: https://svn.roundcube.net/trunk@4793 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Fix saving collapsed_folders settingsalec
git-svn-id: https://svn.roundcube.net/trunk@4786 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alec
git-svn-id: https://svn.roundcube.net/trunk@4775 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add extended command for saving prefsalec
git-svn-id: https://svn.roundcube.net/trunk@4774 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-14- Fixed listmenu (added workaround for http://bugs.jquery.com/ticket/9284)alec
- Small code improvements and use preferred .prop() instead of .attr() for some properties git-svn-id: https://svn.roundcube.net/trunk@4767 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Add forward-as-attachment featurealec
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix bug where messages were deleted instead moved to trash folder after ↵alec
Shift key was used (#1487902), small code improvements git-svn-id: https://svn.roundcube.net/trunk@4732 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
git-svn-id: https://svn.roundcube.net/trunk@4723 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alec
request (#1487892) git-svn-id: https://svn.roundcube.net/trunk@4711 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alec
delete-photo according to photo existance), code cleanup git-svn-id: https://svn.roundcube.net/trunk@4707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25- Fix quota indicator in Webkitalec
git-svn-id: https://svn.roundcube.net/trunk@4697 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-24- Remove cache buster from check-recent/keep-alive requests, it's already ↵alec
added by jQuery git-svn-id: https://svn.roundcube.net/trunk@4688 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-23 - Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)netbit
- Small improvement in the look of quota indicator git-svn-id: https://svn.roundcube.net/trunk@4686 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-22- Fix update_contact_row() was setting wrong ID when newcid=nullalec
git-svn-id: https://svn.roundcube.net/trunk@4684 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-21- Don't show ajax request errors when there is no real erroralec
git-svn-id: https://svn.roundcube.net/trunk@4681 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-19Don't check identity email if not editable; fix import messagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4669 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-13- Fixed possible js error occurance (#1487872)alec
git-svn-id: https://svn.roundcube.net/trunk@4651 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11Fix call to parent windowthomasb
git-svn-id: https://svn.roundcube.net/trunk@4644 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11- Fix setting 'unfocused' class on folder selectionalec
git-svn-id: https://svn.roundcube.net/trunk@4642 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Prevent javascript error if TinyMCE is not initialized (#1487862)alec
git-svn-id: https://svn.roundcube.net/trunk@4638 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in ↵thomasb
session and thus no keep-alive necessary; fixes #1487829 git-svn-id: https://svn.roundcube.net/trunk@4615 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-17- Fix console handling in IE8alec
git-svn-id: https://svn.roundcube.net/trunk@4611 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-15Keep session alive while showing login page (request token is stored in ↵thomasb
session data) git-svn-id: https://svn.roundcube.net/trunk@4609 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-15- Move console initialization to rcube.init(), hide console area if ↵alec
browser's console exists, some code cleanup git-svn-id: https://svn.roundcube.net/trunk@4608 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28Workaround for IE not sending referer with location.href (#1487806)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4579 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-27Update group identifier in modelthomasb
git-svn-id: https://svn.roundcube.net/trunk@4574 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-25- Fix attachments uploading, broken with devel-addressbook branch mergealec
git-svn-id: https://svn.roundcube.net/trunk@4570 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-19- Improve displaying of autocompletechars messagealec
git-svn-id: https://svn.roundcube.net/trunk@4563 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4552 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ↵thomasb
identifier string to rel attribute where possible git-svn-id: https://svn.roundcube.net/trunk@4508 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept ↵thomasb
already localized texts in rcube_output::show_message() git-svn-id: https://svn.roundcube.net/trunk@4498 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-05Normalize group list-item identifier when inserting a new address groupthomasb
git-svn-id: https://svn.roundcube.net/trunk@4496 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-01- Fix command handlers return value check, unify typeof usagealec
git-svn-id: https://svn.roundcube.net/trunk@4476 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23When creating a new contact, add it to the selected group; consider the ↵thomasb
selected group when deleting a contact git-svn-id: https://svn.roundcube.net/trunk@4454 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Wrap unread count in <span> for more flexible stylingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4445 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Show full mail subject as title (#1487128)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4432 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Fix: selecting Preferences tab doesn't work after clicking other tabalec
git-svn-id: https://svn.roundcube.net/trunk@4430 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19Fix list column add/removal in IE (#1487703)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4426 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alec
git-svn-id: https://svn.roundcube.net/trunk@4422 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Missed some replacements in previous commit...thomasb
git-svn-id: https://svn.roundcube.net/trunk@4411 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-09- Use 'loading' message's labels stacking + some code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4400 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-06Only display one loading message at oncethomasb
git-svn-id: https://svn.roundcube.net/trunk@4397 208e9e7b-5314-0410-a742-e7e81cd9613c