summaryrefslogtreecommitdiff
path: root/program/include/rcmail_output_html.php
AgeCommit message (Expand)Author
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-09-17Make noshow attribute for roundcube:label tags actually work as supposedThomas Bruederli
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-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 clas...Thomas Bruederli
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
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
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
2013-07-12Allow to load config files for different environments (#1487311); keep (non-d...Thomas Bruederli
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 f...Thomas Bruederli
2013-03-17Fix "rcmail is undefined" error in HTML attachment preview - regressionAleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in fr...Thomas Bruederli
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-01-28Catch connection timeouts on message sending form submissionsThomas Bruederli
2013-01-27Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()Aleksander Machniak
2013-01-24Load a default stylesheet (embed.css) from skin in plain html pages (e.g. att...Thomas Bruederli
2013-01-24Fix login in case when default_host is an array with one element (#1488928)Aleksander Machniak
2013-01-09Fix /this/ paths from plugin templates in extended skinsThomas Bruederli
2012-12-11Extend just_parse() method with conditions parsingAleksander Machniak
2012-11-27Separate the very application-specific output classes from the Roundcube fram...Thomas Bruederli