silverstripe-cms/code/model
Will Rossiter ddc2e3822b FIX: ErrorPage generating empty responses for 403/401 requests
Previously by setting the response status code inside the action, this prevented response bodies from being included due to 403/401 being matched by SS_HTTPResponse::isFinished() (which stops popular

I assume SS_HTTPResponse::isFinished() is valid for the permission error use case (and I would be hesitant to change it) so this simply moves the declaration of the response status code till after the parent has populated the body of the response.
2013-11-18 16:32:15 +13:00
..
CurrentPageIdentifier.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
ErrorPage.php FIX: ErrorPage generating empty responses for 403/401 requests 2013-11-18 16:32:15 +13:00
RedirectorPage.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteConfig.php Avoid encoded HTML breadcrumbs 2013-10-11 00:27:21 +02:00
SiteTree.php Avoid encoded HTML breadcrumbs 2013-10-11 00:27:21 +02:00
SiteTreeExtension.php API Added SiteTreeExtension::updateRelativeLink 2013-05-10 12:22:22 +12:00
SiteTreeFileExtension.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeFolderExtension.php BUG: Replaced extendedSQL with DataList as per ticket 8183 2013-01-24 08:45:30 +13:00
SiteTreeLinkTracking.php FIX Add SiteTree link tracking as an extension, and apply to SiteTree itself 2013-08-09 11:46:32 +02:00
VirtualPage.php Better UI feedback on VirtualPage states (fixes #1594) 2013-04-16 11:56:33 +02:00