Install

Works with Drupal: ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download acquia_cms_common-1.5.0.tar.gztar.gz 110.12 KB
MD5: 21a7a68edf84aec584dcbeb6c01d9bd1
SHA-1: eaf37d88bcc5b4ecc15da8637cc29eb626fc0573
SHA-256: 45cef74970babab3b1f3acbc93295e4191ae953ef6a2cead4cc4ff9b8296c5f7
Download acquia_cms_common-1.5.0.zipzip 209.18 KB
MD5: 51da7817c017b6a1e1a728e80ac1e297
SHA-1: e2b8e1f5b8316fbcb19c4ab07b53048f265d3506
SHA-256: b67260fab1cf411fd4308d27b5fc505d3edb84e9140cc32e2de9e1ec84356683

Release notes

  • Removed the patch #1120020: SQLite database locking errors cause fatal errors which fixes the database lock error when running site using the SQLite database. If you’ve existing site running on SQLite database or you’ve PHPUnit tests which runs using the SQLite database, then you should now include the patch manually in your project. Following is the Drupal core compatible patch matrix:
    # Drupal Core Patch Link
    1 9.3 https://www.drupal.org/files/issues/1120020-59.patch
    2 9.4 https://www.drupal.org/files/issues/2022-03-30/1120020-91.patch
  • Updated minimum required composer dependencies for the acquia_cms modules.
  • Allows the ability for other modules to add/update permissions for content model roles.
  • Installing acquia_cms_common module now doesn’t create the below roles:
    • Content Author
    • Content Administrator
    • Content Editor
  • The above roles are now created, if any one of the acquia_cms content model module is installed i.e acquia_cms_article, acquia_cms_event, acquia_cms_page, acquia_cms_person & acquia_cms_place.
  • The role developer is also removed and moved to acquia_cms_site_studio module.
  • The permissions for the roles Site builder & User administrator are now refactored.
  • Removed the deprecated function module_load_install(), which will be removed from Drupal Core 10.
  • The service: `acquia_cms_common.utility` is now updated to remove the method rebuildSiteStudio().
  • PHPUnit tests are added/updated to cover the roles/permissions refactoring.
  • Refactored code for the drush command acms:config-reset as per the new site studio package management, specially for site studio configuration reset.
Created by: vishalkhode
Created on: 22 Sep 2022 at 19:36 UTC
Last updated: 7 Oct 2022 at 09:01 UTC
Bug fixes
New features

Other releases