summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-12- Fix more text-overflow:ellipsis issues (#1488061)alecpl
- Fix flagged icon hovered style in Chrome
2011-09-12- Fix required_fields checking per discussion in #1488073alecpl
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
- Allow use localized addressbook field subtypes from plugins
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- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit ↵alecpl
(#1488061)
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
focused input, it doesn't look good on init
2011-09-09Slightly adjust list header spritesthomascube
2011-09-08- Fix compacting folder resets message list filter (#1488076)alecpl
- Fix reset-search action so it resets list page number to 1
2011-09-08- Fix new caching issue when broken/misleading object data was stored in ↵alecpl
database. The object must be cleaned up before storing in DB, because some code (out of rcube_message and rcube_imap classes) is changing objects data e.g. parts mimetype or body. Now it's become a problem because we're saving the object in cache at shutdown (after all modifications). - Make stored message object smaller by removing some redundant data.
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
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-09-07- Clear contactlist page conter after saved-search deletealecpl
2011-09-07- Localize (full) forwarded message header (#1488058)alecpl
2011-09-07- Move two entries from 0.6-rc to trunk's changelog partalecpl
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
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-05Completed changelogthomascube
2011-09-05Download closure compiler to /tmp instead of current dirthomascube
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func ↵thomascube
to trigger session gc handlers
2011-09-05Localization updatesthomascube
2011-09-05- Check for "Permission denied" string in IMAP error messages to display ↵alecpl
more appropriate message to the user
2011-09-05- Don't disable include() errors, so now broken translation of a plugin will ↵alecpl
print error to the log
2011-09-05- Fix typoalecpl
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 ↵thomascube
'user_create' hook arguments (#1488024)
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 ↵alecpl
clearing search (#1488066)
2011-09-02- jQuery 1.6.3alecpl
2011-09-02- Fix error in messages drag&drop action caused by r5146alecpl
2011-08-31Improve error reporting in installerthomascube
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-28Define style for disabled form buttonsthomascube
2011-08-28- Localize forwarded message header (#1488058)alecpl
- pl_PL update - Fix label: databaserror -> dberror
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl