silverstripe-framework/view
Ingo Schommer 828ac7fe4f API Replaced SSViewer.custom_theme with SSViewer.theme_enabled
Since we can't influence the setting of configuration values,
we also can't set/unset the 'custom_theme' value based on which
theme is set. This means the 'custom_theme' value goes stale,
and we can't rely on it e.g. in FilesystemPublisher.

The 'theme_enabled' toggle is a cleaner solution to the same problem,
since the 'custom_theme' was really just a way to remember the original
theme, while still disabling it. The toggle makes this more explicit,
but also requires users of the 'theme' setting to check for it.
2013-04-07 23:59:10 +02:00
..
ArrayData.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
GenericTemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Requirements.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SSTemplateParser.php Sync template-parser files 2013-04-05 19:12:54 +02:00
SSTemplateParser.php.inc Sync template-parser files 2013-04-05 19:12:54 +02:00
SSViewer.php API Replaced SSViewer.custom_theme with SSViewer.theme_enabled 2013-04-07 23:59:10 +02:00
TemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateIteratorProvider.php Remove end php tag from TemplateIteratorProvider 2012-10-10 11:15:55 +13:00
ViewableData.php API Replaced SSViewer.custom_theme with SSViewer.theme_enabled 2013-04-07 23:59:10 +02:00