From 0350fddae45f9aa064481aa9d0273ecec9e30eda Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Fri, 18 Oct 2024 11:00:15 +0300 Subject: [PATCH 1/2] enable help_topics to prevent millions of errors --- conf/cmi/block.block.claro_help.yml | 22 ++++++++++++++++++++++ conf/cmi/block.block.gin_help.yml | 22 ++++++++++++++++++++++ conf/cmi/core.extension.yml | 2 ++ 3 files changed, 46 insertions(+) create mode 100644 conf/cmi/block.block.claro_help.yml create mode 100644 conf/cmi/block.block.gin_help.yml diff --git a/conf/cmi/block.block.claro_help.yml b/conf/cmi/block.block.claro_help.yml new file mode 100644 index 00000000..b5c5cf2c --- /dev/null +++ b/conf/cmi/block.block.claro_help.yml @@ -0,0 +1,22 @@ +uuid: b821e1c9-d6a5-43a4-a166-068e7d66a262 +langcode: en +status: true +dependencies: + module: + - help + theme: + - claro +_core: + default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM +id: claro_help +theme: claro +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/conf/cmi/block.block.gin_help.yml b/conf/cmi/block.block.gin_help.yml new file mode 100644 index 00000000..06eca9d6 --- /dev/null +++ b/conf/cmi/block.block.gin_help.yml @@ -0,0 +1,22 @@ +uuid: 4fda1e62-e691-411a-970a-23d2b9e86bd9 +langcode: en +status: true +dependencies: + module: + - help + theme: + - gin +_core: + default_config_hash: 8nOAry2oKqJOr0zbrlJ3sZHDFJLIO6j-0vT0K_TYca4 +id: gin_help +theme: gin +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 6c6e1b50..a7abd9b8 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -47,6 +47,8 @@ module: helfi_platform_config: 0 helfi_user_roles: 0 helfi_users: 0 + help: 0 + help_topics: 0 image: 0 image_style_quality: 0 infofinland_admin_tools: 0 From 9250786f4cb57738466a7427000a504bf8b795de Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Fri, 18 Oct 2024 11:02:08 +0300 Subject: [PATCH 2/2] missing module --- composer.json | 1 + composer.lock | 64 +++++++++++++++++++++++++++++++++++-- conf/cmi/core.extension.yml | 1 + 3 files changed, 64 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 02f77410..f51620e4 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,7 @@ "drupal/next": "^1.4", "drupal/obfuscate": "^2.0", "drupal/password_policy": "^4.0", + "drupal/purge": "^3.6", "drupal/queue_ui": "^3.0", "drupal/redis": "^1.5", "drupal/restui": "^1.21", diff --git a/composer.lock b/composer.lock index fd79b2be..3e937e0d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dee180bc5fa80706bcae01e6b4abc812", + "content-hash": "2bd080b8a0ceb94c525d913ab3ecd676", "packages": [ { "name": "asm89/stack-cors", @@ -5182,7 +5182,7 @@ }, { "name": "drupal/infofinland_dummy", - "version": "dev-dev", + "version": "dev-UHF-X_modules", "dist": { "type": "path", "url": "./patches/helfi_platform_config", @@ -6914,6 +6914,66 @@ "source": "https://git.drupalcode.org/project/publication_date" } }, + { + "name": "drupal/purge", + "version": "3.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/purge.git", + "reference": "8.x-3.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/purge-8.x-3.6.zip", + "reference": "8.x-3.6", + "shasum": "f01d53c5a1d34301e86371c70a1d237a517b2897" + }, + "require": { + "drupal/core": "^9.5 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.6", + "datestamp": "1719557519", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-3.x": "3.x-dev" + }, + "drush": { + "services": { + "drush.services.yml": ">=10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Niels van Mourik", + "homepage": "http://www.nielsvm.org" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "nielsvm", + "homepage": "https://www.drupal.org/user/163285" + } + ], + "description": "Provides a generic external cache invalidation API and queue service.", + "homepage": "https://www.drupal.org/project/purge", + "support": { + "source": "https://git.drupalcode.org/project/purge" + } + }, { "name": "drupal/queue_ui", "version": "3.1.4", diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index a7abd9b8..1665c946 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -93,6 +93,7 @@ module: path: 0 path_alias: 0 phpass: 0 + purge: 0 queue_ui: 0 raven: 0 readonly_field_widget: 0