Commit Graph

789 Commits (8fb04bee97aa6ae0b4a9faac0a4c0d2d27e1f64e)

Author SHA1 Message Date
alecpl d9615118f3 - Add abort_request() function 13 years ago
alecpl db0408a2b8 - Make that reset-search resets also pending searches 13 years ago
alecpl 5f5cf89c84 - Check current search value in ksearch_query_results() to prevent from wrong regexp replacement when it's empty 13 years ago
alecpl 2c77f553c8 - Add "loading" messages for contacts copying and groups assignment 13 years ago
alecpl 6e16260e63 - Fixed error in IE7 (#1488017) 13 years ago
alecpl 5731d68a97 - Added confirmation dialog for contact group deleting + loading indicator 13 years ago
alecpl dc0be3378a - Simplified frame lock handling 13 years ago
thomascube e3acfad9a1 Fix parse error in IE6 13 years ago
thomascube fcc7f861b1 Log session validation errors; keep error message when redirecting to login after session error 13 years ago
alecpl a1640053b9 - Unify/add loading messages when "opening" a frame 13 years ago
thomascube 951960e052 Delay window.print() on Safari browsers 13 years ago
alecpl b0eb95a662 - Fix errors when console is not defined (#1488010) 13 years ago
alecpl 31f05cc9a4 - Call ksearch_destroy() on ksearch_hide() 13 years ago
alecpl 909a3acb83 - Move console object initialization code into one place 13 years ago
alecpl 0213f8d4dd - Added optional "multithreading" autocomplete feature 13 years ago
alecpl 1b3ce758d4 - Add comment about FF5 bug workaround 13 years ago
alecpl 070bc8302e - Add check for inArray() input to prevent error in Firefox 5 13 years ago
thomascube 71cc6bf630 Add drop-target for root folder; fix row insertion when moving to a protected folder 13 years ago
alecpl 74f0a6fe56 - Add possibility to change autocomplete action name 13 years ago
thomascube 8c37422b47 Only load contacts list in main view 13 years ago
thomascube fa59965b41 Asynchronously load contacts after page load 13 years ago
alecpl 7f554cfaec - Fix message delete button title when flag_for_deletion is enabled 13 years ago
thomascube ec65ad6e48 Make autocompletion available for plugins 13 years ago
alecpl 65b61cdd1c - Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039) 13 years ago
alecpl 7f5a849e78 - Added possibility to undo last contact delete operation 13 years ago
alecpl 1a3c911d92 - Fixed issues related to creating contacts in source which isn't currently selected (#1487990) 13 years ago
alecpl 93a35ccedf - Don't send keep-alive request when system is busy 13 years ago
alecpl 1564d4ef79 - Fix sorting of contact groups after group create (#1487747) 13 years ago
alecpl 62811c4a70 - Fix group commands state after extended search use, make this check readonly-flag aware 13 years ago
alecpl 8fc0f9451e - Fix GCC errors and warnings (#1487988) 13 years ago
alecpl 7da13a337e - Show loading icon event if upload_progress is enabled 13 years ago
alecpl 4171c59bd7 - Add optional textual upload progress indicator (#1486039) 13 years ago
alecpl 5b3ac32415 - Added addressbook source selector in contact create form 13 years ago
alecpl 02e079f917 - Fix adding signatures (#1487965) 13 years ago
alecpl b8605bd0e8 - jQuery 1.6.2 13 years ago
alecpl 24958af8d9 - Unset event name, so it will be not added to request data 13 years ago
alecpl 4a142f6371 - Make sure upload form uses POST method 13 years ago
alecpl 1a034323fc - Add possibility to return subscription status and css class name for folder row from "folder_save" hook
- Fix folder preview frame state after folder creation
13 years ago
alecpl ecf295f6ef - Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
13 years ago
alecpl 9382b6dfe1 - Fix contacts import (#1487947) 13 years ago
thomascube b0c70b3ca7 Use address_template config when adding a new address block (#1487944) 13 years ago
alecpl e9a9f2f6c5 - Added addressbook advanced search 13 years ago
alecpl 4fb6a28be2 - Fix doubled encoding in save-pref request (#1487941), small code improvements 13 years ago
thomascube 4dcd437ade Add collected text labels in one single function call 13 years ago
alecpl 3cacf941fa - Add popup with basic fields selection for addressbook search 13 years ago
alecpl 340546c975 - Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again 13 years ago
alecpl 644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 13 years ago
alecpl b4edf78e4b - Provided rcube_spellchecker class, simplified code in utils task (less spell* files) 13 years ago
alecpl 254d5ef32b - Improve performence of folder manager operations by moving subscriptions 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)
13 years ago
alecpl 4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 13 years ago
alecpl 98597a07d0 - Fix saving collapsed_folders settings 13 years ago
alecpl a509bb677c - Add option to set default action of Forward button to "Forward as attachment" 13 years ago
alecpl 9b6c82fdc8 - Add extended command for saving prefs 13 years ago
alecpl 491133a0b2 - Fixed listmenu (added workaround for http://bugs.jquery.com/ticket/9284)
- Small code improvements and use preferred .prop() instead of .attr() for some properties
13 years ago
alecpl a208a4fa68 - Add forward-as-attachment feature 13 years ago
alecpl 79275b4df5 - jQuery-1.6.1 (#1487913, #1487144) 13 years ago
alecpl bbd4ca89ef - Make some regexp faster 13 years ago
alecpl 4764079c6a - Fix bug where messages were deleted instead moved to trash folder after Shift key was used (#1487902), small code improvements 13 years ago
alecpl 630f0e41ac - Added table button in HTML editor, disabled contextmenu 13 years ago
alecpl e23b1d913c - Fix mozilla browser detection 13 years ago
alecpl 7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 13 years ago
vbenincasa 90550b9479 - Added an example in editor.js to help the skin developers know the possibility of sending config. parameter to TinyMCE
- Small fix to allow the script to work in IE6 and IE7
13 years ago
alecpl 2d889ecd38 - Add possibility to change HTML editor configuration by skin 13 years ago
alecpl cf58ce8512 - Fix a bug where selecting too many contacts would produce too large URI request (#1487892) 13 years ago
alecpl e505519d1a - Improve photo actions handling (set name of upload-photo, disable delete-photo according to photo existance), code cleanup 13 years ago
alecpl 5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 13 years ago
alecpl b7b7cf5614 - Fix quota indicator in Webkit 13 years ago
alecpl c14fa83e00 - Remove cache buster from check-recent/keep-alive requests, it's already added by jQuery 13 years ago
vbenincasa a1621c6759 - Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)
- Small improvement in the look of quota indicator
13 years ago
alecpl 3a24a1e41f - Fix update_contact_row() was setting wrong ID when newcid=null 13 years ago
alecpl 7fbd94bc47 - Don't show ajax request errors when there is no real error 13 years ago
thomascube 61517ce39d Updated to TinyMCE 3.4.2 which is now compatible with IE9 13 years ago
thomascube 41d2b7f895 Don't check identity email if not editable; fix import message 13 years ago
alecpl 1633bcafca - Added scroll position reset for Opera (#1487689), small code improvements 13 years ago
alecpl 5b67d35b59 - Fixed possible js error occurance (#1487872) 13 years ago
thomascube a41dcfecb0 Fix call to parent window 13 years ago
alecpl 37463345d5 - Fix setting 'unfocused' class on folder selection 13 years ago
alecpl d1d9fd84b7 - Prevent javascript error if TinyMCE is not initialized (#1487862) 13 years ago
alecpl 03bdcb8c1e - jQuery 1.5.2 13 years ago
alecpl 94dfd8ab9d - TinyMCE 3.4.1 13 years ago
thomascube ec045b0a24 Revert r4609 and use stateless request tokens; no need to save them in session and thus no keep-alive necessary; fixes #1487829 13 years ago
alecpl a8317ef172 - Fix console handling in IE8 13 years ago
thomascube 32b11d325e Keep session alive while showing login page (request token is stored in session data) 14 years ago
alecpl 129aeff199 - Move console initialization to rcube.init(), hide console area if browser's console exists, some code cleanup 14 years ago
thomascube 4591de7018 Prepare for multiple concurrent compose windows 14 years ago
thomascube d7167e9eeb Workaround for IE not sending referer with location.href (#1487806) 14 years ago
thomascube ec6c397769 Update group identifier in model 14 years ago
alecpl b649c49e64 - Fix attachments uploading, broken with devel-addressbook branch merge 14 years ago
alecpl 041f66e074 - jQuery 1.5.1 14 years ago
alecpl 2b3a8e8de2 - Improve displaying of autocompletechars message 14 years ago
thomascube 360bd3ea74 Allow group identifiers to be changed upon renaming (used in LDAP) 14 years ago
thomascube ce988a0778 Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible 14 years ago
thomascube 07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 14 years ago
thomascube ed33d19de9 Normalize group list-item identifier when inserting a new address group 14 years ago
alecpl 47f55c0d08 - Fix ICANN example addresses doesn't validate (#1487742) 14 years ago
alecpl ef4f591a1d - Unify typeof and undefined usage 14 years ago
alecpl d8cf6d7278 - Fix command handlers return value check, unify typeof usage 14 years ago
thomascube 8458c7ca0e When creating a new contact, add it to the selected group; consider the selected group when deleting a contact 14 years ago
thomascube de06fc3d29 Wrap unread count in <span> for more flexible styling 14 years ago
thomascube bc374503bb Show full mail subject as title (#1487128) 14 years ago