summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
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-18Flip field type aliases (#1487910)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4787 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-14Fix sort order when contact name is emptythomasb
git-svn-id: https://svn.roundcube.net/trunk@4768 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-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-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- 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 problems with subfolders of INBOX folder on some IMAP servers ↵alec
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-04- Stop execution when LDAP addressbook is configured but PHP's ldap ↵alec
functions doesn't exists git-svn-id: https://svn.roundcube.net/trunk@4730 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
git-svn-id: https://svn.roundcube.net/trunk@4723 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-02Fix expressionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4721 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-01 - Now the %s variable (used in default_host) works with IDN and with Master ↵netbit
users from dovecot too (like user@domain.com*master) - rcube_parse_host() now returns false if %s is used and an invalid email is provided (to work better when a prefix is used in default_host like 'mail.%s') git-svn-id: https://svn.roundcube.net/trunk@4714 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-30Don't attempt to read session data again if the initial read didn't return a ↵thomasb
result git-svn-id: https://svn.roundcube.net/trunk@4713 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
git-svn-id: https://svn.roundcube.net/trunk@4710 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-27 - Added the %s variable in 'default_host' and 'smtp_server' option (%s ↵netbit
variable is the domain name after the '@' from e-mail address provided at login screen). The %s just returns a value if the provided e-mail is valid to avoid unnecessary lookups and reduce the possibility of connections to undesirable hosts. - Small fix to the code comment of rcube_parse_host() git-svn-id: https://svn.roundcube.net/trunk@4705 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-27Fix callback reference after renamethomasb
git-svn-id: https://svn.roundcube.net/trunk@4704 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Remove special handling of rcube_ classes in autoloader, it breaks loading ↵alec
of rcube_ classes from plugins git-svn-id: https://svn.roundcube.net/trunk@4703 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alec
(#1487883) git-svn-id: https://svn.roundcube.net/trunk@4702 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()alec
git-svn-id: https://svn.roundcube.net/trunk@4698 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25Add support for session storage using memcachethomasb
git-svn-id: https://svn.roundcube.net/trunk@4696 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25- Use shortest include path for better performancealec
git-svn-id: https://svn.roundcube.net/trunk@4695 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25Remove unnecessary code (thanks Alec)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4694 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25Fix return value of affected_rows()thomasb
git-svn-id: https://svn.roundcube.net/trunk@4693 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25Don't show saving error if no data changedthomasb
git-svn-id: https://svn.roundcube.net/trunk@4692 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25- Fix ID command arguments (must be of type nstring)alec
git-svn-id: https://svn.roundcube.net/trunk@4691 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-24- Fix ID command response handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4689 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-22- Fix quoting special characters, small optimizationsalec
git-svn-id: https://svn.roundcube.net/trunk@4683 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-21- Set proper readonly state of default address book according to real ↵alec
readonly variable value (#1487878) git-svn-id: https://svn.roundcube.net/trunk@4682 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
git-svn-id: https://svn.roundcube.net/trunk@4678 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-20Don't add env variable when template is empty (e.g. on error page)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4672 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-19Check for DB connection state instead of handle (handle could be an error ↵thomasb
object) git-svn-id: https://svn.roundcube.net/trunk@4670 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-19Gracefully shrug on database errorsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4668 208e9e7b-5314-0410-a742-e7e81cd9613c