From 28e72d6e55911306404cb42c9406f1faf4648352 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:54:44 +0000 Subject: [PATCH 1/8] Initial plan From b10e9656747ee7d24762278516a668ebdb88d71a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:54:56 +0000 Subject: [PATCH 2/8] Initial plan From e0b8c9cf7f4b532e0ff2d5ea92dcfa59cdddbbdb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:55:57 +0000 Subject: [PATCH 3/8] Initial plan From 45ef1b4c8eeeea14cf78a7114fe6faab96655a22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:56:46 +0000 Subject: [PATCH 4/8] Fix --fix_dates to --fix-dates in README.md Co-authored-by: ezw2000 <113451662+ezw2000@users.noreply.github.com> --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index eab699c..5ad422c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -220,9 +220,9 @@ bash scripts/enable-pre-commit-hook.sh If you need to update dates in frontmatter for changed files: ```bash -# Use the --fix_dates flag to updates dates +# Use the --fix-dates flag to updates dates cd scripts -python markdown-naming-check.py --fix_dates +python markdown-naming-check.py --fix-dates ``` This will: From 37b5c392e02846e4cc5b6d5d5f83971027a4c132 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:57:10 +0000 Subject: [PATCH 5/8] Fix --fix_dates to --fix-dates in README documentation Co-authored-by: ezw2000 <113451662+ezw2000@users.noreply.github.com> --- scripts/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index eab699c..f1a48ab 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -38,7 +38,7 @@ All markdown files must follow **kebab-case** naming convention: ## Date Validation When using the `--git` flag, the script also validates that the `date` field in the frontmatter of changed files matches the current date. This ensures that modified documents have up-to-date timestamps. -Updating the date can be done automatically using the `--fix_dates` flag. +Updating the date can be done automatically using the `--fix-dates` flag. ### Date Format The date in frontmatter should be in ISO format without quotes: @@ -211,7 +211,7 @@ bash scripts/enable-pre-commit-hook.sh 1. **Python not found**: Hook will skip with warning, validation runs in GitHub Actions 2. **Validation failing**: Check output for specific files that need renaming or date updates 3. **False positives**: Verify AppConnectorAuditor files are excluded -4. **Date mismatch**: Use `--fix_dates` flag to automatically update dates +4. **Date mismatch**: Use `--fix-dates` flag to automatically update dates 5. **Encoding errors**: Script now handles UTF-8 properly for emoji output on Windows 6. **Bypass validation**: Use `git commit --no-verify` (not recommended) @@ -220,9 +220,9 @@ bash scripts/enable-pre-commit-hook.sh If you need to update dates in frontmatter for changed files: ```bash -# Use the --fix_dates flag to updates dates +# Use the --fix-dates flag to updates dates cd scripts -python markdown-naming-check.py --fix_dates +python markdown-naming-check.py --fix-dates ``` This will: From 157b5fa8480497f049342e3a6c95a2f12a52bc24 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:58:11 +0000 Subject: [PATCH 6/8] Fix spelling error: change 'aitomatisch' to 'automatisch' Co-authored-by: ezw2000 <113451662+ezw2000@users.noreply.github.com> --- markdownpages/profit/nl/howto-vat-reclaim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdownpages/profit/nl/howto-vat-reclaim.md b/markdownpages/profit/nl/howto-vat-reclaim.md index db528b9..ff5f67a 100644 --- a/markdownpages/profit/nl/howto-vat-reclaim.md +++ b/markdownpages/profit/nl/howto-vat-reclaim.md @@ -79,4 +79,4 @@ Niet doen: Gewoon proberen en kijken of je een foutcode krijgt. ### Ik maak gebruik van de mogelijkheid om automatisch nieuwe verbijzonderingstoewijzingen te maken (AdDa). Wat nu? -Die mogelijkheid blijft gewoon bestaan. Aan de aitomatisch aangemaakte verbijzonderingstoewijzing wordt geen btw-terugvorderingscode gekoppeld. \ No newline at end of file +Die mogelijkheid blijft gewoon bestaan. Aan de automatisch aangemaakte verbijzonderingstoewijzing wordt geen btw-terugvorderingscode gekoppeld. \ No newline at end of file From 21a9fe9fb91e22d0dd6ee1b2e7290e8ff462f7e2 Mon Sep 17 00:00:00 2001 From: Eric Zwaal Date: Tue, 11 Nov 2025 10:17:31 +0100 Subject: [PATCH 7/8] Verbeterde tags --- markdownpages/profit/en/app-connector-auditor-partner.md | 2 +- markdownpages/profit/en/app-connector-auditor.md | 2 +- markdownpages/profit/en/integrationid.md | 2 +- markdownpages/profit/nl/app-connector-auditor-partner.md | 2 +- markdownpages/profit/nl/app-connector-auditor.md | 2 +- markdownpages/profit/nl/integrationid.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/markdownpages/profit/en/app-connector-auditor-partner.md b/markdownpages/profit/en/app-connector-auditor-partner.md index 8732eec..fc591a7 100644 --- a/markdownpages/profit/en/app-connector-auditor-partner.md +++ b/markdownpages/profit/en/app-connector-auditor-partner.md @@ -2,7 +2,7 @@ author: Eric Zwaal date: 2025-11-08 index: true -tags: Partner, IntegrationId, Tutorial, GetConnector, UpdateConnector, Profit5 +tags: Partner, IntegrationId, GetConnector, UpdateConnector, Certification title: AppConnector Auditor for Partners --- diff --git a/markdownpages/profit/en/app-connector-auditor.md b/markdownpages/profit/en/app-connector-auditor.md index 93337a3..dafa32c 100644 --- a/markdownpages/profit/en/app-connector-auditor.md +++ b/markdownpages/profit/en/app-connector-auditor.md @@ -2,7 +2,7 @@ author: Eric Zwaal date: 2025-11-08 index: true -tags: Partner, GetConnector, UpdateConnector, AppConnector, Integration, Configuration +tags: GetConnector, UpdateConnector, AppConnector, Integration, Configuration title: AppConnector Auditor --- diff --git a/markdownpages/profit/en/integrationid.md b/markdownpages/profit/en/integrationid.md index 93141ca..c5e535e 100644 --- a/markdownpages/profit/en/integrationid.md +++ b/markdownpages/profit/en/integrationid.md @@ -1,7 +1,7 @@ --- author: CLN date: 2025-11-08 -tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Crm +tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification title: AFAS IntegrationId --- diff --git a/markdownpages/profit/nl/app-connector-auditor-partner.md b/markdownpages/profit/nl/app-connector-auditor-partner.md index aeb4e9a..1823b60 100644 --- a/markdownpages/profit/nl/app-connector-auditor-partner.md +++ b/markdownpages/profit/nl/app-connector-auditor-partner.md @@ -2,7 +2,7 @@ author: Eric Zwaal date: 2025-11-08 index: true -tags: Partner, IntegrationId, Tutorial, GetConnector, Profit5, AppConnector +tags: Partner, IntegrationId, GetConnector, AppConnector, Certification title: AppConnector auditor voor Partners --- diff --git a/markdownpages/profit/nl/app-connector-auditor.md b/markdownpages/profit/nl/app-connector-auditor.md index 7ff96cd..692d668 100644 --- a/markdownpages/profit/nl/app-connector-auditor.md +++ b/markdownpages/profit/nl/app-connector-auditor.md @@ -2,7 +2,7 @@ author: Eric Zwaal date: 2025-11-08 index: true -tags: Partner, GetConnector, AppConnector, Integration, Configuration, Authentication +tags: GetConnector, AppConnector, Integration, Configuration, Authentication title: AppConnector auditor --- diff --git a/markdownpages/profit/nl/integrationid.md b/markdownpages/profit/nl/integrationid.md index 6081294..5a87ed3 100644 --- a/markdownpages/profit/nl/integrationid.md +++ b/markdownpages/profit/nl/integrationid.md @@ -1,7 +1,7 @@ --- author: CLN date: 2025-11-08 -tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Crm +tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification title: AFAS IntegrationId --- From 569180659f430235859017126c4ac3a4eeced630 Mon Sep 17 00:00:00 2001 From: Eric Zwaal Date: Tue, 11 Nov 2025 10:18:00 +0100 Subject: [PATCH 8/8] Verbeterde tags --- markdownpages/profit/en/app-connector-auditor-partner.md | 2 +- markdownpages/profit/en/app-connector-auditor.md | 2 +- markdownpages/profit/en/integrationid.md | 2 +- markdownpages/profit/nl/app-connector-auditor-partner.md | 2 +- markdownpages/profit/nl/app-connector-auditor.md | 2 +- markdownpages/profit/nl/integrationid.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/markdownpages/profit/en/app-connector-auditor-partner.md b/markdownpages/profit/en/app-connector-auditor-partner.md index fc591a7..8d6ec1f 100644 --- a/markdownpages/profit/en/app-connector-auditor-partner.md +++ b/markdownpages/profit/en/app-connector-auditor-partner.md @@ -1,6 +1,6 @@ --- author: Eric Zwaal -date: 2025-11-08 +date: 2025-11-11 index: true tags: Partner, IntegrationId, GetConnector, UpdateConnector, Certification title: AppConnector Auditor for Partners diff --git a/markdownpages/profit/en/app-connector-auditor.md b/markdownpages/profit/en/app-connector-auditor.md index dafa32c..827836a 100644 --- a/markdownpages/profit/en/app-connector-auditor.md +++ b/markdownpages/profit/en/app-connector-auditor.md @@ -1,6 +1,6 @@ --- author: Eric Zwaal -date: 2025-11-08 +date: 2025-11-11 index: true tags: GetConnector, UpdateConnector, AppConnector, Integration, Configuration title: AppConnector Auditor diff --git a/markdownpages/profit/en/integrationid.md b/markdownpages/profit/en/integrationid.md index c5e535e..6bbfa6d 100644 --- a/markdownpages/profit/en/integrationid.md +++ b/markdownpages/profit/en/integrationid.md @@ -1,6 +1,6 @@ --- author: CLN -date: 2025-11-08 +date: 2025-11-11 tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification title: AFAS IntegrationId --- diff --git a/markdownpages/profit/nl/app-connector-auditor-partner.md b/markdownpages/profit/nl/app-connector-auditor-partner.md index 1823b60..3691bf7 100644 --- a/markdownpages/profit/nl/app-connector-auditor-partner.md +++ b/markdownpages/profit/nl/app-connector-auditor-partner.md @@ -1,6 +1,6 @@ --- author: Eric Zwaal -date: 2025-11-08 +date: 2025-11-11 index: true tags: Partner, IntegrationId, GetConnector, AppConnector, Certification title: AppConnector auditor voor Partners diff --git a/markdownpages/profit/nl/app-connector-auditor.md b/markdownpages/profit/nl/app-connector-auditor.md index 692d668..1c3c19a 100644 --- a/markdownpages/profit/nl/app-connector-auditor.md +++ b/markdownpages/profit/nl/app-connector-auditor.md @@ -1,6 +1,6 @@ --- author: Eric Zwaal -date: 2025-11-08 +date: 2025-11-11 index: true tags: GetConnector, AppConnector, Integration, Configuration, Authentication title: AppConnector auditor diff --git a/markdownpages/profit/nl/integrationid.md b/markdownpages/profit/nl/integrationid.md index 5a87ed3..0c3a42a 100644 --- a/markdownpages/profit/nl/integrationid.md +++ b/markdownpages/profit/nl/integrationid.md @@ -1,6 +1,6 @@ --- author: CLN -date: 2025-11-08 +date: 2025-11-11 tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification title: AFAS IntegrationId ---