silverstripe-cms/code/controllers
Damian Mooyman b169823a00 API Deprecate delete in favour of archive
Remove "delete from live" duplicate action in favour of existing "unpublish" which is more consistent with current terminology
Add pop-up verification to destructive actions
Fix bug preventing side-by-side preview of archived pages
Fix bug in reporting publishing of error pages
Restoring a page without an available parent will restore to root
2015-06-03 14:46:16 +12:00
..
AssetAdmin.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:23:48 +12:00
CMSFileAddController.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:02 +12:00
CMSMain.php API Deprecate delete in favour of archive 2015-06-03 14:46:16 +12:00
CMSPageAddController.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:02 +12:00
CMSPageEditController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageHistoryController.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:02 +12:00
CMSPagesController.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:02 +12:00
CMSPageSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSettingsController.php API: Extract siteconfig out to an external module. 2014-08-09 17:29:50 +12:00
CMSSiteTreeFilter.php API Deprecate delete in favour of archive 2015-06-03 14:46:16 +12:00
ContentController.php API Deprecate delete in favour of archive 2015-06-03 14:46:16 +12:00
ErrorPageControllerExtension.php API Error page support for Security controller errors 2014-05-05 17:13:11 +12:00
LeftAndMainPageIconsExtension.php Move CMSMain->generatePageIconsCss() into a LeftAndMain extension (fixes #798) 2013-07-31 09:30:58 +01:00
ModelAsController.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:02 +12:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
OldPageRedirector.php API Move of codebase to parameterised query database abstraction layer 2014-07-07 15:07:37 +12:00
RootURLController.php API Move of codebase to parameterised query database abstraction layer 2014-07-07 15:07:37 +12:00
SilverStripeNavigator.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:42 +13:00