summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak
2012-05-31Add some padding to iframe footerThomas Bruederli
2012-05-31Fix window.resize handler on IE8 and Opera (#1488453)Thomas Bruederli
2012-05-31Merged CHANGELOGThomas Bruederli
2012-05-31Don't let error message popups cover the login form (#1488500)Thomas Bruederli
2012-05-30Fix regression where redundant autocompletion requests were sentAleksander Machniak
in case when new search value contains old one and previous search was not finished or its result was empty
2012-05-30Code cleanup, more object-like syntax when building URLsAleksander Machniak
2012-05-30Merge branch 'dev-browser-capabilities'Aleksander Machniak
Conflicts: CHANGELOG
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-30Make folders with unread messages in subfolders bold again (#1486793); ↵Thomas Bruederli
update CHANGELOG
2012-05-30Abbreviate long attachment file names with ellipsis (#1488499)Thomas Bruederli
2012-05-28Add Flash support detectionAleksander Machniak
2012-05-28Use browser capabilities to decide if PDF/TIFF attachments should be displayedAleksander Machniak
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
2012-05-28Added browser capabilities detection, i.e. PDF and TIFF supportAleksander Machniak
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-05-27Add listcontrols template container in Larry skin (#1488498)Thomas Bruederli
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26CS, tabs to spacesAleksander Machniak
2012-05-26Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-05-26Add getter for database runtime/config variablesThomas Bruederli
2012-05-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-05-26Catch DateTime* exceptions (#1488497) - skipping buggy timezonesAleksander Machniak
2012-05-25Fix calls to renamed methodsThomas Bruederli
2012-05-25Move messages forwarding mode setting into PreferencesAleksander Machniak
2012-05-24Merge pull request #7 from raoulbhatia/masterThomas B.
improve .htaccess security rules
2012-05-24Fixes for IE: better background for Hide/Show button, fixed invisible button ↵Aleksander Machniak
in IE8
2012-05-24Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-05-24Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean
2012-05-24Merge pull request #9 from gjedeer/masterAleksander Machniak
Virtualmin plugin updated for current setups
2012-05-24Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-05-23Small code improvementAleksander Machniak
2012-05-23Move old rcube_mail_header class definition to better placeAleksander Machniak
2012-05-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-05-23Add another alias for backwards compatibilityThomas Bruederli
2012-05-23improve .htaccess security rules:Raoul Bhatia
1. also prevent access to .gitignore 2. make the second security rule work as expected 3. include README.md in security rules
2012-05-23hide_blockquote - a new plugin for hiding citation blocksAleksander Machniak
2012-05-23Use the same margin in blockquotes for printing as for displayingAleksander Machniak
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching ↵Aleksander Machniak
(currently commented out)
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Remove <Unknown> from localization author lineAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22Deprecate storage_connect() methodAleksander Machniak
2012-05-22Remove last instance of storage_connect() with possible performanceAleksander Machniak
improvement when a message part body is in cache
2012-05-22Add imap_connect() method for backward compat.Aleksander Machniak
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-05-22Always use 1 step as a fallback (#1488490)Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak