silverstripe-cms/tests
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
..
behat Implemented Behat test for page search (fixes #620) 2013-11-15 14:44:39 +01:00
controller ContentControllerSearchExtensionTest doesn't clean up after itself. 2013-10-22 15:26:40 +13:00
model FIX: ErrorPage generating empty responses for 403/401 requests 2013-11-18 16:32:15 +13:00
reports API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
search Merge remote-tracking branch 'origin/3.0' into 3.1.0 2013-08-20 20:59:44 +02:00
tasks API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00