summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alecpl
names, identity name and organization fields (#1487864)
2011-05-27- Make debug handler to be a method of rcube_mdb2alecpl
2011-05-23Add support for X-AB-EDIT field upon user requestthomascube
2011-05-23- Add read/write methods for immediate operations on cache backend (no ↵alecpl
affect in-memory cache) - Add possibility to disable data serialization in cache
2011-05-23- Store user preferences in session when write-master is not available and ↵alecpl
session is stored in memcache, write them later
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alecpl
2011-05-21- Fix s/pattern/prefix/ in clear_cache()alecpl
2011-05-21- Use index record for memcache/apc engine, don't load the whole cache into ↵alecpl
memory
2011-05-20Catch write-errors on database (yet untested)thomascube
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
2011-05-20- Clear properly mailboxes cache on folder subscription changealecpl
2011-05-20- Fix error when rcube_cache::remove() was used in pattern modealecpl
2011-05-20- Fix func_get_args() usage for PHP<5.3 (#1487928)alecpl
2011-05-18Flip field type aliases (#1487910)thomascube
2011-05-18- Add APC support in rcube_cachealecpl
2011-05-18- Make memcached cache not system-widealecpl
2011-05-18- Added general rcube_cache class with memcache support ↵alecpl
- Improved caching performance by skipping writes of unchanged data - Option enable_caching replaced by imap_cache and messages_cache options
2011-05-18Get memcache object from rcmail instancethomascube
2011-05-18Fix vcard value decoding; add setter for individual vcard fieldsthomascube
2011-05-17- Clear mailboxes.* cache when new mailbox is createdalecpl
2011-05-17- Make update_cahce() method to be publicly availablealecpl
2011-05-14Fix sort order when contact name is emptythomascube
2011-05-13Correctly handle empty contact names when importingthomascube
2011-05-13Fix empty name in search results and error when creating a new contactthomascube
2011-05-13- Use less included files in mail and message templates for better performancealecpl
- Add access to template name in template expressions
2011-05-13- Add forward-as-attachment featurealecpl
2011-05-13- jQuery-1.6.1 (#1487913, #1487144)alecpl
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomascube
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate ↵thomascube
rcube_mdb2::unixtimestamp()
2011-05-09Rely on mysql server timezone not on PHPthomascube
2011-05-09- Extend parse() method so it can be used to parse templates without ↵alecpl
printing to stdout
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alecpl
called the same result was returned, no matter what was the 1st and 2nd argument)
2011-05-07- Improved string literals handlingalecpl
2011-05-06- Fixed ANNOTATEMORE supportalecpl
2011-05-06- Fixed handling of folder with name "0" in folder selectoralecpl
2011-05-06- Use dot as a separator in cache key name (for consistency)alecpl
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional ↵alecpl
criteria (e.g. folder type)
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-05-04- Stop execution when LDAP addressbook is configured but PHP's ldap ↵alecpl
functions doesn't exists
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alecpl
2011-05-02Fix expressionthomascube
2011-05-01 - Now the %s variable (used in default_host) works with IDN and with Master ↵vbenincasa
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')
2011-04-30Don't attempt to read session data again if the initial read didn't return a ↵thomascube
result
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alecpl
2011-04-27 - Added the %s variable in 'default_host' and 'smtp_server' option (%s ↵vbenincasa
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()
2011-04-27Fix callback reference after renamethomascube
2011-04-26- Remove special handling of rcube_ classes in autoloader, it breaks loading ↵alecpl
of rcube_ classes from plugins
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alecpl
(#1487883)
2011-04-26- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()alecpl
2011-04-25Add support for session storage using memcachethomascube