summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-01Visualize focus statethomasb
git-svn-id: https://svn.roundcube.net/trunk@4824 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Fix typosalec
git-svn-id: https://svn.roundcube.net/trunk@4822 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Fixed handling of REFERRAL responses ↵alec
(http://pear.php.net/bugs/bug.php?id=17107) git-svn-id: https://svn.roundcube.net/trunk@4821 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Fixed handling of error in Net_Sieve::listScripts()alec
git-svn-id: https://svn.roundcube.net/trunk@4820 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomasb
offset syntax git-svn-id: https://svn.roundcube.net/trunk@4819 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less ↵alec
spell* files) git-svn-id: https://svn.roundcube.net/trunk@4815 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in group namealec
git-svn-id: https://svn.roundcube.net/trunk@4814 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Allow setting special folder with "<" characteralec
git-svn-id: https://svn.roundcube.net/trunk@4813 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Added option to specify to which address book add new contactsalec
git-svn-id: https://svn.roundcube.net/trunk@4811 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Make debug handler to be a method of rcube_mdb2alec
git-svn-id: https://svn.roundcube.net/trunk@4810 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-25- Add support for anyone/anonymous ACLalec
git-svn-id: https://svn.roundcube.net/trunk@4809 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-25- A little better fix for radiobuttons in popupmenu (previous solution ↵alec
breaks other popup windows, e.g. from acl plugin) git-svn-id: https://svn.roundcube.net/trunk@4808 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24Let plugins hook into keep-alive requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@4807 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24- Fixed regex extension (error: regex require missing)alec
git-svn-id: https://svn.roundcube.net/trunk@4806 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24- Add memcache fallback, use rcube_cache objectsalec
git-svn-id: https://svn.roundcube.net/trunk@4805 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23Add support for X-AB-EDIT field upon user requestthomasb
git-svn-id: https://svn.roundcube.net/trunk@4804 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add read/write methods for immediate operations on cache backend (no ↵alec
affect in-memory cache) - Add possibility to disable data serialization in cache git-svn-id: https://svn.roundcube.net/trunk@4803 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Store user preferences in session when write-master is not available and ↵alec
session is stored in memcache, write them later git-svn-id: https://svn.roundcube.net/trunk@4802 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alec
git-svn-id: https://svn.roundcube.net/trunk@4801 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Fix #listmenu after popupmenu change in r4775alec
git-svn-id: https://svn.roundcube.net/trunk@4800 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Fix s/pattern/prefix/ in clear_cache()alec
git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Use index record for memcache/apc engine, don't load the whole cache into ↵alec
memory git-svn-id: https://svn.roundcube.net/trunk@4798 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21Removed kolab plugins; they will be maintaied and published in the Kolab projectthomasb
git-svn-id: https://svn.roundcube.net/trunk@4797 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21Removed kolab plugins; they will be maintaied and published in the Kolab projectthomasb
git-svn-id: https://svn.roundcube.net/trunk@4796 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20Catch write-errors on database (yet untested)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4795 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alec
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) git-svn-id: https://svn.roundcube.net/trunk@4793 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Clear properly mailboxes cache on folder subscription changealec
git-svn-id: https://svn.roundcube.net/trunk@4792 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Fix error when rcube_cache::remove() was used in pattern modealec
git-svn-id: https://svn.roundcube.net/trunk@4791 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Fix func_get_args() usage for PHP<5.3 (#1487928)alec
git-svn-id: https://svn.roundcube.net/trunk@4790 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Fix default_port option handling in Installer when config.inc.php file ↵alec
exists (#1487925) git-svn-id: https://svn.roundcube.net/trunk@4789 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18Flip field type aliases (#1487910)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4787 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Fix saving collapsed_folders settingsalec
git-svn-id: https://svn.roundcube.net/trunk@4786 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Add APC support in rcube_cachealec
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Make memcached cache not system-widealec
git-svn-id: https://svn.roundcube.net/trunk@4784 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Added general rcube_cache class with memcache support ↵alec
- Improved caching performance by skipping writes of unchanged data - Option enable_caching replaced by imap_cache and messages_cache options git-svn-id: https://svn.roundcube.net/trunk@4783 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18Get memcache object from rcmail instancethomasb
git-svn-id: https://svn.roundcube.net/trunk@4782 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18Fix vcard value decoding; add setter for individual vcard fieldsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4781 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17- Update plugin version number, because of two backward incompatible changesalec
git-svn-id: https://svn.roundcube.net/trunk@4780 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17- Clear mailboxes.* cache when new mailbox is createdalec
git-svn-id: https://svn.roundcube.net/trunk@4778 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17- Make update_cahce() method to be publicly availablealec
git-svn-id: https://svn.roundcube.net/trunk@4777 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17translations updateyllar
git-svn-id: https://svn.roundcube.net/trunk@4776 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alec
git-svn-id: https://svn.roundcube.net/trunk@4775 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add extended command for saving prefsalec
git-svn-id: https://svn.roundcube.net/trunk@4774 208e9e7b-5314-0410-a742-e7e81cd9613c