silverstripe-cms/tests/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
..
ErrorPageTest.php FIX: ErrorPage generating empty responses for 403/401 requests 2013-11-18 16:32:15 +13:00
ErrorPageTest.yml FIX: ErrorPage generating empty responses for 403/401 requests 2013-11-18 16:32:15 +13:00
FileLinkTrackingTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
FileLinkTrackingTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
RedirectorPageTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
RedirectorPageTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteConfigTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeActionsTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeActionsTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteTreeBacklinksTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeBacklinksTest.yml BUG Change all shortcodes into the new, comma separated, format. 2012-07-12 17:57:38 +02:00
SiteTreeBrokenLinksTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeBrokenLinksTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteTreeHTMLEditorFieldTest.php FIX Add SiteTree link tracking as an extension, and apply to SiteTree itself 2013-08-09 11:46:32 +02:00
SiteTreeHtmlEditorFieldTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteTreePermissionsTest.php FIX Not checking stage in SiteTree#canView 2013-07-05 12:14:22 +12:00
SiteTreePermissionsTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteTreeTest.php BUG Fixed instances of loosely defined SQL predicates not qualified by table name 2013-08-29 13:59:45 +12:00
SiteTreeTest.yml FIX Escape the sitetree_link shortcode return value 2013-05-10 14:05:06 +12:00
VirtualPageTest.php Fix test sometimes using cached relationship object. 2013-10-02 15:03:50 +10:00
VirtualPageTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00