summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-03Fix gettext exporterthomascube
2011-12-03Updated localization files from our dear translatorsthomascube
2011-12-03- Reload UI after skin changealecpl
2011-12-02Make errors look good in larry; add some chrome-specific stylesthomascube
2011-12-02New skin continued...thomascube
2011-12-02New template object to control HTML doctypethomascube
2011-12-02- Add $_SESSION['mailto'] variable cleanupalecpl
2011-12-02- Fix compose from addressbook, broken in r5521alecpl
2011-12-02- Reset error flag when connecting to (another) databasealecpl
2011-12-02- Fallback to write-master when readonly database failsalecpl
2011-12-02- Improved handling of some malformed values encoded with quoted-printable ↵alecpl
(#1488232)
2011-12-01- Fix issue where "S: Error: Success" was printed to debug logalecpl
2011-12-01- Remove debug code from last commit alecpl
2011-12-01- Fix so connection to LDAP will be properly closedalecpl
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-12-01- Remove unused resultalecpl
2011-11-30More work on new skinthomascube
2011-11-30- Fix parse error from last commit (grrrrr, do tests before commit!)alecpl
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alecpl
In deployments where anonymous binds to and/or searches on an LDAP tree are not allowed, and where the LDAP address book(s) have been configured to use the user-specific bind credentials, rcube_ldap.php needs to bind using service credentials in order to be able to find the user's bind dn.
2011-11-30Enable buttons having an inner <span> for better CSS styling capabilitiesthomascube
2011-11-30- Set sizelimit of main search function for vlv_search to page_size.alecpl
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
2011-11-30- Fix handling of empty <U> tags in HTML messages (#1488225)alecpl
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-29- Fix identationalecpl
2011-11-28Script to export Roundcube (PHP) localization files to gettext .po(t) formatthomascube
2011-11-28Improve check of attribute changes when updating a contactthomascube
2011-11-28Fix saving of composite fields in LDAPthomascube
2011-11-28Set (empty) value of member attribute when creating a new groupthomascube
2011-11-28- Reset messages list page when clicking on logo (#1487757)alecpl
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alecpl
2011-11-28- Fix handling HTML entities when converting HTML to text (#1488212)alecpl
2011-11-27- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207):alecpl
1) improve its performance by half, 2) don't call it on UI init, it's called after getunread action 3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
2011-11-27- Fix handling of invalid characters in request (#1488124)alecpl
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alecpl
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alecpl
2011-11-25- Fix handling contact photo url with https:// prefix (#1488202)alecpl
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
2011-11-25- Add some debug and error handling around vlv_searchalecpl
2011-11-25- Unmark folder after unseen count has been changed to zeroalecpl
2011-11-25- gl_ES update (#1488205)alecpl
2011-11-24- Performance improvementsalecpl
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ↵alecpl
(#1487937)
2011-11-24- Mark folder as recent only when it contains unseen messagesalecpl
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alecpl
2011-11-24- Change version number to 0.8-svnalecpl
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alecpl
2011-11-23Updated changelogthomascube
2011-11-23Improve clickjacking protection: bust frame or disable all form elements and ↵thomascube
abort UI initialization
2011-11-23- Small optimisationsalecpl
2011-11-23Started with the new skin, codename 'Larry'thomascube