Commit Graph

3352 Commits (2c77f553c85393d2006b42908647c31c352f6b81)

Author SHA1 Message Date
alecpl 2c77f553c8 - Add "loading" messages for contacts copying and groups assignment 13 years ago
alecpl 159763861e - Display current user name in page title if devel_mode=true 13 years ago
alecpl 359e19a19d - Fix EOL character in vCard exports (#1487873) 13 years ago
alecpl feaf7b5ec6 - Remove temp debug code 13 years ago
alecpl 4d4a2fa32e - Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
13 years ago
alecpl 34854b63ee - Fix setting default addressbook as selected in source selector 13 years ago
alecpl 7f7ed2d9df - Fix get_address_book() to call get_address_sources() internally when looking for default source 13 years ago
alecpl 6e16260e63 - Fixed error in IE7 (#1488017) 13 years ago
alecpl 2dd2bf5012 - Fixed form reloading on source change, broken in r4999 13 years ago
alecpl 46285d4b56 - Support department field as X-DEPARTMENT 13 years ago
alecpl 5731d68a97 - Added confirmation dialog for contact group deleting + loading indicator 13 years ago
alecpl b95149eb63 - Fixed contact photos upload, moved code to separate file for better performance
(to handle upload we don't need to initialize addressbook source)
13 years ago
alecpl f5e5702aa2 - Remove function duplicate (from last commit) 13 years ago
alecpl 363514e30b - Move rcmail_localize_folderpath() to main.inc 13 years ago
alecpl 1cd36267a1 - Improved detection of folder rename possibility and its handling 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
alecpl f9e2858ae1 - Exclude edited folder from parent selector 13 years ago
alecpl 4d784be2b9 - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories on any level of the structure 13 years ago
alecpl f03d89e493 - Fix 'sql' identifier for addressbook handling (#1488013) 13 years ago
alecpl 08b796f83c - Fixed search fields handling in quick-search 13 years ago
alecpl e86b4f4246 - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 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 f1574a5da2 - Performance fix: don't create addressbook object to close() it if it wasn't created before, skipping unneeded LDAP connection 13 years ago
alecpl 733ed0a20a - Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes #1488007 13 years ago
alecpl 341d9661c7 - Delay imap cache initialization, fixes problem with cache cleanup on login (where user ID wasn't set on init time) 13 years ago
thomascube d917785e70 Move mail sending functions from mail task to core for general usage 13 years ago
alecpl 70c3111826 - Fix fallback to default source (#1488009) 13 years ago
alecpl 5ed119e534 - Don't use default source if source id is specified in get_address_source() 13 years ago
alecpl 64ebc94eec - Fix source ID handling 13 years ago
alecpl 1e36b71838 - Generate display name before record validation 13 years ago
alecpl 31f05cc9a4 - Call ksearch_destroy() on ksearch_hide() 13 years ago
alecpl dcf8112ada - Fix IE9 detection (#1488008) 13 years ago
thomascube da89cf2937 Always show address book name if multiple books are configured; fix styling 13 years ago
alecpl 210438a6be - Unsubscribe from non-existing folders automaticly on folders listing 13 years ago
alecpl 79dd1692e3 - Another display name fix: don't store display name only if it equals to email address 13 years ago
alecpl 909a3acb83 - Move console object initialization code into one place 13 years ago
alecpl 71e8cc3bce - Fixed display name on contact lists 13 years ago
alecpl 0213f8d4dd - Added optional "multithreading" autocomplete feature 13 years ago
alecpl 1837173634 - Plugin API: Added 'config_get' hook 13 years ago
alecpl 2d761bbbef - On contact copy check for existing record by name if email field is empty 13 years ago
alecpl ec4b594c24 - DOn't generate contact name here, it's not required 13 years ago
thomascube 04310ee1bf Better message if copying was rejected due to existing entries 13 years ago
alecpl f52c4f441f - Simplify undo message, add dots at the end of messages 13 years ago
alecpl 1b3ce758d4 - Add comment about FF5 bug workaround 13 years ago
alecpl d8aff9a651 - Round upload progress percentage value 13 years ago
alecpl 070bc8302e - Add check for inArray() input to prevent error in Firefox 5 13 years ago