summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2011-09-16- Fix is_a() usagealecpl
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alecpl
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-13- jQuery 1.6.4alecpl
2011-09-13- Fix js error when calling spellchecker on empty textareaalecpl
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- pl_PL translation updatealecpl
2011-09-12- Removed some spacesalecpl
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alecpl
2011-09-12 - pt_BR translationsvbenincasa
2011-09-10- Followup last commit, trim subject text for titlealecpl
2011-09-10- Fix setting title for truncated subject in IE (#1487128)alecpl
2011-09-10- Fix handling of links with IP addressalecpl
2011-09-09- Don't select quick search input on init, Safari/Chrome is adding border to ...alecpl
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-07- Clear contactlist page conter after saved-search deletealecpl
2011-09-07- Localize (full) forwarded message header (#1488058)alecpl
2011-09-07- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'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-05Localization updatesthomascube
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
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_cr...thomascube
2011-09-05Fix wrong vCard type parameter mobile (#1488067)thomascube
2011-09-05Fix vCard WORKFAX issue (#1488046)thomascube
2011-09-04- Add vCard's Profile URL support (#1488062)alecpl
2011-09-04- Fix all messages remain selected after moving all search results and cleari...alecpl
2011-09-02- jQuery 1.6.3alecpl
2011-09-02- Fix error in messages drag&drop action caused by r5146alecpl
2011-08-30- Fix imap_cache setting to values other than 'db' (#1488060)alecpl
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alecpl
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalecpl
2011-08-29Initialize GUI objects which are added after initthomascube
2011-08-29Really abort autocompletion when hitting Escapethomascube
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomascube
2011-08-29Add plugin hook message_part_get for message part downloadsthomascube
2011-08-28- Localize forwarded message header (#1488058)alecpl
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl
2011-08-26Don't attempt to list (and cache) folders if not connectedthomascube
2011-08-26- Microoptimization: use substr_replace() for injecting a string into stringalecpl