Commit Graph

24 Commits

Author SHA1 Message Date
Dennis1993
8df6bb9b1f Update rcmail_output_html.php
added required Attribute to Login fields
2013-07-21 20:37:36 +02:00
Thomas Bruederli
deb2b8d080 Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app 2013-07-12 10:17:32 +02:00
Aleksander Machniak
b7addfc77c Use absolute paths in is_dir() checks to prevent open_basedir related warnings 2013-06-30 10:30:06 +02:00
Aleksander Machniak
39b905b7a8 Canonize boolean ini_get() results (#1489189) 2013-06-20 15:08:10 +02:00
Aleksander Machniak
76f4f7970d Fix resolving /this/ in file_callback() 2013-06-06 12:19:03 +02:00
Aleksander Machniak
3863a9d2c5 Added user preference to open all popups as standard windows 2013-05-31 09:27:15 +02:00
Aleksander Machniak
f790b44335 Small code improvements 2013-05-01 12:57:04 +02:00
Andy Wermke
58e3a504b9 Removed parse_expression() & added error logging to eval_expression(). 2013-04-08 14:31:28 +02:00
Andy Wermke
fe245e5f5d Replaced last eval(). Allowing function calls in expressions. 2013-04-05 13:49:32 +02:00
Andy Wermke
d67485bebe Replaced stupid fix by create_function() based approach. 2013-04-05 12:02:04 +02:00
Andy Wermke
92cd7f34b0 Merge branch 'master' of https://github.com/roundcube/roundcubemail 2013-04-04 16:10:23 +02:00
Andy Wermke
029d18f13b Replaced nasty eval() expressions. 2013-04-04 16:08:53 +02:00
Thomas Bruederli
17573916bc Ensure backwards compatibility by considering old-style skin_path attribute for <roundcube:include ...> tags 2013-03-24 11:52:55 +01:00
Aleksander Machniak
4d1fe2d230 Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f, small improvements
2013-03-17 09:59:48 +01:00
Aleksander Machniak
bc2c4380b5 Add attachment menu with Open and Download options (#1488975) 2013-03-06 11:11:37 +01:00
Thomas Bruederli
d30460ad2f Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938) 2013-02-10 15:31:39 +01:00
Aleksander Machniak
a7e8ebc509 Fix reference to non-existing class rcube_output_html (#1488948) 2013-02-08 08:18:34 +01:00
Thomas Bruederli
72e24b7a63 Catch connection timeouts on message sending form submissions 2013-01-28 20:27:27 +01:00
Aleksander Machniak
bc53e22440 Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file() 2013-01-27 13:27:22 +01:00
Thomas Bruederli
1730cf8d7b Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages) 2013-01-24 15:32:24 +01:00
Aleksander Machniak
6ff0c30f19 Fix login in case when default_host is an array with one element (#1488928) 2013-01-24 12:20:43 +01:00
Thomas Bruederli
44e3bf1e2c Fix /this/ paths from plugin templates in extended skins 2013-01-09 16:23:44 +01:00
Aleksander Machniak
b01d84d0f7 Extend just_parse() method with conditions parsing 2012-12-11 12:02:45 +01:00
Thomas Bruederli
60226a75d8 Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes 2012-11-27 12:13:33 +01:00