summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-09-28Distinguish standard timezone offset and DST of clientthomascube
2011-09-27Fix typo; add attribute to allow html in labelsthomascube
2011-09-26Fix merging of annotation results when querying multiple attributesthomascube
2011-09-26Add method to remove outdated cache entries from sql DBthomascube
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-09-22Fix compose command from other tasks than mail and address book; skip common ...thomascube
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ...thomascube
2011-09-21- Add notice on autocompletion that not all records were displayedalecpl
2011-09-21Aread alter forms in rcube_template::parse() instead of write()thomascube
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomascube
2011-09-21- Fix lost info for encrypted messagesalecpl
2011-09-20- Fix sorting of messages on servers without SORT and THREAD commandalecpl
2011-09-20- Fix listing messages on servers without SORT and THREAD commandalecpl
2011-09-20- Fix forwarded attachments, broken in r5204alecpl
2011-09-20- Fix cached indexes validation after removing messages when skip_deleted=truealecpl
2011-09-20- Fix listing contacts in a groupalecpl
2011-09-20- Make group's "member" attibute name configurablealecpl
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ses...alecpl
2011-09-19- Fix PHP error when fetching messages index when threaded mode is enabledalecpl
2011-09-19- Don't set (wrong) error on groups listing actionalecpl
2011-09-19- Set group_bind_dn outside of list_groups()alecpl
2011-09-19- Hide PHP warning on ldap_search()alecpl
2011-09-19- Allow setting connection options in imap_connect hookalecpl
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalecpl
2011-09-19- Set style of login form inputs using class not IDsalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
2011-09-17- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)alecpl
2011-09-16Remove debugging stuffthomascube
2011-09-16Fix session race conditions when composing new messagesthomascube
2011-09-16- Removed leftover codealecpl
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalecpl
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too much...alecpl
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alecpl
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomascube
2011-09-12- Fix required_fields checking per discussion in #1488073alecpl
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
2011-09-12- Removed some spacesalecpl
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alecpl
2011-09-10- Fix handling of links with IP addressalecpl
2011-09-08- Fix compacting folder resets message list filter (#1488076)alecpl
2011-09-08- Fix new caching issue when broken/misleading object data was stored in data...alecpl
2011-09-07- Fix displaying multipart/alternative messages with only one part (#1487938)alecpl
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-06- Merge devel-spellcheck branch:alecpl
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomascube
2011-09-05- Check for "Permission denied" string in IMAP error messages to display more...alecpl
2011-09-05- Don't disable include() errors, so now broken translation of a plugin will ...alecpl
2011-09-05Protect from Clickjacking by sending X-Frame-Options headers (#1487037)thomascube