silverstripe-framework/src/Dev
Maxime Rainville 1e01deea39 NEW Make resources dir configurable (#8519)
* NEW Make resources dir configurable.

* Removing reference to old `resources` and updating doc #8519

* Rrtarget to 4.4 release.

* DOC Reference SS_RESOURCES_DIR in Environment doc.

* API Add a Resources method to SilverStripe\Core\Manifest\Module to read the resources-dir from composer.json

* Clean up reference to SS_RESOURCES_DIR env var

* Set default resources-dir

* Update test to use RESOURCES_DIR const in expected resource url method

* Correcting typos

Co-Authored-By: maxime-rainville <maxime@rainville.me>

* MINOR Correctubg minor typos

* DOCS Document the intricacies of exposing static assets.
2019-01-09 15:35:45 +13:00
..
Constraint API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
Install NEW Make resources dir configurable (#8519) 2019-01-09 15:35:45 +13:00
State FIX Reverting ExtensionTestState and Extensible extra methods modifications to prevent PHP 5.6 segfault (#8581) 2018-11-26 12:00:02 +13:00
Tasks Enhancement add notice for MigrateFileTask if FileMigrationHelper doesn't exist 2017-10-02 14:54:31 +13:00
Upgrade BUG Fix upgrade-code doctor with public path 2018-01-16 15:38:12 +13:00
Backtrace.php [SS-2018-018] Ignore arguments in mysqli::real_connect backtrace calls 2018-11-07 11:24:51 +13:00
BehatFixtureFactory.php API Upgrade to behat 3 2017-05-05 14:32:07 +12:00
BuildTask.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
BulkLoader_Result.php API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
BulkLoader.php BUG Fix many_many through crashing ModelAdmin 2018-04-10 14:51:49 +12:00
CLI.php API Remove Object class 2017-05-23 13:50:35 +12:00
CliDebugView.php var_export does not handle circular references 2018-09-24 12:31:06 +02:00
CSSContentParser.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
CsvBulkLoader.php API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
CSVParser.php API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
Debug.php ENHANCEMENT: Better output type detection for debugging 2017-07-04 17:33:49 +12:00
DebugView.php BUG Fix issue with DebugView failing on class name of existing class 2018-02-05 10:45:49 +13:00
Deprecation.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DevBuildController.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DevelopmentAdmin.php Merge branch '4.1' into 4 2018-05-30 15:08:39 +12:00
FixtureBlueprint.php [ss-2018-006] Prevent code execution in template value resolution 2018-05-14 17:05:31 +12:00
FixtureFactory.php BUG Make regression in #7839 safer 2018-06-14 16:45:09 +12:00
FunctionalTest.php Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
InstallerTest.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
MigrationTask.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
SapphireInfo.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
SapphireREPL.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
SapphireTest.php Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
SSListExporter.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
TaskRunner.php ENHANCEMENT Don't force all class names to lowercase 2017-09-20 15:14:55 +12:00
TestKernel.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
TestMailer.php DOCS Update doc block for TestMailer::findEmail to reflect the new key names 2017-09-06 16:10:55 +12:00
TestOnly.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
TestSession_STResponseWrapper.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
TestSession.php Extensible test session 2018-03-21 17:28:02 +13:00
YamlFixture.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00