Add a Composer plugin to core for writing the locations of Drupal files - 10.0.x
Closes #1792310
Merge request reports
Activity
added 1 commit
- b545258e - Updated Composer from lock, for addition of new Composer plugin.
added 184 commits
-
91ede3e7...ae2382fc - 148 commits from branch
project:10.0.x
- c7da4342 - Fixed inclusion of autoloader in scripts.
- 2aa65e2e - Removed unnecessary call to Settings::initialize() — creating the Kernel takes care of this.
- 18a30075 - Replaced call to Settings::initialize() with creation of Kernel, as that...
- 926da6cb - Fixed app root assumption in InstallCommand.
- 0d70cee6 - Added Composer plugin for writing Drupal’s install location.
- 325a3e72 - Added docs to drupal/drupal’s root autoload.php.
- fcff2eb5 - Added locations plugin to Composer templates.
- f8315cd5 - Fixed app root assumption in GenerateTheme command.
- e631fd5c - Added locations plugin to drupal/core.
- 61e28bcd - Added locations plugin to drupal/drupal with path repository.
- 9072d8f8 - Changed bootstrap.inc to use DrupalLocation.
- 5a8c21a6 - Fixed statistics.php getting wrong autoloader.
- 3580b4e3 - Added environment variables for Drupal location to phpunit.xml.dist.
- 6456e67f - Removed use of __DIR__ constant in core/rebuild.php.
- af587f1b - Changed test setup code to use Drupal location environment variables when available.
- 13b274c5 - Removed unnecessary loading of autoloader in TestDiscovery.
- 80cbf08b - Fixed use of __DIR__ in installer.
- 369fdb70 - Changed DrupalKernel::guessApplicationRoot() to use DrupalLocation.
- d5b885a2 - Deprecated $app_root parameter in DrupalKernel methods.
- aea4c18d - Renamed DrupalKernel::guessApplicationRoot() since it by default doesn’t guess.
- 732c9ae3 - Added kernel which allows setting the app root, for tests.
- f5e8bc9e - Fixed DrupalKernelTest to set the app root without deprecation warning.
- 0d056e4a - Added app root property to TestRunnerKernel.
- 5fd3c575 - Added locations plugin to list of excluded packages in Composer stability test.
- 37ad5a38 - Update rebuild.php
- d5d0a7ab - Ensure that there is a trailing slash when running in a subdirectory
- 7e5041e1 - Fixed rebuild.php getting wrong app root when the entire project is in a symlink.
- 32ee20fc - Revert "Ensure that there is a trailing slash when running in a subdirectory"
- 1d77275e - Revert "Update rebuild.php"
- 4aa06eb6 - Added locations to allowed plugins list.
- b19b072c - Updated Composer from lock, for addition of new Composer plugin.
- 3d118217 - Changed Locations Composer plugin to write the DrupalLocation class to the...
- 4167e1db - Fixed use of absolute paths in written DrupalLocations class.
- ebd015a0 - Added README to Composer locations plugin.
- 592d51bf - Fixed undefined variable when composer.json doesn’t define the web root.
- e630812d - Fixed missing autoload in Drupal root’s composer.json.
Toggle commit list-
91ede3e7...ae2382fc - 148 commits from branch
added 1 commit
- f9956ff3 - Added throwing exception when project root not writable.
added 1 commit
- 2fb75c6c - Fixed missing newline at end of generated DrupalLocations file.
added 1 commit
- bc71334d - Fixed relative root in DrupalLocations being written incorrectly.
added 1 commit
- 3cd3954c - Updated Composer from lock to update lock hash.
added 857 commits
-
3cd3954c...36b02597 - 817 commits from branch
project:10.0.x
- 36b02597...00eb0686 - 30 earlier commits
- 1e78ac3f - Updated Composer from lock, for addition of new Composer plugin.
- ee43f9e8 - Changed Locations Composer plugin to write the DrupalLocation class to the...
- 2ec08e46 - Fixed use of absolute paths in written DrupalLocations class.
- 8cfdd483 - Added README to Composer locations plugin.
- 4c365583 - Fixed undefined variable when composer.json doesn’t define the web root.
- a751444e - Fixed missing autoload in Drupal root’s composer.json.
- ddad33fc - Added throwing exception when project root not writable.
- 8626ed04 - Fixed missing newline at end of generated DrupalLocations file.
- 02550369 - Fixed relative root in DrupalLocations being written incorrectly.
- e2dba88f - Updated Composer from lock to update lock hash.
Toggle commit list-
3cd3954c...36b02597 - 817 commits from branch
Please register or sign in to reply