summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-23Improve task switching for tasks added by pluginsthomascube
2011-11-23Set selected state on task buttons; increase display time of ↵thomascube
messages/notifications
2011-11-23- Add version markersalecpl
2011-11-22- Fix action when toggling prefer_html option statealecpl
2011-11-22- Code improvementsalecpl
2011-11-22- Remove test for HTML inputs existance, now they are allowedalecpl
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alecpl
2011-11-22- Fixed bug where session ID's length was limited to 40 characters. Since ↵alecpl
PHP5.3 it's possible to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196)
2011-11-21Fit watermark background in about boxthomascube
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ↵thomascube
link; no link to roundcube.net to avoid tons of support requests
2011-11-20- Added TinyMCE localizationsalecpl
2011-11-20- Small style improvementsalecpl
2011-11-19- Use channel/uri as possible source locationsalecpl
- Handle dependent/required plugins
2011-11-18- Fix typo in _list_unsubscribed() (#1488186)alecpl
2011-11-18- Added About tab in Settingsalecpl
2011-11-18Clarify licenseing of forked Googiespell codethomascube
2011-11-16- Don't add PRE tags when switching to html mode and textarea is emptyalecpl
2011-11-16- Small improvement for Chromealecpl
2011-11-16- Force font-family on body only, makes possible to set/display fonts of ↵alecpl
email message bodies
2011-11-16- Fix typoalecpl
2011-11-15- Fix washing styles with quoted values e.g. font-familyalecpl
2011-11-15- Cleanupalecpl
2011-11-15- Fix handling of HTML form elements in messages (#1485137)alecpl
2011-11-15- Fix regression in setting recipient to self when replying to a Sent ↵alecpl
message (#1487074)
2011-11-15- Fix commit r5424 + preformance microoptimizationsalecpl
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alecpl
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alecpl
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alecpl
2011-11-14- Fix sorting autocomplete results to preserve email address significance ↵alecpl
(#1488084)
2011-11-14- Make urlencode() compatible with PHP's rawurlencode() - fixes ↵alecpl
collapsing/expanding of folders with some special characters in name