Skip to content

Commit

Permalink
Merge branch 'develop' into SHS-5995--change-action-label
Browse files Browse the repository at this point in the history
  • Loading branch information
ahughes3 authored Jan 13, 2025
2 parents a4bcc86 + 1cf65f3 commit 858eab1
Show file tree
Hide file tree
Showing 124 changed files with 191 additions and 4,645 deletions.
1 change: 0 additions & 1 deletion blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ multisites:
- lowe
- mathematics
- mcs
- mediterraneanstudies
- memorylab
- middleeast
- morrisoninstitute
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/aaai/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/aaas/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/aarcs/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/africanstudies/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/amstudies/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/anthropology/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/archaeology/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/art/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/artexhibitions/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/arthandbook/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
20 changes: 0 additions & 20 deletions docroot/sites/bingschool/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Blt\Robo\Common\EnvironmentDetector;
assert_options(ASSERT_EXCEPTION, TRUE);
$db_name = '${drupal.db.database}_' . basename(dirname(__FILE__, 2));

/**
Expand Down Expand Up @@ -36,25 +35,6 @@
// Allow access to update.php.
$settings['update_free_access'] = TRUE;

/**
* Assertions.
*
* The Drupal project primarily uses runtime assertions to enforce the
* expectations of the API by failing when incorrect calls are made by code
* under development.
*
* @see http://php.net/assert
* @see https://www.drupal.org/node/2492225
*
* If you are using PHP 7.0 it is strongly recommended that you set
* zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
* or runtime) on development machines and to 0 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
*
Expand Down
Loading

0 comments on commit 858eab1

Please sign in to comment.