silverstripe-framework/tests/control
Sam Minnee 93a0122c0f FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “”
Code was assuming that FRAMEWORK_DIR would always have a value. If it
doesn’t (because you’re running a test instance of a naked framework)
This caused URLs to be treated as root relative, which creates some
duplicate-inclusion bugs.

The use of ltrim() works, but is a bit clumsy. A more flexible approach
to including front-end assets of given modules would be preferable;
ideally something that also let you keep your code outside of the
web root.
2016-09-16 16:16:39 +12:00
..
files MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSProfileControllerTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSProfileControllerTest.yml API Apply Framework\Security namespace 2016-07-07 11:32:28 +12:00
ControllerTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
ControllerTest.yml API Apply Framework\Security namespace 2016-07-07 11:32:28 +12:00
CookieJarTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CookieTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00
DirectorTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
FlushRequestFilterTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00
HTTPRequestTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
HTTPResponseTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
HTTPTest.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00
NullHTTPRequestTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00
PjaxResponseNegotiatorTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
RequestHandlingTest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
SessionTest.php API Namespace all classes 2016-09-08 10:23:17 +12:00