Commit Graph

8255 Commits

Author SHA1 Message Date
alecpl
d9615118f3 - Add abort_request() function 2011-08-04 08:12:36 +00:00
alecpl
db0408a2b8 - Make that reset-search resets also pending searches 2011-08-04 07:36:19 +00:00
alecpl
5f5cf89c84 - Check current search value in ksearch_query_results() to prevent from wrong regexp replacement when it's empty 2011-08-03 13:57:47 +00:00
alecpl
2c77f553c8 - Add "loading" messages for contacts copying and groups assignment 2011-08-03 12:31:38 +00:00
alecpl
159763861e - Display current user name in page title if devel_mode=true 2011-08-03 11:35:36 +00:00
alecpl
359e19a19d - Fix EOL character in vCard exports (#1487873) 2011-08-03 10:40:29 +00:00
alecpl
feaf7b5ec6 - Remove temp debug code 2011-08-03 09:32:45 +00:00
alecpl
4d4a2fa32e - Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
2011-08-03 09:20:52 +00:00
alecpl
34854b63ee - Fix setting default addressbook as selected in source selector 2011-08-02 17:17:59 +00:00
alecpl
7f7ed2d9df - Fix get_address_book() to call get_address_sources() internally when looking for default source 2011-08-02 16:42:29 +00:00
alecpl
6e16260e63 - Fixed error in IE7 (#1488017) 2011-08-02 14:38:15 +00:00
alecpl
2dd2bf5012 - Fixed form reloading on source change, broken in r4999 2011-08-02 10:57:35 +00:00
alecpl
46285d4b56 - Support department field as X-DEPARTMENT 2011-08-02 10:09:26 +00:00
alecpl
5731d68a97 - Added confirmation dialog for contact group deleting + loading indicator 2011-08-02 09:22:02 +00:00
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)
2011-08-01 12:20:10 +00:00
alecpl
f5e5702aa2 - Remove function duplicate (from last commit) 2011-08-01 08:16:19 +00:00
alecpl
363514e30b - Move rcmail_localize_folderpath() to main.inc 2011-08-01 08:15:22 +00:00
alecpl
1cd36267a1 - Improved detection of folder rename possibility and its handling 2011-08-01 07:58:30 +00:00
alecpl
dc0be3378a - Simplified frame lock handling 2011-08-01 06:53:42 +00:00
thomascube
e3acfad9a1 Fix parse error in IE6 2011-07-31 17:05:26 +00:00
thomascube
fcc7f861b1 Log session validation errors; keep error message when redirecting to login after session error 2011-07-30 15:32:13 +00:00
alecpl
a1640053b9 - Unify/add loading messages when "opening" a frame 2011-07-29 16:57:11 +00:00
alecpl
f9e2858ae1 - Exclude edited folder from parent selector 2011-07-29 11:54:50 +00:00
alecpl
4d784be2b9 - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories on any level of the structure 2011-07-29 11:53:35 +00:00
alecpl
f03d89e493 - Fix 'sql' identifier for addressbook handling (#1488013) 2011-07-29 06:48:09 +00:00
alecpl
08b796f83c - Fixed search fields handling in quick-search 2011-07-29 06:38:42 +00:00
alecpl
e86b4f4246 - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 2011-07-28 13:28:21 +00:00
thomascube
951960e052 Delay window.print() on Safari browsers 2011-07-28 08:40:43 +00:00
alecpl
b0eb95a662 - Fix errors when console is not defined (#1488010) 2011-07-28 06:23:12 +00:00
alecpl
f1574a5da2 - Performance fix: don't create addressbook object to close() it if it wasn't created before, skipping unneeded LDAP connection 2011-07-27 18:46:03 +00:00
alecpl
733ed0a20a - Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes #1488007 2011-07-27 18:21:49 +00:00
alecpl
341d9661c7 - Delay imap cache initialization, fixes problem with cache cleanup on login (where user ID wasn't set on init time) 2011-07-27 15:53:48 +00:00
thomascube
d917785e70 Move mail sending functions from mail task to core for general usage 2011-07-27 15:44:06 +00:00
alecpl
70c3111826 - Fix fallback to default source (#1488009) 2011-07-27 13:42:15 +00:00
alecpl
5ed119e534 - Don't use default source if source id is specified in get_address_source() 2011-07-27 11:52:46 +00:00
alecpl
64ebc94eec - Fix source ID handling 2011-07-27 11:33:47 +00:00
alecpl
1e36b71838 - Generate display name before record validation 2011-07-27 10:52:38 +00:00
alecpl
31f05cc9a4 - Call ksearch_destroy() on ksearch_hide() 2011-07-27 09:54:07 +00:00
alecpl
dcf8112ada - Fix IE9 detection (#1488008) 2011-07-27 06:37:17 +00:00
thomascube
da89cf2937 Always show address book name if multiple books are configured; fix styling 2011-07-26 17:21:26 +00:00
alecpl
210438a6be - Unsubscribe from non-existing folders automaticly on folders listing 2011-07-26 13:22:11 +00:00
alecpl
79dd1692e3 - Another display name fix: don't store display name only if it equals to email address 2011-07-26 12:51:19 +00:00
alecpl
909a3acb83 - Move console object initialization code into one place 2011-07-26 10:54:18 +00:00
alecpl
71e8cc3bce - Fixed display name on contact lists 2011-07-25 11:48:50 +00:00
alecpl
0213f8d4dd - Added optional "multithreading" autocomplete feature 2011-07-25 10:49:39 +00:00
alecpl
1837173634 - Plugin API: Added 'config_get' hook 2011-07-25 07:49:14 +00:00
alecpl
2d761bbbef - On contact copy check for existing record by name if email field is empty 2011-07-24 10:16:07 +00:00
alecpl
ec4b594c24 - DOn't generate contact name here, it's not required 2011-07-24 10:14:13 +00:00
thomascube
04310ee1bf Better message if copying was rejected due to existing entries 2011-07-23 09:07:28 +00:00
alecpl
f52c4f441f - Simplify undo message, add dots at the end of messages 2011-07-21 11:15:18 +00:00