summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-06-13Use dechex() instead of sprintf() for base conversionthomascube
2011-06-13Show more debug outputthomascube
2011-06-13- Support array in 2nd argument of search() when searching by primary key, as...alecpl
2011-06-10Only select dn for count queriesthomascube
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomascube
2011-06-03- Fix regexp matching field namesalecpl
2011-06-03- Small fix for advanced searchingalecpl
2011-06-03- typoalecpl
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match wanted...alecpl
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalecpl
2011-06-03- Added addressbook advanced searchalecpl
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left emp...alecpl
2011-06-02- Replace preg_match() with faster strpos()alecpl
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalecpl
2011-06-01Add collected text labels in one single function callthomascube
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string of...thomascube
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalecpl
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less spel...alecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alecpl
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 affect...alecpl
2011-05-23- Store user preferences in session when write-master is not available and se...alecpl
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 m...alecpl
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
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
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 plugin...thomascube
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...thomascube
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 printing...alecpl