silverstripe-framework/api
Simon Welsh 379b561cdb BUG RSSFeed now sets the Content-Type on the current HTTPResponse
RSSFeed::outputToBrowser() used to use header() directly to set the content-type.
This stopped ContentNegotiator from correctly detecting that it didn't need to
convert the response, invalidating the XML.
2012-12-12 10:38:56 +13:00
..
DataFormatter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FormEncodedDataFormatter.php API CHANGE Moved RestfulServer into its own module at https://github.com/silverstripe/silverstripe-restfulserver (fixes #7282) 2012-06-04 10:21:29 +02:00
JSONDataFormatter.php BUG JSONDataFormatter should respect canView() permissions 2012-11-05 14:03:39 +13:00
RestfulService.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
RSSFeed.php BUG RSSFeed now sets the Content-Type on the current HTTPResponse 2012-12-12 10:38:56 +13:00
XMLDataFormatter.php API Removed permission checks from XML/JSON data formatters 2012-10-30 23:34:29 +01:00