summaryrefslogtreecommitdiff
path: root/program/include/rcmail_output_html.php
AgeCommit message (Collapse)Author
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-11-03Fix skin path handling in plugin context (#1488967):Thomas Bruederli
The plugin skin directories are removed again from the search path after parsing of a plugin template has finished.
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-09-18Make noshow attribute for roundcube:label tags actually work as supposedThomas Bruederli
2014-08-04Add option (disabled_actions) to disable UI elements/actions (#1489638)Aleksander Machniak
2014-07-02Reset also page header/footer on "dummy frames" - to prevent js error e.g. ↵Aleksander Machniak
if some script depends on jQuery
2014-06-09Make sure set_env and add_label commands are always sent first - other ↵Aleksander Machniak
commands might depend on them. Fixes loading message in managesieve filters frame.
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-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-06-02Localize title and summary attributes; make message count display box a live ↵Thomas Bruederli
area
2014-05-28Improved folders sorting by name - use Intl.Collator if supportedAleksander Machniak
2014-05-12Optimize "empty" framed pages size (#1489792)Aleksander Machniak
2014-05-12Code improvementsAleksander Machniak
2014-05-08Allow data-* attributes (#1489860)Aleksander Machniak
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + ↵Thomas Bruederli
enable keyboard controls of contacts list widget
2014-05-07Declare content language for proper text-to-speech supportThomas Bruederli
2014-05-01Make skin meta/hierarchy information accessible for plugins (#1488831)Thomas Bruederli
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
2014-01-30Create class documentation with latest phpdoc utilityThomas Bruederli
2014-01-01CS fixesAleksander Machniak
2013-12-18Improved minified files handling, added css minification (#1486988)Aleksander Machniak
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-11-10Fix errors in error page :-)Thomas Bruederli
2013-10-29Avoid duplicate elements with the same id in HTML. Fixes broken icons in ↵Thomas Bruederli
classic skin.
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-16Do not add css files to the page when body is empty, e.g. upload iframesAleksander Machniak
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-08-31only call config->get() oncePhilW
2013-08-26use template file name rather than special attributePhilW
2013-08-26allow different logos for different functions (eg. normal and print)PhilW
2013-07-21Update rcmail_output_html.phpDennis1993
added required Attribute to Login fields
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-06-30Use absolute paths in is_dir() checks to prevent open_basedir related warningsAleksander Machniak
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-06Fix resolving /this/ in file_callback()Aleksander Machniak
2013-05-31Added user preference to open all popups as standard windowsAleksander Machniak
2013-05-01Small code improvementsAleksander Machniak
2013-04-08Removed parse_expression() & added error logging to eval_expression().Andy Wermke
2013-04-05Replaced last eval(). Allowing function calls in expressions.Andy Wermke
2013-04-05Replaced stupid fix by create_function() based approach.Andy Wermke
2013-04-04Merge branch 'master' of https://github.com/roundcube/roundcubemailAndy Wermke
2013-04-04Replaced nasty eval() expressions.Andy Wermke
2013-03-24Ensure backwards compatibility by considering old-style skin_path attribute ↵Thomas Bruederli
for <roundcube:include ...> tags
2013-03-17Fix "rcmail is undefined" error in HTML attachment preview - regressionAleksander Machniak
from commit d30460ad2fc0f78ce44d474fa2c466d660596d27, small improvements
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak