silverstripe-reports/code
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
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers Return 410 for successfullyinstalled after install files are gone 2013-05-21 15:11:57 -07:00
forms Better error message when attempting to enter a blank URL Segment (fixes silverstripe/silverstripe-cms#1570) 2013-04-05 14:06:32 +01:00
model Merge pull request #701 from tractorcow/3.1-api-updaterelativelink 2013-05-17 05:05:03 -07:00
reports API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
search FIX: Rename search locale variable to avoid conflicts with locale switcher. 2013-05-11 19:31:02 +12:00