Skip to content

Tags: pantheon-systems/drupal-integrations

Tags

10.0.1

Toggle 10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from morvans/protect-config_sync_directory

Set $settings['config_sync_directory'] only if it's empty.

9.0.5

Toggle 9.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from pantheon-systems/protect-config_sync_dire…

…ctory_9.x

Set $settings['config_sync_directory'] only if it's empty

8.0.8

Toggle 8.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #27 from pantheon-systems/protect-config_sync_dire…

…ctory_8.x

8.x: Set $settings['config_sync_directory'] only if it's empty

10.0.0

Toggle 10.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
greg-1-anderson Greg Anderson
Ignore settings.pantheon.php from PHP Code Sniffer

Alternatively, we could fix the sniff violations, but it's pretty common to just ignore settings files. Before this change, the same can be accomplished with these lines in `phpcs.xml`:
```xml
    <!-- Ignore scaffolded Pantheon settings file. -->
    <exclude-pattern>web/sites/default/settings.pantheon.php</exclude-pattern>
```
but it's better to have it taken care of upstream :) thank you! 🙏🏻

9.0.4

Toggle 9.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore settings.pantheon.php from PHP Code Sniffer

8.0.7

Toggle 8.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
greg-1-anderson Greg Anderson
Ignore settings.pantheon.php from PHP Code Sniffer

Alternatively, we could fix the sniff violations, but it's pretty common to just ignore settings files. Before this change, the same can be accomplished with these lines in `phpcs.xml`:
```xml
    <!-- Ignore scaffolded Pantheon settings file. -->
    <exclude-pattern>web/sites/default/settings.pantheon.php</exclude-pattern>
```
but it's better to have it taken care of upstream :) thank you! 🙏🏻

10.0.0-beta1

Toggle 10.0.0-beta1's commit message

Verified

This commit was signed with the committer’s verified signature.
greg-1-anderson Greg Anderson
Drupal integrations 10.x is only for Drupal ^10

9.0.3

Toggle 9.0.3's commit message
Adds logic to prevent redirection to install.php on test/live.

8.0.6

Toggle 8.0.6's commit message
Adds logic to prevent redirection on stage/live sites to install.php.

9.0.2

Toggle 9.0.2's commit message
Update conflict: only allow this branch to work with Drupal 9+