silverstripe-framework/api
Daniel Hensby 7617f08ad3 Use Controller::join_links() in RestfulService
At the moment, `RestfulService` duplicates functionality of
`Controller::join_links` (badly) and it means that one MUST use a base
URL with a trailing slash for the URL to be constructed properly

Plus tests for `RestfulService::getAbsoluteRequestURL()`

API Deprecating `RestfulService::constructURL()`

This function isn't used in core so we should remove it
2014-05-08 08:59:57 +01:00
..
DataFormatter.php FIX Changing public static $priority to private 2013-10-17 11:55:59 +01:00
FormEncodedDataFormatter.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
JSONDataFormatter.php fixed wrong ID output for many_many and has_many relations 2013-10-06 17:36:31 +02:00
RestfulService.php Use Controller::join_links() in RestfulService 2014-05-08 08:59:57 +01:00
RSSFeed.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatter.php Correct line length and indentation 2013-08-21 18:54:05 +12:00