summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-29Catch possible "Permission denied" error on iframe elements in IEAleksander Machniak
2013-04-29Fix list page reset when viewing a message in Larry skin (#1489076)Aleksander Machniak
2013-04-29Fix possible warning on some misconfigAleksander Machniak
2013-04-28Update changelogAleksander Machniak
2013-04-28Merge pull request #63 from Steffen185/patch-1Aleksander Machniak
Save new password even if it has not changed (optional)
2013-04-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-04-28Add lost files for "db_prefix related changes" commitAleksander Machniak
2013-04-28Build plugin info from both package.xml and composer.json files; allow ↵Thomas Bruederli
plugins to override the meta info method
2013-04-28Prepare for the composer-based plugin repository; skip PEAR dependencies for nowThomas Bruederli
2013-04-28Fix min_refresh_interval handling on preferences save (#1489073)Aleksander Machniak
2013-04-28Fix PDF support detection for Firefox PDF.js (#1488972)Aleksander Machniak
2013-04-28Fix messages list focus issue in Internet Explorer (#1489058)Aleksander Machniak
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-04-26Fix possible collision in generated thumbnail cache key (#1489069)Aleksander Machniak
2013-04-26Fix exit code on bootsrap errors in CLI mode (#1489044)Aleksander Machniak
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
2013-04-25Extend fetched header block to 32K, require one of subjct, from or to headersThomas Bruederli
2013-04-24Fix error when using check_referer=trueAleksander Machniak
2013-04-24Add note about required MSSQL database language settingsAleksander Machniak
2013-04-22Fix incorrect handling of some specific links (#1489060)Aleksander Machniak
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-04-20Fix unintentional messages list jumps on click in Internet Explorer (#1489056)Aleksander Machniak
2013-04-19Fix list of required configuration options (#1489055). Removed support_url, ↵Aleksander Machniak
and db_table_*
2013-04-19Fix a typoAleksander Machniak
2013-04-19Fix DB error when creating a new contact and a group is selected (#1489051)Aleksander Machniak
2013-04-19Fix handling of deprecated boolean value of reply_mode option (#1489052)Aleksander Machniak
2013-04-19Small code optimizationVictor Benincasa
Remove function argument as a local variable is used.
2013-04-17Allow onload attribute on iframe elementAleksander Machniak
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ↵Aleksander Machniak
quote()
2013-04-17Fix typo simpleEscape -> escapeSimpleAleksander Machniak
2013-04-17Fix links to PHP PDO drivers manualAleksander Machniak
2013-04-17Add rcube_db::escapeSimple() method for backward compat.Aleksander Machniak
Conflicts: plugins/virtuser_query/virtuser_query.php
2013-04-16Remove redundant ini checksAleksander Machniak
2013-04-16Fix handling of identities_level=4Aleksander Machniak
2013-04-16Update changelogAleksander Machniak
2013-04-15Synchronized localizations from TransifexThomas Bruederli
2013-04-15Fix hide-headers iconAleksander Machniak
2013-04-15Remove dropdown style from attachment menuAleksander Machniak
2013-04-15Fix parsing invalid date string (#1489035)Aleksander Machniak
2013-04-14Add "with attachment" option to messages list filter (#1485382)Aleksander Machniak
2013-04-13Fix display of HTML entities in protected folder name (#1489042)Aleksander Machniak
2013-04-11Fix ticket referenceThomas Bruederli
2013-04-10Updated changelogThomas Bruederli
2013-04-10Set minimal permissions to temp files (#148899)Thomas Bruederli
2013-04-10Skip filename suffix check for embedded images; return blocked.gif instead ↵Thomas Bruederli
of HTML warning when embedded (#1489029)
2013-04-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-04-05Fix selecting collapsed rows when using selection with Shift/Ctrl keyAleksander Machniak
2013-04-05Fix selecting collapsed rows on select-all (#1489036)Aleksander Machniak