silverstripe-framework/control
Damian Mooyman 1ca15d0399 API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls.
urlRewriter will expect a callable as a second parameter,
but will work with the current api and simply raise a deprecation error.

HTTP::absoluteURLs now correctly rewrites urls into absolute urls. Resolves introduced in c56a80d6ce

HTTP::absoluteURLs now handles additional cases where urls were not translated.

Test cases for HTTP::absoluteURLs added for both css and attribute links.

Cleaned up replacement expression and improved documentation.
2013-01-24 09:49:44 +01:00
..
injector Merge pull request #1019 from nyeholt/injector_convert_service_params 2012-12-12 01:07:47 -08:00
ContentNegotiator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
Controller.php NEW: Improve HTTP caching logic to automatically disable caching for requests that use the session. 2013-01-08 17:47:05 +13:00
Cookie.php Line length fixes 2012-10-03 18:11:31 +02:00
Director.php Merge remote-tracking branch 'origin/3.0' into 3.1 2012-12-12 10:11:56 +01:00
HTTP.php API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-01-24 09:49:44 +01:00
HTTPRequest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
HTTPResponse.php Merge remote-tracking branch 'origin/3.0' into 3.1 2012-12-12 10:11:56 +01:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
RequestFilter.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
RequestHandler.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00