Commit Graph

1074 Commits

Author SHA1 Message Date
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
alecpl
55150f858f - Fix handling of "<" character in group name 2011-05-27 13:20:46 +00:00
alecpl
d9641b0874 - Allow setting special folder with "<" character 2011-05-27 13:13:32 +00:00
alecpl
516467080b - Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864) 2011-05-27 13:01:05 +00:00
alecpl
d734481983 - Added option to specify to which address book add new contacts 2011-05-27 11:22:56 +00:00
alecpl
40a1860174 - Store user preferences in session when write-master is not available and session is stored in memcache, write them later 2011-05-23 11:03:52 +00:00
alecpl
ccc059fd70 - Re-designed cache, fixes memcache/apc issues 2011-05-20 13:48:45 +00:00
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)
2011-05-20 10:38:44 +00:00
alecpl
4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 2011-05-19 09:54:09 +00:00
alecpl
a509bb677c - Add option to set default action of Forward button to "Forward as attachment" 2011-05-16 13:53:08 +00:00
alecpl
21461dce77 - Trim HTML message before washing, to make sure that BOM is removed even when prepended by some whitespace chars (#1487915) 2011-05-16 07:13:01 +00:00
thomascube
e2f185e1b3 Don't connect to address books unless necessary 2011-05-13 18:23:30 +00:00
thomascube
6b19999841 Correctly handle empty contact names when importing 2011-05-13 18:08:37 +00:00
thomascube
445a4ca04d Fix empty name in search results and error when creating a new contact 2011-05-13 17:51:28 +00:00
alecpl
a208a4fa68 - Add forward-as-attachment feature 2011-05-13 16:29:19 +00:00
thomascube
e848180aaa Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export 2011-05-12 20:18:19 +00:00
alecpl
ac3ad69e94 - Fix possible ambiguity in folders caching (when list_mailboxes() was called the same result was returned, no matter what was the 1st and 2nd argument) 2011-05-09 08:32:13 +00:00
alecpl
0d277ef01b - Plugin API: Add name and parent_name arguments to folder_form hook 2011-05-06 10:07:25 +00:00
alecpl
94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 2011-05-06 08:14:48 +00:00
alecpl
d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-05-05 12:46:54 +00:00
alecpl
1abb97fe1b - Add 'uploadingmany' message translation 2011-05-03 08:27:15 +00:00
alecpl
7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 2011-05-03 08:18:40 +00:00
alecpl
cf58ce8512 - Fix a bug where selecting too many contacts would produce too large URI request (#1487892) 2011-04-29 18:36:40 +00:00