drupal-core-development-project
drupal-core-development-project copied to clipboard
Project template for developing Drupal core with a git clone.
I would want to use drupal-core-development-project for contrib development too but currently I can not do that. Tests for contrib are failing. Core tests work ok. Running ``` phpunit web/modules/contrib/devel...
An experiement if it is possible without patches but with a little trick in the web directory we use on our projects. This adds: - index.php and update.php that includes...
With `.gitmodules` file, we can run `git status` without notification about "changes" in the drupal repo `/repos/drupal`
AAAAAAAAAAAAAAAAAARRRRRGGGGGHHH. AGAIN. It's broken AGAIN. The culprit this time is this line in Drush's ServiceManager which filters out command classes: ``` // If a command class has a static `create`...
1. The install script is in a symlinked directory, so using \_\_DIR\_\_ drops into the repos/drupal path, from where contrib installation profiles cannot be found. I think we need to...
Would you consider it in scope to include [`drupal-check`](https://github.com/mglaman/drupal-check) or similar to allow for easily checking for Drupal coding standards issues when working on core?
The core git clone doesn't have its own .gitignore at the root, it just ships with an example.gitignore. So we should copy this during the Composer install process, and add...