lightning
lightning copied to clipboard
Lightning was a base distribution for fast and feature-rich Drupal. Support ended on November 2, 2021 and it is no longer maintained.
Bumps [composer/composer](https://github.com/composer/composer) from 2.1.3 to 2.1.9. Release notes Sourced from composer/composer's releases. 2.1.9 Security: Fixed command injection vulnerability on Windows (GHSA-frqg-7g38-6gcf / CVE-2021-41116) Fixed classmap parsing with a new class...
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 3.4.5 to 3.4.6. Release notes Sourced from lcobucci/jwt's releases. 3.4.6 Release Notes for 3.4.6 This patch ships a minor security fix to prevent misuse of the LocalFileReference...
This PR adds the Acquia Pendo module to Lightning and installs it out of the box. It does not enable the module on existing sites. Public issue: https://www.drupal.org/project/lightning/issues/3121822
Lightning doesn't have a hook_install() implementation in the base profile, I think specifically so that it will be compatible with the new D8.6 feature of installing site from existing config....
We want to use Lightning packaging mechanisms for packaging our Lightning-based profile. The profile is hosted on GitHub and it's registered on regular Packagist. This PR brings changes, which won't...
Resolves issue: https://github.com/acquia/lightning/issues/395
The $file->setPermanent() is already call when you use the file in media entity. If you call this function at this point you can't use tokens or filefield_paths to manipulate the...