silverstripe-framework/api
Fred Condo bd73142bcf BUG: Correct semantic error regarding cURL options in RestfulService
cURL options are numeric, and array_merge is destructive of numeric
keys. Replace array_merge calls with array union operator, with defaults
on right-hand side so that passed options override defaults.
2013-02-22 17:39:01 -08:00
..
DataFormatter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FormEncodedDataFormatter.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
JSONDataFormatter.php BUG JSONDataFormatter should respect canView() permissions 2012-11-05 14:03:39 +13:00
RestfulService.php BUG: Correct semantic error regarding cURL options in RestfulService 2013-02-22 17:39:01 -08:00
RSSFeed.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-07 21:45:16 +01:00
XMLDataFormatter.php API Removed permission checks from XML/JSON data formatters 2012-10-30 23:34:29 +01:00