From fb9ad88a0f5eb4802ed27f8f96af27bda3427ebd Mon Sep 17 00:00:00 2001 From: Mauricio Dinarte Date: Thu, 13 Nov 2025 12:30:02 -0600 Subject: [PATCH] Update Drupal 7 to 7.105 @see https://gitlab.com/tag1consulting/public/drupal/-/releases/7.105 --- README.md | 1 + drupal7/.ddev/config.yaml | 2 +- drupal7/web/.gitlab-ci.yml | 162 ++++++++++++++---- drupal7/web/.gitlab-ci/error_reporting.ini | 1 + drupal7/web/.gitlab-ci/pipeline.yml | 4 +- drupal7/web/.gitlab/.gitkeep | 0 .../merge_request_templates/Default.md | 17 ++ drupal7/web/CHANGELOG.txt | 3 + drupal7/web/D7ES_CHANGELOG.txt | 10 ++ drupal7/web/LICENSE.txt | 14 +- drupal7/web/includes/bootstrap.inc | 2 +- drupal7/web/includes/errors.inc | 5 +- drupal7/web/includes/session.inc | 39 ++++- drupal7/web/misc/jquery.ba-bbq.js | 29 ++-- .../web/modules/aggregator/aggregator.info | 5 - .../aggregator/tests/aggregator_test.info | 5 - .../announcements_feed.info | 5 - .../tests/announce_feed_test.info | 5 - drupal7/web/modules/block/block.info | 5 - .../web/modules/block/tests/block_test.info | 5 - .../block_test_theme/block_test_theme.info | 5 - drupal7/web/modules/blog/blog.info | 5 - drupal7/web/modules/book/book.info | 5 - drupal7/web/modules/color/color.info | 5 - drupal7/web/modules/comment/comment.info | 5 - .../comment/tests/comment_hook_test.info | 5 - drupal7/web/modules/contact/contact.info | 5 - .../web/modules/contextual/contextual.info | 5 - drupal7/web/modules/dashboard/dashboard.info | 5 - drupal7/web/modules/dblog/dblog.info | 5 - drupal7/web/modules/field/field.info | 5 - .../field_sql_storage/field_sql_storage.info | 5 - .../web/modules/field/modules/list/list.info | 5 - .../field/modules/list/tests/list_test.info | 5 - .../modules/field/modules/number/number.info | 5 - .../field/modules/options/options.info | 5 - .../web/modules/field/modules/text/text.info | 5 - .../web/modules/field/tests/field_test.info | 5 - .../field/tests/field_test_schema_alter.info | 5 - drupal7/web/modules/field_ui/field_ui.info | 5 - drupal7/web/modules/file/file.info | 5 - .../modules/file/tests/file_module_test.info | 5 - drupal7/web/modules/filter/filter.info | 5 - drupal7/web/modules/forum/forum.info | 5 - drupal7/web/modules/help/help.info | 5 - drupal7/web/modules/image/image.info | 5 - .../image/tests/image_module_styles_test.info | 5 - .../image/tests/image_module_test.info | 5 - drupal7/web/modules/locale/locale.info | 5 - .../web/modules/locale/tests/locale_test.info | 5 - drupal7/web/modules/menu/menu.info | 5 - drupal7/web/modules/node/node.info | 5 - .../modules/node/tests/node_access_test.info | 5 - drupal7/web/modules/node/tests/node_test.info | 5 - .../node/tests/node_test_exception.info | 5 - drupal7/web/modules/openid/openid.info | 5 - .../web/modules/openid/tests/openid_test.info | 5 - drupal7/web/modules/overlay/overlay.info | 5 - drupal7/web/modules/path/path.info | 5 - drupal7/web/modules/php/php.info | 5 - drupal7/web/modules/poll/poll.info | 5 - drupal7/web/modules/profile/profile.info | 5 - drupal7/web/modules/rdf/rdf.info | 5 - drupal7/web/modules/rdf/tests/rdf_test.info | 5 - drupal7/web/modules/search/search.info | 5 - .../search/tests/search_embedded_form.info | 5 - .../search/tests/search_extra_type.info | 5 - .../search/tests/search_node_tags.info | 5 - drupal7/web/modules/shortcut/shortcut.info | 5 - .../simpletest/drupal_web_test_case.php | 6 +- .../web/modules/simpletest/simpletest.info | 5 - .../simpletest/tests/actions_loop_test.info | 5 - .../simpletest/tests/ajax_forms_test.info | 5 - .../modules/simpletest/tests/ajax_test.info | 5 - .../modules/simpletest/tests/batch_test.info | 5 - .../modules/simpletest/tests/boot_test_1.info | 5 - .../modules/simpletest/tests/boot_test_2.info | 5 - .../modules/simpletest/tests/common_test.info | 5 - .../tests/common_test_cron_helper.info | 5 - .../simpletest/tests/database_test.info | 5 - .../drupal_autoload_test.info | 5 - ...drupal_system_listing_compatible_test.info | 5 - ...upal_system_listing_incompatible_test.info | 5 - .../simpletest/tests/entity_cache_test.info | 5 - .../tests/entity_cache_test_dependency.info | 5 - .../tests/entity_crud_hook_test.info | 5 - .../tests/entity_query_access_test.info | 5 - .../modules/simpletest/tests/error_test.info | 5 - .../modules/simpletest/tests/file_test.info | 5 - .../modules/simpletest/tests/filter_test.info | 5 - .../modules/simpletest/tests/form_test.info | 5 - .../modules/simpletest/tests/image_test.info | 5 - .../modules/simpletest/tests/menu_test.info | 5 - .../modules/simpletest/tests/module_test.info | 5 - .../modules/simpletest/tests/path_test.info | 5 - .../tests/psr_0_test/psr_0_test.info | 5 - .../tests/psr_4_test/psr_4_test.info | 5 - .../simpletest/tests/requirements1_test.info | 5 - .../simpletest/tests/requirements2_test.info | 5 - .../simpletest/tests/session_test.info | 5 - .../simpletest/tests/system_admin_test.info | 5 - .../tests/system_dependencies_test.info | 5 - ...atible_core_version_dependencies_test.info | 5 - ...system_incompatible_core_version_test.info | 5 - ...ible_module_version_dependencies_test.info | 5 - ...stem_incompatible_module_version_test.info | 5 - .../tests/system_null_version_test.info | 5 - .../tests/system_project_namespace_test.info | 5 - .../system_requires_null_version_test.info | 5 - .../modules/simpletest/tests/system_test.info | 5 - .../simpletest/tests/taxonomy_nodes_test.info | 5 - .../simpletest/tests/taxonomy_test.info | 5 - .../modules/simpletest/tests/theme_test.info | 5 - .../themes/test_basetheme/test_basetheme.info | 5 - .../themes/test_subtheme/test_subtheme.info | 5 - .../tests/themes/test_theme/test_theme.info | 5 - .../test_theme_nyan_cat.info | 5 - .../simpletest/tests/update_script_test.info | 5 - .../simpletest/tests/update_test_1.info | 5 - .../simpletest/tests/update_test_2.info | 5 - .../simpletest/tests/update_test_3.info | 5 - .../simpletest/tests/url_alter_test.info | 5 - .../modules/simpletest/tests/xmlrpc_test.info | 5 - .../web/modules/statistics/statistics.info | 5 - drupal7/web/modules/syslog/syslog.info | 5 - drupal7/web/modules/system/system.info | 5 - drupal7/web/modules/system/system.module | 4 +- .../modules/system/tests/cron_queue_test.info | 5 - .../system/tests/system_cron_test.info | 5 - drupal7/web/modules/taxonomy/taxonomy.info | 5 - drupal7/web/modules/toolbar/toolbar.info | 5 - drupal7/web/modules/tracker/tracker.info | 5 - .../translation/tests/translation_test.info | 5 - .../web/modules/translation/translation.info | 5 - .../modules/trigger/tests/trigger_test.info | 5 - drupal7/web/modules/trigger/trigger.info | 5 - .../modules/update/tests/aaa_update_test.info | 5 - .../modules/update/tests/bbb_update_test.info | 5 - .../modules/update/tests/ccc_update_test.info | 5 - .../update_test_admintheme.info | 5 - .../update_test_basetheme.info | 5 - .../update_test_subtheme.info | 5 - .../web/modules/update/tests/update_test.info | 5 - drupal7/web/modules/update/update.info | 5 - .../tests/anonymous_user_unblock_test.info | 5 - .../tests/user_email_validation_test.info | 5 - .../modules/user/tests/user_flood_test.info | 5 - .../modules/user/tests/user_form_test.info | 5 - .../modules/user/tests/user_session_test.info | 5 - drupal7/web/modules/user/user.info | 5 - drupal7/web/profiles/minimal/minimal.info | 5 - drupal7/web/profiles/standard/standard.info | 5 - ...drupal_system_listing_compatible_test.info | 5 - ...upal_system_listing_incompatible_test.info | 5 - drupal7/web/profiles/testing/testing.info | 5 - .../web/sites/default/default.settings.php | 44 +++++ drupal7/web/themes/bartik/bartik.info | 5 - drupal7/web/themes/garland/garland.info | 5 - drupal7/web/themes/seven/seven.info | 5 - drupal7/web/themes/stark/stark.info | 5 - 160 files changed, 276 insertions(+), 782 deletions(-) create mode 100644 drupal7/web/.gitlab-ci/error_reporting.ini create mode 100644 drupal7/web/.gitlab/.gitkeep create mode 100644 drupal7/web/.gitlab/merge_request_templates/Default.md create mode 100644 drupal7/web/D7ES_CHANGELOG.txt diff --git a/README.md b/README.md index 9ad0dc6..fdc6bd1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Execute these commands to get a fully populated Drupal 7 site. It will be availa cd drupal7 ddev start ddev import-db --file ../assets/drupal7_db.sql.gz +ddev drush --yes updatedb ddev import-files --source ../assets/drupal7_files.tar.gz ddev restart ddev launch diff --git a/drupal7/.ddev/config.yaml b/drupal7/.ddev/config.yaml index 59025bf..d161db9 100644 --- a/drupal7/.ddev/config.yaml +++ b/drupal7/.ddev/config.yaml @@ -1,7 +1,7 @@ name: migration-drupal7 type: drupal7 docroot: web -php_version: "8.1" +php_version: "8.4" webserver_type: nginx-fpm xdebug_enabled: false additional_hostnames: [] diff --git a/drupal7/web/.gitlab-ci.yml b/drupal7/web/.gitlab-ci.yml index da509c4..ba6b090 100644 --- a/drupal7/web/.gitlab-ci.yml +++ b/drupal7/web/.gitlab-ci.yml @@ -9,6 +9,13 @@ # - DrupalSpoons ################ +# Include packaging pipeline +include: + - project: "tag1consulting/d7es-ci-packaging" + ref: main + file: + - "templates/package_release/package_release.yml" + ################ # Workflow # @@ -39,6 +46,8 @@ workflow: - if: $CI_PIPELINE_SOURCE == "web" # Run if triggered from WebIDE - if: $CI_PIPELINE_SOURCE == "webide" + # Run if tag pushed - required for packaging pipeline + - if: $CI_COMMIT_TAG ################ # Variables @@ -55,10 +64,12 @@ workflow: variables: _CONFIG_DOCKERHUB_ROOT: "drupalci" - _TARGET_PHP: "8.1" + _TARGET_PHP: "8.2" CONCURRENCY: 15 GIT_DEPTH: "3" COMPOSER_ALLOW_SUPERUSER: 1 + SKIP_PHPSTAN: "1" + SKIP_PHPCS: "1" ################ # Stages @@ -87,6 +98,11 @@ stages: ################ - ๐Ÿ—œ๏ธ Test + # Used by packaging pipeline + - packaging + - upload + - release + ############# # Templates # ############# @@ -122,10 +138,10 @@ stages: # Jobs define what scripts are actually executed in each stage. ################ -'๐Ÿงน PHP Compatibility checks (PHPCS)': +'๐Ÿงน PHPCS': stage: ๐Ÿช„ Lint variables: - PHPCS_PHP_VERSION: "5.6" + PHPCS_PHP_VERSION: "8.2" KUBERNETES_CPU_REQUEST: "16" interruptible: true allow_failure: true @@ -146,6 +162,8 @@ stages: reports: codequality: phpcs-quality-report.json rules: + - if: $SKIP_PHPCS == "1" + when: never - <<: *run-on-mr before_script: - echo "{}" > composer.json @@ -159,66 +177,136 @@ stages: - echo "If this list contains more files than what you changed, then you need to rebase your branch." - vendor/bin/phpcs --basepath=$CI_PROJECT_DIR --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json --report-full --report-summary --standard=PHPCompatibility --runtime-set testVersion $PHPCS_PHP_VERSION --extensions=php,module,inc,install,test,profile,theme $MODIFIED -# Default job. -'PHP 8.1 MySQL 5.7': - <<: *default-stage +'๐Ÿงน PHPStan': + stage: ๐Ÿช„ Lint variables: - _TARGET_PHP: "8.1" - _TARGET_DB: "mysql-5.7" + KUBERNETES_CPU_REQUEST: "16" + interruptible: true rules: - - <<: *run-on-commit - - <<: *run-on-mr + - if: $SKIP_PHPSTAN != "1" + retry: + max: 2 + when: + - unknown_failure + - api_failure + - stuck_or_timeout_failure + - runner_system_failure + - scheduler_failure + image: + name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:production + script: + - composer install --optimize-autoloader + - if [ -n "$COMPOSER_UPDATE" ]; then + composer update --optimize-autoloader; + composer outdated; + fi + - vendor/bin/phpstan --version + # Rely on PHPStan caching to execute analysis multiple times without performance drawback. + # Output a copy in junit. + - php vendor/bin/phpstan analyze --error-format=gitlab > phpstan-quality-report.json || EXIT_CODE=$? + - php vendor/bin/phpstan analyze --no-progress --error-format=junit > phpstan-junit.xml || true + - | + if [ -n "$EXIT_CODE" ]; then + # Output a copy in plain text for human logs. + php vendor/bin/phpstan analyze --no-progress || true + # Generate a new baseline. + echo "Generating an PHPStan baseline file (available as job artifact)." + php vendor/bin/phpstan analyze --no-progress --generate-baseline=phpstan-baseline.php || true + exit $EXIT_CODE + fi + artifacts: + reports: + codequality: phpstan-quality-report.json + junit: phpstan-junit.xml + # Only store the baseline if the job fails. + when: on_failure + paths: + - phpstan-baseline.php + + +# Default job. 'PHP 5.6 MySQL 5.5': <<: *default-stage variables: _TARGET_PHP: "5.6" _TARGET_DB: "mysql-5.5" - 'PHP 7.2 MySQL 5.7': <<: *default-stage variables: _TARGET_PHP: "7.2" _TARGET_DB: "mysql-5.7" - 'PHP 7.4 MySQL 5.7': <<: *default-stage variables: - _TARGET_PHP: "7.4" + _TARGET_PHP: "7.4-ubuntu" _TARGET_DB: "mysql-5.7" - -'PHP 8.0 MySQL 5.7': - <<: *default-stage - variables: - _TARGET_PHP: "8.0" - _TARGET_DB: "mysql-5.7" - -'PHP 8.2 MySQL 8': - <<: *default-stage - variables: - _TARGET_PHP: "8.2" - _TARGET_DB: "mysql-8" - 'PHP 7.4 PostgreSQL 9.5': <<: *default-stage variables: - _TARGET_PHP: "7.4" + _TARGET_PHP: "7.4-ubuntu" _TARGET_DB: "pgsql-9.5" - -'PHP 8.1 PostgreSQL 14.1': - <<: *default-stage - variables: - _TARGET_PHP: "8.1" - _TARGET_DB: "pgsql-14.1" - 'PHP 7.4 SQLite 3.27.0': <<: *default-stage variables: - _TARGET_PHP: "7.4" + _TARGET_PHP: "7.4-ubuntu" _TARGET_DB: "sqlite-3" - +'PHP 8.0 MySQL 5.7': + <<: *default-stage + variables: + _TARGET_PHP: "8.0-ubuntu" + _TARGET_DB: "mysql-5.7" 'PHP 8.1 MariaDB 10.3.22': <<: *default-stage variables: - _TARGET_PHP: "8.1" + _TARGET_PHP: "8.1-ubuntu" _TARGET_DB: "mariadb-10.3.22" +'PHP 8.1 PostgreSQL 14.1': + <<: *default-stage + variables: + _TARGET_PHP: "8.1-ubuntu" + _TARGET_DB: "pgsql-14.1" +'PHP 8.2 MySQL 5.7': + <<: *default-stage + variables: + _TARGET_PHP: "8.2" + _TARGET_DB: "mysql-5.7" +'PHP 8.3 MySQL 8': + <<: *default-stage + variables: + _TARGET_PHP: "8.3-ubuntu" + _TARGET_DB: "mysql-8" +'PHP 8.3 MySQL 8.4': + <<: *default-stage + variables: + _TARGET_PHP: "8.2-ubuntu" + _TARGET_DB: "mysql-8.4" +'PHP 8.3 MySQL 9.4': + <<: *default-stage + variables: + _TARGET_PHP: "8.3-ubuntu" + _TARGET_DB: "mysql-9" +'PHP 8.3 MySQL 5.7': + <<: *default-stage + variables: + _TARGET_PHP: "8.3-ubuntu" + _TARGET_DB: "mysql-5.7" + rules: + - <<: *run-on-commit + - <<: *run-on-mr +'PHP 8.3 SQLite 3.27.0': + <<: *default-stage + variables: + _TARGET_PHP: "8.3-ubuntu" + _TARGET_DB: "sqlite-3" +'PHP 8.3 PostgreSQL 14.1': + <<: *default-stage + variables: + _TARGET_PHP: "8.3-ubuntu" + _TARGET_DB: "pgsql-14.1" +'PHP 8.4 MySQL 5.7': + <<: *default-stage + variables: + _TARGET_PHP: "8.4-ubuntu" + _TARGET_DB: "mysql-5.7" + PHP_INI_SCAN_DIR: "/var/www/html/subdirectory/.gitlab-ci" diff --git a/drupal7/web/.gitlab-ci/error_reporting.ini b/drupal7/web/.gitlab-ci/error_reporting.ini new file mode 100644 index 0000000..e970858 --- /dev/null +++ b/drupal7/web/.gitlab-ci/error_reporting.ini @@ -0,0 +1 @@ +error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED diff --git a/drupal7/web/.gitlab-ci/pipeline.yml b/drupal7/web/.gitlab-ci/pipeline.yml index 3272b26..43abe79 100644 --- a/drupal7/web/.gitlab-ci/pipeline.yml +++ b/drupal7/web/.gitlab-ci/pipeline.yml @@ -85,10 +85,12 @@ stages: - sudo -u www-data git config --global --add safe.directory $CI_PROJECT_DIR .install-drupal: &install-drupal - - sudo -u www-data /usr/local/bin/drush si -y --db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com + - export PHP_OPTIONS="-d error_reporting=0" + - sudo -u www-data /usr/local/bin/drush si -y standard install_configure_form.update_status_module='array(FALSE,FALSE)' --db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com || true - sudo -u www-data /usr/local/bin/drush vset simpletest_clear_results '0' - sudo -u www-data /usr/local/bin/drush vset simpletest_verbose '1' - sudo -u www-data /usr/local/bin/drush en -y simpletest + - unset PHP_OPTIONS .run-tests: &run-tests script: diff --git a/drupal7/web/.gitlab/.gitkeep b/drupal7/web/.gitlab/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/drupal7/web/.gitlab/merge_request_templates/Default.md b/drupal7/web/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..ac7e5ff --- /dev/null +++ b/drupal7/web/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,17 @@ +## Issue link(s) + + +## Description + + +## Test steps + + +## Manual Deploy Steps + + +## Followup Tasks + + +## Other information + diff --git a/drupal7/web/CHANGELOG.txt b/drupal7/web/CHANGELOG.txt index 2cf701b..4803cf4 100644 --- a/drupal7/web/CHANGELOG.txt +++ b/drupal7/web/CHANGELOG.txt @@ -1,3 +1,6 @@ +Drupal 7.xxx, xxxx-xx-xx (development version) +------------------------ + Drupal 7.103, 2024-12-04 ------------------------ - So Long, and Thanks for All the Fish diff --git a/drupal7/web/D7ES_CHANGELOG.txt b/drupal7/web/D7ES_CHANGELOG.txt new file mode 100644 index 0000000..27e7b40 --- /dev/null +++ b/drupal7/web/D7ES_CHANGELOG.txt @@ -0,0 +1,10 @@ +Drupal 7.105, 2025-10-01 +------------------------ +- PHP 8.4 support + - To reduce noise in logs, consider adding + ini_set('error_reporting', E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED); + to settings.php or otherwise disable deprecation error reporting. + +Drupal 7.104, 2025-10-01 +------------------------ +- Backport Backdrop SA-Contrib 2025-015 for BBQ JavaScript. diff --git a/drupal7/web/LICENSE.txt b/drupal7/web/LICENSE.txt index d159169..94fb846 100644 --- a/drupal7/web/LICENSE.txt +++ b/drupal7/web/LICENSE.txt @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -56,7 +56,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -255,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it diff --git a/drupal7/web/includes/bootstrap.inc b/drupal7/web/includes/bootstrap.inc index 5d9a59a..30d652f 100644 --- a/drupal7/web/includes/bootstrap.inc +++ b/drupal7/web/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.103'); +define('VERSION', '7.105'); /** * Core API compatibility. diff --git a/drupal7/web/includes/errors.inc b/drupal7/web/includes/errors.inc index ececd89..e57e872 100644 --- a/drupal7/web/includes/errors.inc +++ b/drupal7/web/includes/errors.inc @@ -26,7 +26,6 @@ function drupal_error_levels() { E_USER_ERROR => array('User error', WATCHDOG_ERROR), E_USER_WARNING => array('User warning', WATCHDOG_WARNING), E_USER_NOTICE => array('User notice', WATCHDOG_NOTICE), - E_STRICT => array('Strict warning', WATCHDOG_DEBUG), E_RECOVERABLE_ERROR => array('Recoverable fatal error', WATCHDOG_ERROR), ); // E_DEPRECATED and E_USER_DEPRECATED were added in PHP 5.3.0. @@ -34,6 +33,10 @@ function drupal_error_levels() { $types[E_DEPRECATED] = array('Deprecated function', WATCHDOG_DEBUG); $types[E_USER_DEPRECATED] = array('User deprecated function', WATCHDOG_DEBUG); } + // E_STRICT is deprecated in PHP 8.4. + if (PHP_VERSION_ID < 80400) { + $types[E_STRICT] = array('Strict warning', WATCHDOG_DEBUG); + } return $types; } diff --git a/drupal7/web/includes/session.inc b/drupal7/web/includes/session.inc index a174290..849599b 100644 --- a/drupal7/web/includes/session.inc +++ b/drupal7/web/includes/session.inc @@ -242,7 +242,7 @@ function _drupal_session_write($sid, $value) { function drupal_session_initialize() { global $user, $is_https; - session_set_save_handler('_drupal_session_open', '_drupal_session_close', '_drupal_session_read', '_drupal_session_write', '_drupal_session_destroy', '_drupal_session_garbage_collection'); + session_set_save_handler(new DrupalSessionHandler()); // We use !empty() in the following check to ensure that blank session IDs // are not valid. @@ -620,3 +620,40 @@ function drupal_session_id($id) { } return $id; } + +/** + * Session handler implementation. + */ +class DrupalSessionHandler implements SessionHandlerInterface { + + #[ReturnTypeWillChange] + public function open($path, $name) { + return _drupal_session_open($path, $name); + } + + #[ReturnTypeWillChange] + public function close() { + return _drupal_session_close(); + } + + #[\ReturnTypeWillChange] + public function read($id) { + return _drupal_session_read($id); + } + + #[\ReturnTypeWillChange] + public function write($id, $data) { + return _drupal_session_write($id, $data); + } + + #[\ReturnTypeWillChange] + public function destroy($id) { + return _drupal_session_destroy($id); + } + + #[\ReturnTypeWillChange] + public function gc($max_lifetime) { + return _drupal_session_garbage_collection($max_lifetime); + } + +} diff --git a/drupal7/web/misc/jquery.ba-bbq.js b/drupal7/web/misc/jquery.ba-bbq.js index deb9a2f..2f9ab6f 100644 --- a/drupal7/web/misc/jquery.ba-bbq.js +++ b/drupal7/web/misc/jquery.ba-bbq.js @@ -1,19 +1,18 @@ - -/* - * jQuery BBQ: Back Button & Query Library - v1.2.1 - 2/17/2010 - * http://benalman.com/projects/jquery-bbq-plugin/ +/*! + * jQuery BBQ: Back Button & Query Library - v1.4pre - 1/15/2013 + * https://benalman.com/projects/jquery-bbq-plugin/ + * + * Copyright (c) 2010-2013 "Cowboy" Ben Alman + * Dual licensed under the MIT and GPL licenses. + * https://benalman.com/about/license/ + */ +(function($,r){var h,n=Array.prototype.slice,t=decodeURIComponent,a=$.param,j,c,m,y,b=$.bbq=$.bbq||{},s,x,k,e=$.event.special,d="hashchange",B="querystring",F="fragment",z="elemUrlAttr",l="href",w="src",p=/^.*\?|#.*$/g,u,H,g,i,C,E={};function G(I){return typeof I==="string"}function D(J){var I=n.call(arguments,1);return function(){return J.apply(this,I.concat(n.call(arguments)))}}function o(I){return I.replace(H,"$2")}function q(I){return I.replace(/(?:^[^?#]*\?([^#]*).*$)?.*/,"$1")}function f(K,P,I,L,J){var R,O,N,Q,M;if(L!==h){N=I.match(K?H:/^([^#?]*)\??([^#]*)(#?.*)/);M=N[3]||"";if(J===2&&G(L)){O=L.replace(K?u:p,"")}else{Q=m(N[2]);L=G(L)?m[K?F:B](L):L;O=J===2?L:J===1?$.extend({},L,Q):$.extend({},Q,L);O=j(O);if(K){O=O.replace(g,t)}}R=N[1]+(K?C:O||!N[1]?"?":"")+O+M}else{R=P(I!==h?I:location.href)}return R}a[B]=D(f,0,q);a[F]=c=D(f,1,o);a.sorted=j=function(J,K){var I=[],L={};$.each(a(J,K).split("&"),function(P,M){var O=M.replace(/(?:%5B|=).*$/,""),N=L[O];if(!N){N=L[O]=[];I.push(O)}N.push(M)});return $.map(I.sort(),function(M){return L[M]}).join("&")};c.noEscape=function(J){J=J||"";var I=$.map(J.split(""),encodeURIComponent);g=new RegExp(I.join("|"),"g")};c.noEscape(",/");c.ajaxCrawlable=function(I){if(I!==h){if(I){u=/^.*(?:#!|#)/;H=/^([^#]*)(?:#!|#)?(.*)$/;C="#!"}else{u=/^.*#/;H=/^([^#]*)#?(.*)$/;C="#"}i=!!I}return i};c.ajaxCrawlable(0);$.deparam=m=function(M,J){var I=["__proto__","constructor"];var L={},K={"true":!0,"false":!1,"null":null};$.each(M.replace(/\+/g," ").split("&"),function(P,U){var O=U.split("="),T=t(O[0]),N,S=L,Q=0,V=T.split("]["),R=V.length-1;if(I.includes(T)){return}if(/\[/.test(V[0])&&/\]$/.test(V[R])){V[R]=V[R].replace(/\]$/,"");V=V.shift().split("[").concat(V);R=V.length-1}else{R=0}if(O.length===2){N=t(O[1]);if(J){N=N&&!isNaN(N)?+N:N==="undefined"?h:K[N]!==h?K[N]:N}if(R){for(;Q<=R;Q++){T=V[Q]===""?S.length:V[Q];if(I.includes(T)){return}S=S[T]=Q').hide().insertAfter("body")[0].contentWindow;q=function(){return a(n.document[c][l])};o=function(u,s){if(u!==s){var t=n.document;t.open().close();t[c].hash="#"+u}};o(a())}}m.start=function(){if(r){return}var t=a();o||p();(function s(){var v=a(),u=q(t);if(v!==t){o(t=v,u);$(i).trigger(d)}else{if(u!==t){i[c][l]=i[c][l].replace(/#.*/,"")+"#"+u}}r=setTimeout(s,$[d+"Delay"])})()};m.stop=function(){if(!n){r&&clearTimeout(r);r=0}};return m})()})(jQuery,this); +(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}return j})()})(jQuery,this); diff --git a/drupal7/web/modules/aggregator/aggregator.info b/drupal7/web/modules/aggregator/aggregator.info index 16b456d..988111e 100644 --- a/drupal7/web/modules/aggregator/aggregator.info +++ b/drupal7/web/modules/aggregator/aggregator.info @@ -6,8 +6,3 @@ core = 7.x files[] = aggregator.test configure = admin/config/services/aggregator/settings stylesheets[all][] = aggregator.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/aggregator/tests/aggregator_test.info b/drupal7/web/modules/aggregator/tests/aggregator_test.info index bbe31ae..b8dd19d 100644 --- a/drupal7/web/modules/aggregator/tests/aggregator_test.info +++ b/drupal7/web/modules/aggregator/tests/aggregator_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/announcements_feed/announcements_feed.info b/drupal7/web/modules/announcements_feed/announcements_feed.info index daed719..4a64f80 100644 --- a/drupal7/web/modules/announcements_feed/announcements_feed.info +++ b/drupal7/web/modules/announcements_feed/announcements_feed.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = tests/announce_feed_test.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/announcements_feed/tests/announce_feed_test.info b/drupal7/web/modules/announcements_feed/tests/announce_feed_test.info index 252ba32..5c954bc 100644 --- a/drupal7/web/modules/announcements_feed/tests/announce_feed_test.info +++ b/drupal7/web/modules/announcements_feed/tests/announce_feed_test.info @@ -3,8 +3,3 @@ description = "Support module for announcements feed testing." package = Testing core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/block/block.info b/drupal7/web/modules/block/block.info index 53b03cb..f8c0f0c 100644 --- a/drupal7/web/modules/block/block.info +++ b/drupal7/web/modules/block/block.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = block.test configure = admin/structure/block - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/block/tests/block_test.info b/drupal7/web/modules/block/tests/block_test.info index b4f6f94..879f251 100644 --- a/drupal7/web/modules/block/tests/block_test.info +++ b/drupal7/web/modules/block/tests/block_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/block/tests/themes/block_test_theme/block_test_theme.info b/drupal7/web/modules/block/tests/themes/block_test_theme/block_test_theme.info index 0dad7bd..06b6e99 100644 --- a/drupal7/web/modules/block/tests/themes/block_test_theme/block_test_theme.info +++ b/drupal7/web/modules/block/tests/themes/block_test_theme/block_test_theme.info @@ -12,8 +12,3 @@ regions[header] = Header regions[footer] = Footer regions[highlighted] = Highlighted regions[help] = Help - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/blog/blog.info b/drupal7/web/modules/blog/blog.info index 1aacd1a..801abfb 100644 --- a/drupal7/web/modules/blog/blog.info +++ b/drupal7/web/modules/blog/blog.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = blog.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/book/book.info b/drupal7/web/modules/book/book.info index e88763e..2c7311f 100644 --- a/drupal7/web/modules/book/book.info +++ b/drupal7/web/modules/book/book.info @@ -6,8 +6,3 @@ core = 7.x files[] = book.test configure = admin/content/book/settings stylesheets[all][] = book.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/color/color.info b/drupal7/web/modules/color/color.info index ff5fbb1..b1b862d 100644 --- a/drupal7/web/modules/color/color.info +++ b/drupal7/web/modules/color/color.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = color.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/comment/comment.info b/drupal7/web/modules/comment/comment.info index 5ee4c47..7cbe246 100644 --- a/drupal7/web/modules/comment/comment.info +++ b/drupal7/web/modules/comment/comment.info @@ -8,8 +8,3 @@ files[] = comment.module files[] = comment.test configure = admin/content/comment stylesheets[all][] = comment.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/comment/tests/comment_hook_test.info b/drupal7/web/modules/comment/tests/comment_hook_test.info index 983d274..e431c4c 100644 --- a/drupal7/web/modules/comment/tests/comment_hook_test.info +++ b/drupal7/web/modules/comment/tests/comment_hook_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/contact/contact.info b/drupal7/web/modules/contact/contact.info index 9484ea1..9430045 100644 --- a/drupal7/web/modules/contact/contact.info +++ b/drupal7/web/modules/contact/contact.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = contact.test configure = admin/structure/contact - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/contextual/contextual.info b/drupal7/web/modules/contextual/contextual.info index 737d404..5ebc098 100644 --- a/drupal7/web/modules/contextual/contextual.info +++ b/drupal7/web/modules/contextual/contextual.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = contextual.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/dashboard/dashboard.info b/drupal7/web/modules/dashboard/dashboard.info index 82b3f96..41f4c9d 100644 --- a/drupal7/web/modules/dashboard/dashboard.info +++ b/drupal7/web/modules/dashboard/dashboard.info @@ -6,8 +6,3 @@ version = VERSION files[] = dashboard.test dependencies[] = block configure = admin/dashboard/customize - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/dblog/dblog.info b/drupal7/web/modules/dblog/dblog.info index 748c3b9..608bdd7 100644 --- a/drupal7/web/modules/dblog/dblog.info +++ b/drupal7/web/modules/dblog/dblog.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = dblog.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/field.info b/drupal7/web/modules/field/field.info index cb66da7..fcdca88 100644 --- a/drupal7/web/modules/field/field.info +++ b/drupal7/web/modules/field/field.info @@ -10,8 +10,3 @@ files[] = tests/field.test dependencies[] = field_sql_storage required = TRUE stylesheets[all][] = theme/field.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/field_sql_storage/field_sql_storage.info b/drupal7/web/modules/field/modules/field_sql_storage/field_sql_storage.info index 6662d1c..9313850 100644 --- a/drupal7/web/modules/field/modules/field_sql_storage/field_sql_storage.info +++ b/drupal7/web/modules/field/modules/field_sql_storage/field_sql_storage.info @@ -6,8 +6,3 @@ core = 7.x dependencies[] = field files[] = field_sql_storage.test required = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/list/list.info b/drupal7/web/modules/field/modules/list/list.info index e884236..6bcec5d 100644 --- a/drupal7/web/modules/field/modules/list/list.info +++ b/drupal7/web/modules/field/modules/list/list.info @@ -6,8 +6,3 @@ core = 7.x dependencies[] = field dependencies[] = options files[] = tests/list.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/list/tests/list_test.info b/drupal7/web/modules/field/modules/list/tests/list_test.info index c08d4a2..83ae747 100644 --- a/drupal7/web/modules/field/modules/list/tests/list_test.info +++ b/drupal7/web/modules/field/modules/list/tests/list_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/number/number.info b/drupal7/web/modules/field/modules/number/number.info index 955adac..203d85d 100644 --- a/drupal7/web/modules/field/modules/number/number.info +++ b/drupal7/web/modules/field/modules/number/number.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = field files[] = number.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/options/options.info b/drupal7/web/modules/field/modules/options/options.info index 8ca0256..985a74c 100644 --- a/drupal7/web/modules/field/modules/options/options.info +++ b/drupal7/web/modules/field/modules/options/options.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = field files[] = options.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/modules/text/text.info b/drupal7/web/modules/field/modules/text/text.info index 80e793c..976e299 100644 --- a/drupal7/web/modules/field/modules/text/text.info +++ b/drupal7/web/modules/field/modules/text/text.info @@ -6,8 +6,3 @@ core = 7.x dependencies[] = field files[] = text.test required = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/tests/field_test.info b/drupal7/web/modules/field/tests/field_test.info index 2430d7d..6d11706 100644 --- a/drupal7/web/modules/field/tests/field_test.info +++ b/drupal7/web/modules/field/tests/field_test.info @@ -5,8 +5,3 @@ package = Testing files[] = field_test.entity.inc version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field/tests/field_test_schema_alter.info b/drupal7/web/modules/field/tests/field_test_schema_alter.info index 7fae99c..e955825 100644 --- a/drupal7/web/modules/field/tests/field_test_schema_alter.info +++ b/drupal7/web/modules/field/tests/field_test_schema_alter.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/field_ui/field_ui.info b/drupal7/web/modules/field_ui/field_ui.info index 4b284ee..41d0999 100644 --- a/drupal7/web/modules/field_ui/field_ui.info +++ b/drupal7/web/modules/field_ui/field_ui.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = field files[] = field_ui.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/file/file.info b/drupal7/web/modules/file/file.info index 4777dc9..eda79f9 100644 --- a/drupal7/web/modules/file/file.info +++ b/drupal7/web/modules/file/file.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = field files[] = tests/file.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/file/tests/file_module_test.info b/drupal7/web/modules/file/tests/file_module_test.info index cfc5250..8db907b 100644 --- a/drupal7/web/modules/file/tests/file_module_test.info +++ b/drupal7/web/modules/file/tests/file_module_test.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/filter/filter.info b/drupal7/web/modules/filter/filter.info index 7325980..0aebbf8 100644 --- a/drupal7/web/modules/filter/filter.info +++ b/drupal7/web/modules/filter/filter.info @@ -6,8 +6,3 @@ core = 7.x files[] = filter.test required = TRUE configure = admin/config/content/formats - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/forum/forum.info b/drupal7/web/modules/forum/forum.info index 83e4ecf..b18a0e5 100644 --- a/drupal7/web/modules/forum/forum.info +++ b/drupal7/web/modules/forum/forum.info @@ -8,8 +8,3 @@ core = 7.x files[] = forum.test configure = admin/structure/forum stylesheets[all][] = forum.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/help/help.info b/drupal7/web/modules/help/help.info index 0ec2798..d4c1b36 100644 --- a/drupal7/web/modules/help/help.info +++ b/drupal7/web/modules/help/help.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = help.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/image/image.info b/drupal7/web/modules/image/image.info index dfefe02..d7eece1 100644 --- a/drupal7/web/modules/image/image.info +++ b/drupal7/web/modules/image/image.info @@ -6,8 +6,3 @@ core = 7.x dependencies[] = file files[] = image.test configure = admin/config/media/image-styles - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/image/tests/image_module_styles_test.info b/drupal7/web/modules/image/tests/image_module_styles_test.info index ef88779..b2acc9b 100644 --- a/drupal7/web/modules/image/tests/image_module_styles_test.info +++ b/drupal7/web/modules/image/tests/image_module_styles_test.info @@ -6,8 +6,3 @@ core = 7.x files[] = image_module_styles_test.module dependencies[] = image_module_test hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/image/tests/image_module_test.info b/drupal7/web/modules/image/tests/image_module_test.info index c1e6ce8..db7eacd 100644 --- a/drupal7/web/modules/image/tests/image_module_test.info +++ b/drupal7/web/modules/image/tests/image_module_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = image_module_test.module hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/locale/locale.info b/drupal7/web/modules/locale/locale.info index 7603837..1d6bdcf 100644 --- a/drupal7/web/modules/locale/locale.info +++ b/drupal7/web/modules/locale/locale.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = locale.test configure = admin/config/regional/language - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/locale/tests/locale_test.info b/drupal7/web/modules/locale/tests/locale_test.info index 809486b..3744a9e 100644 --- a/drupal7/web/modules/locale/tests/locale_test.info +++ b/drupal7/web/modules/locale/tests/locale_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/menu/menu.info b/drupal7/web/modules/menu/menu.info index 4319881..2219f69 100644 --- a/drupal7/web/modules/menu/menu.info +++ b/drupal7/web/modules/menu/menu.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = menu.test configure = admin/structure/menu - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/node/node.info b/drupal7/web/modules/node/node.info index 32eab4c..85866e7 100644 --- a/drupal7/web/modules/node/node.info +++ b/drupal7/web/modules/node/node.info @@ -8,8 +8,3 @@ files[] = node.test required = TRUE configure = admin/structure/types stylesheets[all][] = node.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/node/tests/node_access_test.info b/drupal7/web/modules/node/tests/node_access_test.info index 018caad..dc5e530 100644 --- a/drupal7/web/modules/node/tests/node_access_test.info +++ b/drupal7/web/modules/node/tests/node_access_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/node/tests/node_test.info b/drupal7/web/modules/node/tests/node_test.info index bbccaa8..fa6c093 100644 --- a/drupal7/web/modules/node/tests/node_test.info +++ b/drupal7/web/modules/node/tests/node_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/node/tests/node_test_exception.info b/drupal7/web/modules/node/tests/node_test_exception.info index 9953ec6..1a339e0 100644 --- a/drupal7/web/modules/node/tests/node_test_exception.info +++ b/drupal7/web/modules/node/tests/node_test_exception.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/openid/openid.info b/drupal7/web/modules/openid/openid.info index d22acfb..6a1843c 100644 --- a/drupal7/web/modules/openid/openid.info +++ b/drupal7/web/modules/openid/openid.info @@ -4,8 +4,3 @@ version = VERSION package = Core core = 7.x files[] = openid.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/openid/tests/openid_test.info b/drupal7/web/modules/openid/tests/openid_test.info index 479948b..755a5ee 100644 --- a/drupal7/web/modules/openid/tests/openid_test.info +++ b/drupal7/web/modules/openid/tests/openid_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = openid hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/overlay/overlay.info b/drupal7/web/modules/overlay/overlay.info index e42bdc0..5fb354d 100644 --- a/drupal7/web/modules/overlay/overlay.info +++ b/drupal7/web/modules/overlay/overlay.info @@ -3,8 +3,3 @@ description = Displays the Drupal administration interface in an overlay. package = Core version = VERSION core = 7.x - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/path/path.info b/drupal7/web/modules/path/path.info index ca94aad..8b6b67c 100644 --- a/drupal7/web/modules/path/path.info +++ b/drupal7/web/modules/path/path.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = path.test configure = admin/config/search/path - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/php/php.info b/drupal7/web/modules/php/php.info index 079f26b..cf86362 100644 --- a/drupal7/web/modules/php/php.info +++ b/drupal7/web/modules/php/php.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = php.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/poll/poll.info b/drupal7/web/modules/poll/poll.info index a97a116..9297727 100644 --- a/drupal7/web/modules/poll/poll.info +++ b/drupal7/web/modules/poll/poll.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = poll.test stylesheets[all][] = poll.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/profile/profile.info b/drupal7/web/modules/profile/profile.info index 54a3c48..e45f4c5 100644 --- a/drupal7/web/modules/profile/profile.info +++ b/drupal7/web/modules/profile/profile.info @@ -10,8 +10,3 @@ configure = admin/config/people/profile ; are upgrading a site that uses the Profile module to extend user profiles. ; See user_system_info_alter(). hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/rdf/rdf.info b/drupal7/web/modules/rdf/rdf.info index 6b2b028..dd5c63b 100644 --- a/drupal7/web/modules/rdf/rdf.info +++ b/drupal7/web/modules/rdf/rdf.info @@ -4,8 +4,3 @@ package = Core version = VERSION core = 7.x files[] = rdf.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/rdf/tests/rdf_test.info b/drupal7/web/modules/rdf/tests/rdf_test.info index 03ec49f..32db359 100644 --- a/drupal7/web/modules/rdf/tests/rdf_test.info +++ b/drupal7/web/modules/rdf/tests/rdf_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE dependencies[] = blog - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/search/search.info b/drupal7/web/modules/search/search.info index c15aa79..77cab05 100644 --- a/drupal7/web/modules/search/search.info +++ b/drupal7/web/modules/search/search.info @@ -7,8 +7,3 @@ files[] = search.extender.inc files[] = search.test configure = admin/config/search/settings stylesheets[all][] = search.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/search/tests/search_embedded_form.info b/drupal7/web/modules/search/tests/search_embedded_form.info index f7df883..02e4c1f 100644 --- a/drupal7/web/modules/search/tests/search_embedded_form.info +++ b/drupal7/web/modules/search/tests/search_embedded_form.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/search/tests/search_extra_type.info b/drupal7/web/modules/search/tests/search_extra_type.info index af22512..5c3293c 100644 --- a/drupal7/web/modules/search/tests/search_extra_type.info +++ b/drupal7/web/modules/search/tests/search_extra_type.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/search/tests/search_node_tags.info b/drupal7/web/modules/search/tests/search_node_tags.info index 4010a85..dfa7d53 100644 --- a/drupal7/web/modules/search/tests/search_node_tags.info +++ b/drupal7/web/modules/search/tests/search_node_tags.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/shortcut/shortcut.info b/drupal7/web/modules/shortcut/shortcut.info index 907ecc6..8132b3c 100644 --- a/drupal7/web/modules/shortcut/shortcut.info +++ b/drupal7/web/modules/shortcut/shortcut.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = shortcut.test configure = admin/config/user-interface/shortcut - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/drupal_web_test_case.php b/drupal7/web/modules/simpletest/drupal_web_test_case.php index 1c7129b..252e61c 100644 --- a/drupal7/web/modules/simpletest/drupal_web_test_case.php +++ b/drupal7/web/modules/simpletest/drupal_web_test_case.php @@ -595,7 +595,6 @@ abstract class DrupalTestCase { public function errorHandler($severity, $message, $file = NULL, $line = NULL) { if ($severity & error_reporting()) { $error_map = array( - E_STRICT => 'Run-time notice', E_WARNING => 'Warning', E_NOTICE => 'Notice', E_CORE_ERROR => 'Core error', @@ -606,6 +605,11 @@ abstract class DrupalTestCase { E_RECOVERABLE_ERROR => 'Recoverable error', ); + // E_STRICT is deprecated in PHP 8.4. + if (PHP_VERSION_ID < 80400) { + $error_map[E_STRICT] = 'Run-time notice'; + } + // PHP 5.3 adds new error logging constants. Add these conditionally for // backwards compatibility with PHP 5.2. if (defined('E_DEPRECATED')) { diff --git a/drupal7/web/modules/simpletest/simpletest.info b/drupal7/web/modules/simpletest/simpletest.info index e5dbbd3..5945f7f 100644 --- a/drupal7/web/modules/simpletest/simpletest.info +++ b/drupal7/web/modules/simpletest/simpletest.info @@ -57,8 +57,3 @@ files[] = tests/upgrade/update.aggregator.test files[] = tests/upgrade/update.trigger.test files[] = tests/upgrade/update.field.test files[] = tests/upgrade/update.user.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/actions_loop_test.info b/drupal7/web/modules/simpletest/tests/actions_loop_test.info index 057a7fc..4350d3d 100644 --- a/drupal7/web/modules/simpletest/tests/actions_loop_test.info +++ b/drupal7/web/modules/simpletest/tests/actions_loop_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/ajax_forms_test.info b/drupal7/web/modules/simpletest/tests/ajax_forms_test.info index c78e346..c1d7dd4 100644 --- a/drupal7/web/modules/simpletest/tests/ajax_forms_test.info +++ b/drupal7/web/modules/simpletest/tests/ajax_forms_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/ajax_test.info b/drupal7/web/modules/simpletest/tests/ajax_test.info index 7901336..1f56482 100644 --- a/drupal7/web/modules/simpletest/tests/ajax_test.info +++ b/drupal7/web/modules/simpletest/tests/ajax_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/batch_test.info b/drupal7/web/modules/simpletest/tests/batch_test.info index 49b5949..f354097 100644 --- a/drupal7/web/modules/simpletest/tests/batch_test.info +++ b/drupal7/web/modules/simpletest/tests/batch_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/boot_test_1.info b/drupal7/web/modules/simpletest/tests/boot_test_1.info index 1f4c810..a6f2ffb 100644 --- a/drupal7/web/modules/simpletest/tests/boot_test_1.info +++ b/drupal7/web/modules/simpletest/tests/boot_test_1.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/boot_test_2.info b/drupal7/web/modules/simpletest/tests/boot_test_2.info index df5e01d..f421997 100644 --- a/drupal7/web/modules/simpletest/tests/boot_test_2.info +++ b/drupal7/web/modules/simpletest/tests/boot_test_2.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/common_test.info b/drupal7/web/modules/simpletest/tests/common_test.info index 828196a..aced983 100644 --- a/drupal7/web/modules/simpletest/tests/common_test.info +++ b/drupal7/web/modules/simpletest/tests/common_test.info @@ -6,8 +6,3 @@ core = 7.x stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/common_test_cron_helper.info b/drupal7/web/modules/simpletest/tests/common_test_cron_helper.info index 5190ebb..ce1a632 100644 --- a/drupal7/web/modules/simpletest/tests/common_test_cron_helper.info +++ b/drupal7/web/modules/simpletest/tests/common_test_cron_helper.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/database_test.info b/drupal7/web/modules/simpletest/tests/database_test.info index 07386e7..7141235 100644 --- a/drupal7/web/modules/simpletest/tests/database_test.info +++ b/drupal7/web/modules/simpletest/tests/database_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info b/drupal7/web/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info index 5bff622..4660de3 100644 --- a/drupal7/web/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info +++ b/drupal7/web/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info @@ -6,8 +6,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info b/drupal7/web/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info index b0b008d..085c335 100644 --- a/drupal7/web/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info +++ b/drupal7/web/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info b/drupal7/web/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info index 1d147c7..8e5875e 100644 --- a/drupal7/web/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info +++ b/drupal7/web/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/entity_cache_test.info b/drupal7/web/modules/simpletest/tests/entity_cache_test.info index af5b1f5..405cefa 100644 --- a/drupal7/web/modules/simpletest/tests/entity_cache_test.info +++ b/drupal7/web/modules/simpletest/tests/entity_cache_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x dependencies[] = entity_cache_test_dependency hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/entity_cache_test_dependency.info b/drupal7/web/modules/simpletest/tests/entity_cache_test_dependency.info index 4bbb37e..f0dc7b6 100644 --- a/drupal7/web/modules/simpletest/tests/entity_cache_test_dependency.info +++ b/drupal7/web/modules/simpletest/tests/entity_cache_test_dependency.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/entity_crud_hook_test.info b/drupal7/web/modules/simpletest/tests/entity_crud_hook_test.info index 7b6c2d0..b37114d 100644 --- a/drupal7/web/modules/simpletest/tests/entity_crud_hook_test.info +++ b/drupal7/web/modules/simpletest/tests/entity_crud_hook_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/entity_query_access_test.info b/drupal7/web/modules/simpletest/tests/entity_query_access_test.info index 887aa8b..8c43dd1 100644 --- a/drupal7/web/modules/simpletest/tests/entity_query_access_test.info +++ b/drupal7/web/modules/simpletest/tests/entity_query_access_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/error_test.info b/drupal7/web/modules/simpletest/tests/error_test.info index 4b4da45..1764ae3 100644 --- a/drupal7/web/modules/simpletest/tests/error_test.info +++ b/drupal7/web/modules/simpletest/tests/error_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/file_test.info b/drupal7/web/modules/simpletest/tests/file_test.info index f1dee61..4edfcea 100644 --- a/drupal7/web/modules/simpletest/tests/file_test.info +++ b/drupal7/web/modules/simpletest/tests/file_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = file_test.module hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/filter_test.info b/drupal7/web/modules/simpletest/tests/filter_test.info index 91e88a0..4b887ca 100644 --- a/drupal7/web/modules/simpletest/tests/filter_test.info +++ b/drupal7/web/modules/simpletest/tests/filter_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/form_test.info b/drupal7/web/modules/simpletest/tests/form_test.info index 5009b4f..ac1d864 100644 --- a/drupal7/web/modules/simpletest/tests/form_test.info +++ b/drupal7/web/modules/simpletest/tests/form_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/image_test.info b/drupal7/web/modules/simpletest/tests/image_test.info index 2b6ffde..a9ef05a 100644 --- a/drupal7/web/modules/simpletest/tests/image_test.info +++ b/drupal7/web/modules/simpletest/tests/image_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/menu_test.info b/drupal7/web/modules/simpletest/tests/menu_test.info index 6036a22..c1c39c1 100644 --- a/drupal7/web/modules/simpletest/tests/menu_test.info +++ b/drupal7/web/modules/simpletest/tests/menu_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/module_test.info b/drupal7/web/modules/simpletest/tests/module_test.info index 2b53961..0a0f3c0 100644 --- a/drupal7/web/modules/simpletest/tests/module_test.info +++ b/drupal7/web/modules/simpletest/tests/module_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/path_test.info b/drupal7/web/modules/simpletest/tests/path_test.info index c216a31..ea993ae 100644 --- a/drupal7/web/modules/simpletest/tests/path_test.info +++ b/drupal7/web/modules/simpletest/tests/path_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/psr_0_test/psr_0_test.info b/drupal7/web/modules/simpletest/tests/psr_0_test/psr_0_test.info index 88bf7c7..48ca8d8 100644 --- a/drupal7/web/modules/simpletest/tests/psr_0_test/psr_0_test.info +++ b/drupal7/web/modules/simpletest/tests/psr_0_test/psr_0_test.info @@ -4,8 +4,3 @@ core = 7.x hidden = TRUE package = Testing - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/psr_4_test/psr_4_test.info b/drupal7/web/modules/simpletest/tests/psr_4_test/psr_4_test.info index 3ee3f1d..3104082 100644 --- a/drupal7/web/modules/simpletest/tests/psr_4_test/psr_4_test.info +++ b/drupal7/web/modules/simpletest/tests/psr_4_test/psr_4_test.info @@ -4,8 +4,3 @@ core = 7.x hidden = TRUE package = Testing - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/requirements1_test.info b/drupal7/web/modules/simpletest/tests/requirements1_test.info index 540299c..b659b21 100644 --- a/drupal7/web/modules/simpletest/tests/requirements1_test.info +++ b/drupal7/web/modules/simpletest/tests/requirements1_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/requirements2_test.info b/drupal7/web/modules/simpletest/tests/requirements2_test.info index a402e20..a66e04b 100644 --- a/drupal7/web/modules/simpletest/tests/requirements2_test.info +++ b/drupal7/web/modules/simpletest/tests/requirements2_test.info @@ -6,8 +6,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/session_test.info b/drupal7/web/modules/simpletest/tests/session_test.info index d3cdbe6..3272156 100644 --- a/drupal7/web/modules/simpletest/tests/session_test.info +++ b/drupal7/web/modules/simpletest/tests/session_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_admin_test.info b/drupal7/web/modules/simpletest/tests/system_admin_test.info index ab8b1c5..5310174 100644 --- a/drupal7/web/modules/simpletest/tests/system_admin_test.info +++ b/drupal7/web/modules/simpletest/tests/system_admin_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = FALSE configure = config/broken - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_dependencies_test.info b/drupal7/web/modules/simpletest/tests/system_dependencies_test.info index c752af4..5b4bd10 100644 --- a/drupal7/web/modules/simpletest/tests/system_dependencies_test.info +++ b/drupal7/web/modules/simpletest/tests/system_dependencies_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE dependencies[] = _missing_dependency - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info b/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info index 6399a8d..002c0d2 100644 --- a/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info +++ b/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE dependencies[] = system_incompatible_core_version_test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_test.info b/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_test.info index 1249eae..ced53e9 100644 --- a/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_test.info +++ b/drupal7/web/modules/simpletest/tests/system_incompatible_core_version_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 5.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info b/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info index 1676d6f..48db9ea 100644 --- a/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info +++ b/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info @@ -6,8 +6,3 @@ core = 7.x hidden = TRUE ; system_incompatible_module_version_test declares version 1.0 dependencies[] = system_incompatible_module_version_test (>2.0) - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_test.info b/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_test.info index 2934db5..9dfc686 100644 --- a/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_test.info +++ b/drupal7/web/modules/simpletest/tests/system_incompatible_module_version_test.info @@ -4,8 +4,3 @@ package = Testing version = 1.0 core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_null_version_test.info b/drupal7/web/modules/simpletest/tests/system_null_version_test.info index 3da869c..6c46a62 100644 --- a/drupal7/web/modules/simpletest/tests/system_null_version_test.info +++ b/drupal7/web/modules/simpletest/tests/system_null_version_test.info @@ -3,8 +3,3 @@ description = "Support module for testing with a null version." package = Only For Testing core = 7.x hidden = FALSE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_project_namespace_test.info b/drupal7/web/modules/simpletest/tests/system_project_namespace_test.info index 82a6d31..98d33af 100644 --- a/drupal7/web/modules/simpletest/tests/system_project_namespace_test.info +++ b/drupal7/web/modules/simpletest/tests/system_project_namespace_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE dependencies[] = drupal:filter - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_requires_null_version_test.info b/drupal7/web/modules/simpletest/tests/system_requires_null_version_test.info index ea83a32..ff36ad6 100644 --- a/drupal7/web/modules/simpletest/tests/system_requires_null_version_test.info +++ b/drupal7/web/modules/simpletest/tests/system_requires_null_version_test.info @@ -5,8 +5,3 @@ core = 7.x version = VERSION hidden = FALSE dependencies[] = system_null_version_test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/system_test.info b/drupal7/web/modules/simpletest/tests/system_test.info index b06d5a2..c4ad536 100644 --- a/drupal7/web/modules/simpletest/tests/system_test.info +++ b/drupal7/web/modules/simpletest/tests/system_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = system_test.module hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/taxonomy_nodes_test.info b/drupal7/web/modules/simpletest/tests/taxonomy_nodes_test.info index 5a64a08..646d50b 100644 --- a/drupal7/web/modules/simpletest/tests/taxonomy_nodes_test.info +++ b/drupal7/web/modules/simpletest/tests/taxonomy_nodes_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/taxonomy_test.info b/drupal7/web/modules/simpletest/tests/taxonomy_test.info index 1cdb6e1..e5bb4f1 100644 --- a/drupal7/web/modules/simpletest/tests/taxonomy_test.info +++ b/drupal7/web/modules/simpletest/tests/taxonomy_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE dependencies[] = taxonomy - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/theme_test.info b/drupal7/web/modules/simpletest/tests/theme_test.info index 5aec25a..72cd23b 100644 --- a/drupal7/web/modules/simpletest/tests/theme_test.info +++ b/drupal7/web/modules/simpletest/tests/theme_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info b/drupal7/web/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info index 6745dfc..c39e8a2 100644 --- a/drupal7/web/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info +++ b/drupal7/web/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info @@ -5,8 +5,3 @@ hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] = base theme value - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info b/drupal7/web/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info index c768549..7da71e0 100644 --- a/drupal7/web/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info +++ b/drupal7/web/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info @@ -5,8 +5,3 @@ base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/themes/test_theme/test_theme.info b/drupal7/web/modules/simpletest/tests/themes/test_theme/test_theme.info index cfeafdd..4bbbe7a 100644 --- a/drupal7/web/modules/simpletest/tests/themes/test_theme/test_theme.info +++ b/drupal7/web/modules/simpletest/tests/themes/test_theme/test_theme.info @@ -16,8 +16,3 @@ hidden = TRUE stylesheets[all][] = system.base.css settings[theme_test_setting] = default value - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info b/drupal7/web/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info index 6c6f45f..6580fe7 100644 --- a/drupal7/web/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info +++ b/drupal7/web/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info @@ -3,8 +3,3 @@ description = Theme for testing the module-provided theme engines. core = 7.x hidden = TRUE engine = nyan_cat - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/update_script_test.info b/drupal7/web/modules/simpletest/tests/update_script_test.info index d0dfff7..be1e3d8 100644 --- a/drupal7/web/modules/simpletest/tests/update_script_test.info +++ b/drupal7/web/modules/simpletest/tests/update_script_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/update_test_1.info b/drupal7/web/modules/simpletest/tests/update_test_1.info index b8c1f0e..d9764ee 100644 --- a/drupal7/web/modules/simpletest/tests/update_test_1.info +++ b/drupal7/web/modules/simpletest/tests/update_test_1.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/update_test_2.info b/drupal7/web/modules/simpletest/tests/update_test_2.info index b8c1f0e..d9764ee 100644 --- a/drupal7/web/modules/simpletest/tests/update_test_2.info +++ b/drupal7/web/modules/simpletest/tests/update_test_2.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/update_test_3.info b/drupal7/web/modules/simpletest/tests/update_test_3.info index b8c1f0e..d9764ee 100644 --- a/drupal7/web/modules/simpletest/tests/update_test_3.info +++ b/drupal7/web/modules/simpletest/tests/update_test_3.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/url_alter_test.info b/drupal7/web/modules/simpletest/tests/url_alter_test.info index 058459a..a8e9474 100644 --- a/drupal7/web/modules/simpletest/tests/url_alter_test.info +++ b/drupal7/web/modules/simpletest/tests/url_alter_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/simpletest/tests/xmlrpc_test.info b/drupal7/web/modules/simpletest/tests/xmlrpc_test.info index c08a4e2..bddfc95 100644 --- a/drupal7/web/modules/simpletest/tests/xmlrpc_test.info +++ b/drupal7/web/modules/simpletest/tests/xmlrpc_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/statistics/statistics.info b/drupal7/web/modules/statistics/statistics.info index eaad1f3..d3d1f54 100644 --- a/drupal7/web/modules/statistics/statistics.info +++ b/drupal7/web/modules/statistics/statistics.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = statistics.test configure = admin/config/system/statistics - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/syslog/syslog.info b/drupal7/web/modules/syslog/syslog.info index 67c596a..6c821dc 100644 --- a/drupal7/web/modules/syslog/syslog.info +++ b/drupal7/web/modules/syslog/syslog.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = syslog.test configure = admin/config/development/logging - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/system/system.info b/drupal7/web/modules/system/system.info index f55b778..28abf66 100644 --- a/drupal7/web/modules/system/system.info +++ b/drupal7/web/modules/system/system.info @@ -11,8 +11,3 @@ files[] = system.updater.inc files[] = system.test required = TRUE configure = admin/config/system - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/system/system.module b/drupal7/web/modules/system/system.module index 4986aa5..26e2faf 100644 --- a/drupal7/web/modules/system/system.module +++ b/drupal7/web/modules/system/system.module @@ -1233,8 +1233,8 @@ function system_library() { // jQuery BBQ plugin. $libraries['jquery.bbq'] = array( 'title' => 'jQuery BBQ', - 'website' => 'http://benalman.com/projects/jquery-bbq-plugin/', - 'version' => '1.2.1', + 'website' => 'https://github.com/yiisoft/yii/blob/master/framework/web/js/source/jquery.ba-bbq.js', + 'version' => '1.4pre', 'js' => array( 'misc/jquery.ba-bbq.js' => array(), ), diff --git a/drupal7/web/modules/system/tests/cron_queue_test.info b/drupal7/web/modules/system/tests/cron_queue_test.info index e940feb..718cb10 100644 --- a/drupal7/web/modules/system/tests/cron_queue_test.info +++ b/drupal7/web/modules/system/tests/cron_queue_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/system/tests/system_cron_test.info b/drupal7/web/modules/system/tests/system_cron_test.info index c23e5e7..3d171cc 100644 --- a/drupal7/web/modules/system/tests/system_cron_test.info +++ b/drupal7/web/modules/system/tests/system_cron_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/taxonomy/taxonomy.info b/drupal7/web/modules/taxonomy/taxonomy.info index b5174b3..44d4ebc 100644 --- a/drupal7/web/modules/taxonomy/taxonomy.info +++ b/drupal7/web/modules/taxonomy/taxonomy.info @@ -7,8 +7,3 @@ dependencies[] = options files[] = taxonomy.module files[] = taxonomy.test configure = admin/structure/taxonomy - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/toolbar/toolbar.info b/drupal7/web/modules/toolbar/toolbar.info index 329aa41..e9bee47 100644 --- a/drupal7/web/modules/toolbar/toolbar.info +++ b/drupal7/web/modules/toolbar/toolbar.info @@ -4,8 +4,3 @@ core = 7.x package = Core version = VERSION files[] = toolbar.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/tracker/tracker.info b/drupal7/web/modules/tracker/tracker.info index edc0ab8..1d7c65b 100644 --- a/drupal7/web/modules/tracker/tracker.info +++ b/drupal7/web/modules/tracker/tracker.info @@ -5,8 +5,3 @@ package = Core version = VERSION core = 7.x files[] = tracker.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/translation/tests/translation_test.info b/drupal7/web/modules/translation/tests/translation_test.info index cbffc89..ee1d7ec 100644 --- a/drupal7/web/modules/translation/tests/translation_test.info +++ b/drupal7/web/modules/translation/tests/translation_test.info @@ -4,8 +4,3 @@ core = 7.x package = Testing version = VERSION hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/translation/translation.info b/drupal7/web/modules/translation/translation.info index 10abb41..6c652a1 100644 --- a/drupal7/web/modules/translation/translation.info +++ b/drupal7/web/modules/translation/translation.info @@ -5,8 +5,3 @@ package = Core version = VERSION core = 7.x files[] = translation.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/trigger/tests/trigger_test.info b/drupal7/web/modules/trigger/tests/trigger_test.info index 0cf90b3..bd94331 100644 --- a/drupal7/web/modules/trigger/tests/trigger_test.info +++ b/drupal7/web/modules/trigger/tests/trigger_test.info @@ -3,8 +3,3 @@ description = "Support module for Trigger tests." package = Testing core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/trigger/trigger.info b/drupal7/web/modules/trigger/trigger.info index c25e207..76102a2 100644 --- a/drupal7/web/modules/trigger/trigger.info +++ b/drupal7/web/modules/trigger/trigger.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x files[] = trigger.test configure = admin/structure/trigger - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/aaa_update_test.info b/drupal7/web/modules/update/tests/aaa_update_test.info index 930d0f0..a283720 100644 --- a/drupal7/web/modules/update/tests/aaa_update_test.info +++ b/drupal7/web/modules/update/tests/aaa_update_test.info @@ -3,8 +3,3 @@ description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/bbb_update_test.info b/drupal7/web/modules/update/tests/bbb_update_test.info index 82c797b..75084ae 100644 --- a/drupal7/web/modules/update/tests/bbb_update_test.info +++ b/drupal7/web/modules/update/tests/bbb_update_test.info @@ -3,8 +3,3 @@ description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/ccc_update_test.info b/drupal7/web/modules/update/tests/ccc_update_test.info index 22247a9..0bd4cde 100644 --- a/drupal7/web/modules/update/tests/ccc_update_test.info +++ b/drupal7/web/modules/update/tests/ccc_update_test.info @@ -3,8 +3,3 @@ description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info b/drupal7/web/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info index 87f4f64..57dbf13 100644 --- a/drupal7/web/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info +++ b/drupal7/web/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info @@ -2,8 +2,3 @@ name = Update test admin theme description = Test theme which is used as admin theme. core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info b/drupal7/web/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info index df0a777..9718784 100644 --- a/drupal7/web/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info +++ b/drupal7/web/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info @@ -2,8 +2,3 @@ name = Update test base theme description = Test theme which acts as a base theme for other test subthemes. core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info b/drupal7/web/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info index b387e9d..6ca42f4 100644 --- a/drupal7/web/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info +++ b/drupal7/web/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info @@ -3,8 +3,3 @@ description = Test theme which uses update_test_basetheme as the base theme. core = 7.x base theme = update_test_basetheme hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/tests/update_test.info b/drupal7/web/modules/update/tests/update_test.info index 1a26422..f68dc9d 100644 --- a/drupal7/web/modules/update/tests/update_test.info +++ b/drupal7/web/modules/update/tests/update_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/update/update.info b/drupal7/web/modules/update/update.info index 9ea3ce0..250cae1 100644 --- a/drupal7/web/modules/update/update.info +++ b/drupal7/web/modules/update/update.info @@ -5,8 +5,3 @@ package = Core core = 7.x files[] = update.test configure = admin/reports/updates/settings - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/tests/anonymous_user_unblock_test.info b/drupal7/web/modules/user/tests/anonymous_user_unblock_test.info index e4f1e9f..ec50bb5 100644 --- a/drupal7/web/modules/user/tests/anonymous_user_unblock_test.info +++ b/drupal7/web/modules/user/tests/anonymous_user_unblock_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/tests/user_email_validation_test.info b/drupal7/web/modules/user/tests/user_email_validation_test.info index a16e518..6f7e4f4 100644 --- a/drupal7/web/modules/user/tests/user_email_validation_test.info +++ b/drupal7/web/modules/user/tests/user_email_validation_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/tests/user_flood_test.info b/drupal7/web/modules/user/tests/user_flood_test.info index 684c4bf..909997a 100644 --- a/drupal7/web/modules/user/tests/user_flood_test.info +++ b/drupal7/web/modules/user/tests/user_flood_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/tests/user_form_test.info b/drupal7/web/modules/user/tests/user_form_test.info index ab916b1..39d6c57 100644 --- a/drupal7/web/modules/user/tests/user_form_test.info +++ b/drupal7/web/modules/user/tests/user_form_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/tests/user_session_test.info b/drupal7/web/modules/user/tests/user_session_test.info index e367d31..91f2f20 100644 --- a/drupal7/web/modules/user/tests/user_session_test.info +++ b/drupal7/web/modules/user/tests/user_session_test.info @@ -4,8 +4,3 @@ package = Testing version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/modules/user/user.info b/drupal7/web/modules/user/user.info index 99c6002..1154f53 100644 --- a/drupal7/web/modules/user/user.info +++ b/drupal7/web/modules/user/user.info @@ -8,8 +8,3 @@ files[] = user.test required = TRUE configure = admin/config/people stylesheets[all][] = user.css - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/profiles/minimal/minimal.info b/drupal7/web/profiles/minimal/minimal.info index 5bc8fe7..6ec8f74 100644 --- a/drupal7/web/profiles/minimal/minimal.info +++ b/drupal7/web/profiles/minimal/minimal.info @@ -4,8 +4,3 @@ version = VERSION core = 7.x dependencies[] = block dependencies[] = dblog - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/profiles/standard/standard.info b/drupal7/web/profiles/standard/standard.info index 8db0e1e..3a65cfb 100644 --- a/drupal7/web/profiles/standard/standard.info +++ b/drupal7/web/profiles/standard/standard.info @@ -23,8 +23,3 @@ dependencies[] = overlay dependencies[] = field_ui dependencies[] = file dependencies[] = rdf - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info b/drupal7/web/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info index 62810be..2bf7e10 100644 --- a/drupal7/web/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info +++ b/drupal7/web/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info @@ -5,8 +5,3 @@ version = VERSION core = 7.x hidden = TRUE files[] = drupal_system_listing_compatible_test.test - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info b/drupal7/web/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info index 4c11d79..c067987 100644 --- a/drupal7/web/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info +++ b/drupal7/web/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info @@ -7,8 +7,3 @@ version = VERSION ; modules/simpletest/tests directory. core = 6.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/profiles/testing/testing.info b/drupal7/web/profiles/testing/testing.info index 985fb8c..8217201 100644 --- a/drupal7/web/profiles/testing/testing.info +++ b/drupal7/web/profiles/testing/testing.info @@ -3,8 +3,3 @@ description = Minimal profile for running tests. Includes absolutely required mo version = VERSION core = 7.x hidden = TRUE - -; Information added by Drupal.org packaging script on 2024-12-04 -version = "7.103" -project = "drupal" -datestamp = "1733324608" diff --git a/drupal7/web/sites/default/default.settings.php b/drupal7/web/sites/default/default.settings.php index 1cf7f8a..dbab92f 100644 --- a/drupal7/web/sites/default/default.settings.php +++ b/drupal7/web/sites/default/default.settings.php @@ -639,6 +639,41 @@ $conf['404_fast_html'] = '