summaryrefslogtreecommitdiff
path: root/roundcubemail
AgeCommit message (Collapse)Author
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@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- 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
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even ↵alec
when prepended by some whitespace chars (#1487915) git-svn-id: https://svn.roundcube.net/trunk@4772 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Fix invalid comments handling (see example message in #1487915)alec
git-svn-id: https://svn.roundcube.net/trunk@4771 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-14Fix sort order when contact name is emptythomasb
git-svn-id: https://svn.roundcube.net/trunk@4768 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-14- Fixed listmenu (added workaround for http://bugs.jquery.com/ticket/9284)alec
- Small code improvements and use preferred .prop() instead of .attr() for some properties git-svn-id: https://svn.roundcube.net/trunk@4767 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Don't connect to address books unless necessarythomasb
git-svn-id: https://svn.roundcube.net/trunk@4766 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Correctly handle empty contact names when importingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4765 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@4764 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Use less included files in mail and message templates for better performancealec
- Add access to template name in template expressions git-svn-id: https://svn.roundcube.net/trunk@4762 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Add forward-as-attachment featurealec
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- jQuery-1.6.1 (#1487913, #1487144)alec
git-svn-id: https://svn.roundcube.net/trunk@4758 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Fix IE8 issue on folders list in folder manageralec
git-svn-id: https://svn.roundcube.net/trunk@4756 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Css fixes for IEalec
git-svn-id: https://svn.roundcube.net/trunk@4755 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Fix typoalec
git-svn-id: https://svn.roundcube.net/trunk@4754 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12- Add comment for login_lc option (#1487681)alec
git-svn-id: https://svn.roundcube.net/trunk@4751 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12- Make some regexp fasteralec
git-svn-id: https://svn.roundcube.net/trunk@4750 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-11he_IL id_ID sk_SK et_EE ja_JP pt_PT de_DE sl_SI updateyllar
git-svn-id: https://svn.roundcube.net/trunk@4748 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate ↵thomasb
rcube_mdb2::unixtimestamp() git-svn-id: https://svn.roundcube.net/trunk@4747 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09Rely on mysql server timezone not on PHPthomasb
git-svn-id: https://svn.roundcube.net/trunk@4746 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09- Extend parse() method so it can be used to parse templates without ↵alec
printing to stdout git-svn-id: https://svn.roundcube.net/trunk@4744 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alec
called the same result was returned, no matter what was the 1st and 2nd argument) git-svn-id: https://svn.roundcube.net/trunk@4743 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-07- Improved string literals handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4742 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Fixed ANNOTATEMORE supportalec
git-svn-id: https://svn.roundcube.net/trunk@4741 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
git-svn-id: https://svn.roundcube.net/trunk@4739 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Fixed handling of folder with name "0" in folder selectoralec
git-svn-id: https://svn.roundcube.net/trunk@4738 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Use dot as a separator in cache key name (for consistency)alec
git-svn-id: https://svn.roundcube.net/trunk@4737 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional ↵alec
criteria (e.g. folder type) git-svn-id: https://svn.roundcube.net/trunk@4735 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix labelalec
git-svn-id: https://svn.roundcube.net/trunk@4734 208e9e7b-5314-0410-a742-e7e81cd9613c