silverstripe-framework/control
Damian Mooyman 11f4b2c620 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-07-05 09:08:58 +12:00
..
injector FIX issue with Injector::create not passing args 2013-02-15 10:24:47 +11:00
ContentNegotiator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Controller.php MINOR: Don't throw redirection warning if redirection to the same place. 2013-01-29 18:03:49 +01:00
Cookie.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Director.php Fixed whitespace usage 2013-02-18 15:43:52 +01:00
HTTP.php API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-07-05 09:08:58 +12:00
HTTPRequest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
HTTPResponse.php API Remove content-length setting in HTTPResponse 2013-02-27 10:07:54 +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 BUG Undefined $allowed_actions overrides parent definitions, stricter handling of $allowed_actions on Extension 2013-02-17 23:30:36 +01:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php BUGFIX: Prevent notice-level error in Session code when non-array is turned into an array. 2013-01-29 18:03:48 +01:00