acsf 7.x-1.73

Bug fixes
  • Less files are now being copied and required as part of acsf-init.

acsf 8.x-2.73

Bug fixes
  • Less files are now being copied and required as part of acsf-init.
  • Improved PHP 8.1 compatibility.
  •  

acsf 8.x-2.71

Bug fixes
  • Hashing algorithm has been updated
  • The pre-web-activate hook now uses the correct PHP binary.

acsf 8.x-1.71

Bug fixes
  • Hashing algorithm has been updated
  • The pre-web-activate hook now uses the correct PHP binary.

acsf 7.x-1.71

Bug fixes
  • Hashing algorithm has been updated
  • The pre-web-activate hook now uses the correct PHP binary.

acsf 8.x-2.69

Bug fixes

Fixed an issue where the site public file path was not available during site install.

acsf 8.x-1.69

Bug fixes

Fixed an issue where the site public file path was not available during site install.

acsf 8.x-2.68

Bug fixes
  1. Travis CI: ACSF Module travis.yml has been updated to test against PHP 7.3 and PHP 7.4. PHP 7.1 and PHP 7.2 checks were removed.
  2. Database scrubbing process done during staging now makes sure the cache table exists before removing its data.

acsf 8.x-1.68

Bug fixes
  1. Travis CI: ACSF Module travis.yml has been updated to test against PHP 7.3 and PHP 7.4. PHP 7.1 and PHP 7.2 checks were removed.
  2. Database scrubbing process done during staging now makes sure the cache table exists before removing its data.

acsf 7.x-1.68

Bug fixes
  1. Travis CI: ACSF Module travis.yml has been updated to test against PHP 7.3 and PHP 7.4. PHP 7.1 and PHP 7.2 checks were removed.

acsf 8.x-2.67

Bug fixes

Database scrubbing process done during staging now makes sure there are no stale caches left.

acsf 8.x-1.67

Bug fixes

Database scrubbing process done during staging now makes sure there are no stale caches left.

acsf 8.x-2.65

Bug fixes
  • Drush 9 and 10 processes now use the correct cache directories for staging process, similar to drush 8 processes.

acsf 8.x-1.65

Bug fixes
  • Drush 9 and 10 processes now use the correct cache directories for staging process, similar to drush 8 processes.

acsf 8.x-2.64

Bug fixes
New features
  • updated deprecated Drupal 8 code, to bring the module closer to Drupal 9 readiness. The module now requires Drupal 8.5.0 or higher. A protected object inside the AcsfDuplicationScrubEntityHandler class has changed slightly so anyone extending this class should doublecheck their code.
  • added compatibility with Drush 10. Customers should test thoroughly before pushing a codebase to production that includes Drush 10.
  • various topics are documented in the readme.md file.

acsf 8.x-1.64

Bug fixes
  • updated deprecated Drupal 8 code
  • various topics are documented in the readme.md file.

acsf 8.x-2.x-dev

Snapshot meant only for automated testing - contents are not guaranteed to persist.

acsf 8.x-1.x-dev

Snapshot meant only for automated testing - contents are not guaranteed to persist.

acsf 8.x-2.63

New features

- The Acquia Cloud-provided Twig cache directory location is no
longer overridden by the Drupal 8 Acquia Cloud Site Factory Connector
module.
- Several updates have been made to improve future domain resolution.

acsf 8.x-1.63

New features

- The Acquia Cloud-provided Twig cache directory location is no
longer overridden by the Drupal 8 Acquia Cloud Site Factory Connector
module.
- Several updates have been made to improve future domain resolution.

acsf 7.x-1.63

New features

Several updates have been made to improve future domain resolution.

acsf 8.x-2.62

Bug fixes
  • Fixed warnings being thrown on a non-ACSF environment when the acsf_sso module is enabled.
  • The configuration overrides from sites/g/services.yml is no longer used.
  • Installation of the acsf module on a non-ACSF environment will not log a warning anymore.
  • Running Drupal cron on a non-ACSF system which has installed the acsf module will not log a warning anymore.
  • Changed unit tests to be able to run as part of a larger system as well as the standalone module.

acsf 8.x-1.62

Bug fixes
  • Fixed warnings being thrown on a non-ACSF environment when the acsf_sso module is enabled.
  • The configuration overrides from sites/g/services.yml is no longer used.
  • Installation of the acsf module on a non-ACSF environment will not log a warning anymore.
  • Running Drupal cron on a non-ACSF system which has installed the acsf module will not log a warning anymore.
  • Changed unit tests to be able to run as part of a larger system as well as the standalone module.

acsf 7.x-1.62

Bug fixes
  • Installation of the acsf module on a non-ACSF environment will not log a warning anymore.
  • Running Drupal cron on a non-ACSF system which has installed the acsf module will not log a warning anymore.
  • Changed unit tests to be able to run as part of a larger system as well as the standalone module.

acsf 8.x-2.61

Bug fixes

Database lookups for domain names are now cached in APCu.

acsf 8.x-1.61

Bug fixes

Database lookups for domain names are now cached in APCu.

acsf 7.x-1.61

Bug fixes

Database lookups for domain names are now cached in APCu.

acsf 8.x-2.60

Bug fixes

- Some drush commands that do not target a specific site (e.g. 'drush status') would emit notices about the DRUPAL_ROOT constant not existing.
- Some fixes were made to the consistency of how the 'sjadd' command is run to add scheduled jobs. No exceptions are thrown anymore.

acsf 8.x-1.60

Bug fixes

- Some drush commands that do not target a specific site (e.g. 'drush status') would emit notices about the DRUPAL_ROOT constant not existing.
- Some fixes were made to the consistency of how the 'sjadd' command is run to add scheduled jobs. No exceptions are thrown anymore.

acsf 7.x-1.60

Bug fixes

- Some drush commands that do not target a specific site (e.g. 'drush status') would emit notices about the DRUPAL_ROOT constant not existing.
- Some fixes were made to the consistency of how the 'sjadd' command is run to add scheduled jobs. No exceptions are thrown anymore.

acsf 8.x-2.58

Bug fixes

- All submodules have their own composer.json now, which should make https://packages.drupal.org publish the correct (PHP7.2 compatible) dependencies for the acsf_sso module.
- The cloud hooks (pre-web-activate, post-db-copy) no longer assume they are installed on ACSF environments; this means the module can be installed without adverse affects on ACE.

acsf 8.x-1.58

Bug fixes

- All submodules have their own composer.json now, which should make https://packages.drupal.org publish the correct (PHP7.2 compatible) dependencies for the acsf_sso module.
- The cloud hooks (pre-web-activate, post-db-copy) no longer assume they are installed on ACSF environments; this means the module can be installed without adverse affects on ACE.

acsf 7.x-1.58

Bug fixes

The cloud hooks (pre-web-activate, post-db-copy) no longer assume they are installed on ACSF environments; this means the module can be installed without adverse affects on ACE.

acsf 8.x-2.56

Bug fixes
  • SimpleSAML: To prevent issues with logging into a wrong site from the Site Factory dashboard, the relevant configuration values are overridden during the bootstrap phase.

Pages

Subscribe with RSS Subscribe to Releases for Acquia Cloud Site Factory Connector