summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Merge branch 'master' of git.next-step-software.com:/git-pub/roundcubemailAndy Wermke
2013-04-08Merge branch 'master' of https://github.com/roundcube/roundcubemailAndy Wermke
2013-04-08Removed parse_expression() & added error logging to eval_expression().Andy Wermke
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-05Replaced last eval(). Allowing function calls in expressions.Andy Wermke
2013-04-05Fix selecting collapsed rows on select-all (#1489036)Aleksander Machniak
2013-04-05Fix copying messages to a folder with "empty" name e.g. "0", better error ↵Aleksander Machniak
handling
2013-04-05Replaced stupid fix by create_function() based approach.Andy Wermke
2013-04-04Update ChangelogThomas Bruederli
2013-04-04Merge branch 'master' of https://github.com/roundcube/roundcubemailAndy Wermke
2013-04-04Replaced nasty eval() expressions.Andy Wermke
2013-04-04Add add_popup() method to make possible to register popup from a plugin.Aleksander Machniak
It was possible with show_popup(), however sometimes it is needed to register a popup before show_popup() is being used.
2013-04-04Pass event object as an argument of 'dragend' event handlerAleksander Machniak
2013-04-03Fix possible header duplicates when using additional headers (#1489033)Aleksander Machniak
2013-04-03Remove "HTML message" from attachments list while viewing a message in text ↵Aleksander Machniak
mode (#1486939)
2013-04-02Skip message/rfc822 attachments only in reply modeAleksander Machniak
2013-04-02Fix session issues with use_https=true (#1488986)Aleksander Machniak
2013-04-02Fix empbedded warning iconAleksander Machniak
2013-04-02Fix blockquote width in sent mail (#1489031)Aleksander Machniak
2013-04-02Fixed wrong copy-pasteSteffen185
2013-04-02Use new config option "password_force_save"Steffen185
2013-04-02Added config option "password_force_save"Steffen185
2013-03-30Update changelogAleksander Machniak
2013-03-30Added new cPanel driver - fixes localization related issues (#1487015)Aleksander Machniak
2013-03-29Update releases listAleksander Machniak