silverstripe-framework/tests/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
..
files API CHANGE: Do not rely on a specific OS mime type detection, use PHP finfo 2012-05-11 11:34:07 +12:00
CMSProfileControllerTest.php Merge remote-tracking branch 'origin/3.0' 2012-10-30 17:52:49 +01:00
CMSProfileControllerTest.yml BUG CMSProfileController::Member_ProfileForm() respecting canEdit() permissions on Member 2012-09-07 11:24:47 +12:00
ControllerTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ControllerTest.yml API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
DirectorTest.php Removing deprecated tests 2012-11-15 14:43:15 +13:00
HTTPRequestTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTTPResponseTest.php Merge remote-tracking branch 'origin/3.0' 2012-10-03 16:16:19 +02:00
HTTPTest.php API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-01-24 09:49:44 +01:00
NullHTTPRequestTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiatorTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
RequestHandlingTest.php Merge remote-tracking branch 'origin/3.0' 2012-11-23 15:31:08 +01:00
SessionTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00