Commit Graph

1096 Commits

Author SHA1 Message Date
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
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
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
alecpl
c9cfd6d4bf - Improved parent folder selector 2011-07-20 09:51:31 +00:00
thomascube
71cc6bf630 Add drop-target for root folder; fix row insertion when moving to a protected folder 2011-07-19 19:26:55 +00:00
thomascube
fa59965b41 Asynchronously load contacts after page load 2011-07-18 17:35:12 +00:00
thomascube
3a9f7954ba Fix getting first writeable address book if no default is configured 2011-07-18 16:57:15 +00:00
thomascube
03eb13f11c Small improvements and codestyle 2011-07-17 19:01:28 +00:00
alecpl
19869073e3 - Plugin API: added folder_delete and folder_rename hooks 2011-07-10 18:11:25 +00:00
alecpl
63fda8af57 - Make Undo action optional by setting undo_timeout=0 2011-07-08 13:03:42 +00:00
alecpl
7f5a849e78 - Added possibility to undo last contact delete operation 2011-07-07 11:44:26 +00:00
alecpl
1a3c911d92 - Fixed issues related to creating contacts in source which isn't currently selected (#1487990) 2011-07-06 12:54:56 +00:00
alecpl
9220169bf1 - Fix handling of other users namespace roots 2011-07-06 07:50:34 +00:00
alecpl
62811c4a70 - Fix group commands state after extended search use, make this check readonly-flag aware 2011-07-05 09:42:40 +00:00
thomascube
ecb51cc8a6 Cache information about writeble address sources for performance reasons 2011-07-04 12:59:37 +00:00
alecpl
4171c59bd7 - Add optional textual upload progress indicator (#1486039) 2011-07-04 11:40:02 +00:00
alecpl
5b3ac32415 - Added addressbook source selector in contact create form 2011-07-02 15:27:46 +00:00
alecpl
c3dabfad7a - Fixed link to contact photo, when browsing the search results (#1487980) 2011-06-29 17:15:08 +00:00
alecpl
f5803dfda1 - Fix bug where Import button was disabled (#1326103) 2011-06-29 16:52:40 +00:00
alecpl
f6eb1e29df - Fix creating/renaming folders with accented characters (#1487974) 2011-06-28 16:43:18 +00:00
alecpl
44143c5847 - Don't use reserved word 'class' (to prevent IE errors) 2011-06-27 15:53:40 +00:00
alecpl
87a2f686f0 - Fix contacts copying (#1487967) 2011-06-24 18:46:37 +00:00
alecpl
25e6a0f110 - Add rcube_imap::mailbox_info() 2011-06-23 17:43:44 +00:00
thomascube
930d385d9e Skip empty e-mail addresses in autocompletion 2011-06-22 22:07:06 +00:00
thomascube
86a025f504 Fix check in pagenav 2011-06-22 21:54:18 +00:00
thomascube
06c01d1720 Trigger keep_alive hook when checking for recent messages, too 2011-06-22 05:52:48 +00:00
alecpl
b0689bd500 - Set css class name on directory list row according to readonly flag and 'class' data provided by plugins 2011-06-21 07:56:40 +00:00
alecpl
67975b99ef - Improved namespace roots handling in folder manager 2011-06-17 08:03:07 +00:00
alecpl
cc90ed1f84 - Add addressbook name in contact info frame (#1487958) 2011-06-16 12:20:19 +00:00
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
2011-06-15 13:21:49 +00:00
alecpl
5f2d1588dd - Add 'foldername' attribute to folders table rows, so plugin writers would be able to iterate over the table rows and find wanted folders (folders_list hook) 2011-06-15 11:46:50 +00:00
alecpl
ca7dda4948 - Fixed initial directory selection 2011-06-15 11:04:06 +00:00
alecpl
ecf295f6ef - Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
2011-06-14 13:45:26 +00:00
alecpl
9382b6dfe1 - Fix contacts import (#1487947) 2011-06-05 07:42:45 +00:00
thomascube
b0c70b3ca7 Use address_template config when adding a new address block (#1487944) 2011-06-03 22:37:47 +00:00
alecpl
b896b18f87 - Call addressbook_get hook only if build-in addressbook doesn't match wanted ID (for better performance), other improvements 2011-06-03 12:34:48 +00:00
alecpl
e9a9f2f6c5 - Added addressbook advanced search 2011-06-03 11:03:13 +00:00
alecpl
2d5beeaf06 - Don't call rcube_idn_to_ascii() on empty data 2011-06-02 12:26:59 +00:00
alecpl
3cacf941fa - Add popup with basic fields selection for addressbook search 2011-06-01 13:44:51 +00:00
thomascube
09c59abf85 Case-insensitive matching in autocompletion (#1487933); replace old string offset syntax 2011-05-31 16:17:23 +00:00
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 2011-05-31 07:38:56 +00:00
alecpl
644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 2011-05-30 17:08:47 +00:00
alecpl
1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 2011-05-30 16:19:51 +00:00
alecpl
b4edf78e4b - Provided rcube_spellchecker class, simplified code in utils task (less spell* files) 2011-05-30 15:08:26 +00:00