summaryrefslogtreecommitdiff
path: root/plugins/legacy_browser
AgeCommit message (Collapse)Author
2014-12-16Fix legacy_plugin so it works with assets_path/assets_dirAleksander Machniak
and also when css/js file URLs do not contain cache buster
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-10Add missing composer.json files (skipped because of .gitignore)Aleksander Machniak
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-07-02Move all filter:(opacity=X) styles to legacy_browser pluginAleksander Machniak
2014-06-19Support Firefox < 4 via legacy_browser (jQuery 2.x does not work)Aleksander Machniak
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-05-02MOve more IE<9 code to legacy_browserAleksander Machniak
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-18Fix loading css for larry skin, support minified css filesAleksander Machniak
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-12Move some IE8-specific style to legacy_browser pluginAleksander Machniak
2014-04-12Add dummy tests for legacy_browser pluginAleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0