silverstripe-framework/admin/code
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
..
AddToCampaignHandler_FormAction.php API Namespace all classes 2016-09-08 10:23:17 +12:00
AddToCampaignHandler.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
AdminRootController.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CampaignAdmin.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CMSBatchAction.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSBatchActionHandler.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CMSMenu.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSMenuItem.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSPreviewable.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSProfileController.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
GroupImportForm.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain_HTTPResponse.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
LeftAndMain_SearchFilter.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain_TreeNode.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00
LeftAndMainExtension.php API Namespace all classes 2016-09-08 10:23:17 +12:00
MemberImportForm.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00
ModelAdmin.php Removed ModelAdmin/SecurityAdmin Webpack entry points 2016-09-16 13:44:12 +12:00
SecurityAdmin.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00