index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcmail_output_html.php
Age
Commit message (
Expand
)
Author
2013-07-21
Update rcmail_output_html.php
Dennis1993
2013-07-12
Allow to load config files for different environments (#1487311); keep (non-d...
Thomas Bruederli
2013-06-30
Use absolute paths in is_dir() checks to prevent open_basedir related warnings
Aleksander Machniak
2013-06-20
Canonize boolean ini_get() results (#1489189)
Aleksander Machniak
2013-06-06
Fix resolving /this/ in file_callback()
Aleksander Machniak
2013-05-31
Added user preference to open all popups as standard windows
Aleksander Machniak
2013-05-01
Small code improvements
Aleksander Machniak
2013-04-08
Removed parse_expression() & added error logging to eval_expression().
Andy Wermke
2013-04-05
Replaced last eval(). Allowing function calls in expressions.
Andy Wermke
2013-04-05
Replaced stupid fix by create_function() based approach.
Andy Wermke
2013-04-04
Merge branch 'master' of https://github.com/roundcube/roundcubemail
Andy Wermke
2013-04-04
Replaced nasty eval() expressions.
Andy Wermke
2013-03-24
Ensure backwards compatibility by considering old-style skin_path attribute f...
Thomas Bruederli
2013-03-17
Fix "rcmail is undefined" error in HTML attachment preview - regression
Aleksander Machniak
2013-03-06
Add attachment menu with Open and Download options (#1488975)
Aleksander Machniak
2013-02-10
Let some env variables survive reset(); don't show taskbar and top line in fr...
Thomas Bruederli
2013-02-08
Fix reference to non-existing class rcube_output_html (#1488948)
Aleksander Machniak
2013-01-28
Catch connection timeouts on message sending form submissions
Thomas Bruederli
2013-01-27
Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()
Aleksander Machniak
2013-01-24
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. att...
Thomas Bruederli
2013-01-24
Fix login in case when default_host is an array with one element (#1488928)
Aleksander Machniak
2013-01-09
Fix /this/ paths from plugin templates in extended skins
Thomas Bruederli
2012-12-11
Extend just_parse() method with conditions parsing
Aleksander Machniak
2012-11-27
Separate the very application-specific output classes from the Roundcube fram...
Thomas Bruederli