silverstripe-cms/code/controllers
Fred Condo cd81d327ac Return 410 for successfullyinstalled after install files are gone
It was possible to append '/successfullyinstalled' to any SilverStripe
URL (with the cms module present), and the code would run, including
republishing the 404 page.

Now, if the install.php file is gone, this controller method throws the
410 (Gone) status code. The 410 status is chosen rather than 404 to
mitigate the likelihood that crawlers such as the Googlebot will follow
stray links to this URI.
2013-05-21 15:11:57 -07:00
..
AssetAdmin.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSFileAddController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSMain.php Update doRollback messages to work well with the new reverts. 2013-05-16 08:43:12 +12:00
CMSPageAddController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageEditController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageHistoryController.php Page history panel: show appropriate message when viewing latest version 2013-05-07 17:14:28 +12:00
CMSPagesController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php Return 410 for successfullyinstalled after install files are gone 2013-05-21 15:11:57 -07:00
ModelAsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
RootURLController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SilverStripeNavigator.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00