silverstripe-framework/view
Hamish Friedlander 0bea6974b6 BUGFIX: Make themedCSS use {theme}_{module}/css/{name}.css files if they exist
2.4 used to use a manifest to find css. One side-effect of that is that even without explicit support,
css files in module-specific themes (/themes/{theme}_{module}/) would get picked up. This broke in 3.

This fix does still require the module name to be explicitly passed as a parameter to themedCSS, but if
you do, and a css file of that name exists in the module-specific themes css directory, that will
be included in preference to the theme or module provided css
2012-06-22 13:34:03 +12:00
..
ArrayData.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
GenericTemplateGlobalProvider.php ENHANCEMENT Adding List() in the GenericTemplateGlobalProvider so 2012-05-29 20:04:51 +12:00
Requirements.php BUGFIX: Make themedCSS use {theme}_{module}/css/{name}.css files if they exist 2012-06-22 13:34:03 +12:00
SSTemplateParser.php API-CHANGE: new translatable syntax _t function 2012-04-18 17:35:31 +12:00
SSTemplateParser.php.inc API-CHANGE: new translatable syntax _t function 2012-04-18 17:35:31 +12:00
SSViewer.php API CHANGE: Add Security::ignore_disallowed_actions() to allow site features to be disabled when permissions have failed, rather than redirecting to the log-in form. (Trac #7097) 2012-06-15 15:17:48 +12:00
TemplateGlobalProvider.php ENHANCEMENT Replaced locations of sapphire with $ModulePath(framework) in templates, based off Controller which implements TemplateGlobalProvider 2012-04-15 10:50:20 +12:00
TemplateIteratorProvider.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ViewableData.php MINOR Replace deprecation warnings with Deprecation::notice() instead 2012-05-30 22:33:11 +12:00