silverstripe-framework/admin/code
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
..
AdminRootController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
CMSBatchAction.php APICHANGE: Use late static binding for Object::has_extension() 2012-11-07 11:07:55 +13:00
CMSBatchActionHandler.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
CMSMenu.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
CMSMenuItem.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CMSPreviewable.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CMSProfileController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GroupImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LeftAndMain.php API Replaced SSViewer.custom_theme with SSViewer.theme_enabled 2013-04-07 23:59:10 +02:00
LeftAndMainExtension.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ModelAdmin.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SecurityAdmin.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00