silverstripe-cms/code/controllers
Ingo Schommer 97fbfd3f12 FIX Respect escaping rules on readonly fields in CMS history view
Avoids showing unescaped HTML on fields which didn't allow it otherwise,
e.g. TextField. This also fixes problems with SiteTree->ExtraMeta
which got evaluated within the CMS. If this section contains any
JavaScript it gets executed and can disrupt CMS operation.
2013-02-04 17:16:15 +01:00
..
AssetAdmin.php BUG: Fixed pagination functionality on root assets folder 2012-12-13 16:31:19 +02:00
CMSFileAddController.php BUG setFolderName in CMSFileAddController should default to the root 2012-09-21 16:00:35 +12:00
CMSMain.php Removed direct sprintf() usage from _t() calls 2012-12-21 11:18:18 +01:00
CMSPageAddController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSPageEditController.php BUG Session namespace sharing for CMS controllers 2012-08-29 15:09:15 +02:00
CMSPageHistoryController.php FIX Respect escaping rules on readonly fields in CMS history view 2013-02-04 17:16:15 +01:00
CMSPagesController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSPageSettingsController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSSettingsController.php Fixing permission issue with CMSSettingsController, where it won't show up for users with limited rights, even when they have the EDIT_SITECONFIG permission 2012-09-25 22:13:31 +02:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php Using new "Security.login_url" configuration value 2013-01-29 18:06:49 +01:00
ModelAsController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
RootURLController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
SilverStripeNavigator.php ENHANCEMENT: Do not display SilverStripeNavigator_CMSLink when in a LeftAndMain extension not just CMSMain extensions 2013-02-01 14:16:19 -04:00
StaticExporter.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00