From 575cb091afdfa7800a446d5813332bad01f04eb1 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:44:56 +0200 Subject: [PATCH 1/7] ITKDev: Update README.md Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a8327..27c04ce 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ drush audit:log 'This is a test message' ## Usage -The module exposes n simple `Logger` service which can log an `info` and`error` +The module exposes a simple `Logger` service which can log an `info` and `error` messages. Inject the logger service named `os2web_audit.logger` and send messages into the From 12d73493d1ca2703acf4eb9188dda8d20a901087 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:45:07 +0200 Subject: [PATCH 2/7] ITKDev: Update os2web_audit.links.menu.yml Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- os2web_audit.links.menu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os2web_audit.links.menu.yml b/os2web_audit.links.menu.yml index 269a099..c6d73da 100644 --- a/os2web_audit.links.menu.yml +++ b/os2web_audit.links.menu.yml @@ -1,5 +1,5 @@ os2web_audit.admin_settings: - title: 'OS2 Audit settings' + title: 'OS2web Audit settings' parent: system.admin_config_system description: 'Settings for the OS2 Audit module' route_name: os2web_audit.plugin_settings_local_tasks From 9228695ac198c26fe093fabf1d1bcfe7c80e2e78 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:45:17 +0200 Subject: [PATCH 3/7] ITKDev: Update os2web_audit.links.task.yml Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- os2web_audit.links.task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os2web_audit.links.task.yml b/os2web_audit.links.task.yml index 788a7ae..31e7570 100644 --- a/os2web_audit.links.task.yml +++ b/os2web_audit.links.task.yml @@ -1,5 +1,5 @@ os2web_audit.plugin_settings_tasks: - title: 'OS2 Audit settings' + title: 'OS2web Audit settings' route_name: os2web_audit.plugin_settings_local_tasks base_route: os2web_audit.plugin_settings_local_tasks deriver: Drupal\os2web_audit\Plugin\Derivative\LocalTask From 6efc85e659c794063d50dab1afc6ae843dcf0f69 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:45:26 +0200 Subject: [PATCH 4/7] ITKDev: Update os2web_audit.routing.yml Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- os2web_audit.routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os2web_audit.routing.yml b/os2web_audit.routing.yml index bda09b6..cd46d48 100644 --- a/os2web_audit.routing.yml +++ b/os2web_audit.routing.yml @@ -2,7 +2,7 @@ os2web_audit.plugin_settings_local_tasks: path: '/admin/config/os2web_audit/settings/{type}' defaults: _controller: '\Drupal\os2web_audit\Controller\LocalTasksController::dynamicTasks' - _title: 'OS2 Audit settings' + _title: 'OS2web Audit settings' type: '' requirements: _permission: 'administer site' From 7d9ebb0c611133b22375f839119ca881684f1cb3 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:45:45 +0200 Subject: [PATCH 5/7] ITKDev: Update phpcs.xml.dist Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 07c8814..c9fec00 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,6 +1,6 @@ - OS2Forms PHP Code Sniffer configuration + OS2web Audit PHP Code Sniffer configuration . vendor/ From caa34a69112910564f9cef923f296dc829dcc727 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:46:00 +0200 Subject: [PATCH 6/7] ITKDev: Update phpcs.xml.dist Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- phpcs.xml.dist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index c9fec00..e6cd9bb 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,10 +5,6 @@ . vendor/ node_modules/ - - modules/webform_embed/ - - modules/os2forms_webform_maps/modules/field_color/ From 29dcb76cd354900c820f9b58a9a54f6685ee62e6 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:47:51 +0200 Subject: [PATCH 7/7] ITKDev: Update src/Form/PluginSettingsForm.php Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com> --- src/Form/PluginSettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/PluginSettingsForm.php b/src/Form/PluginSettingsForm.php index ef0c918..071b2e5 100644 --- a/src/Form/PluginSettingsForm.php +++ b/src/Form/PluginSettingsForm.php @@ -4,7 +4,7 @@ /** * @file - * Abstract class for PluginSettingsForm implementation. + * Class for PluginSettingsForm implementation. */ use Drupal\Component\Plugin\PluginManagerInterface;