From 32b7a3ea5b2d83557868682e5091c54e7672a92c Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 30 Oct 2024 01:50:21 +0000 Subject: [PATCH] Remove redundant sub extension AutoloadNamespaces entries Change-Id: Icf557dfeef3e443e660c888971ed9426f0f24c36 --- FancyCaptcha/extension.json | 3 --- QuestyCaptcha/extension.json | 3 --- ReCaptchaNoCaptcha/extension.json | 3 --- Turnstile/extension.json | 3 --- hCaptcha/extension.json | 3 --- 5 files changed, 15 deletions(-) diff --git a/FancyCaptcha/extension.json b/FancyCaptcha/extension.json index 3c759b310..078af6613 100644 --- a/FancyCaptcha/extension.json +++ b/FancyCaptcha/extension.json @@ -17,9 +17,6 @@ "i18n/api" ] }, - "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\FancyCaptcha\\": "../includes/FancyCaptcha/" - }, "ResourceModules": { "ext.confirmEdit.fancyCaptcha.styles": { "styles": "ext.confirmEdit.fancyCaptcha.less" diff --git a/QuestyCaptcha/extension.json b/QuestyCaptcha/extension.json index b924c60ee..2e669531d 100644 --- a/QuestyCaptcha/extension.json +++ b/QuestyCaptcha/extension.json @@ -12,9 +12,6 @@ "i18n" ] }, - "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\QuestyCaptcha\\": "../includes/QuestyCaptcha/" - }, "config": { "CaptchaClass": { "value": "MediaWiki\\Extension\\ConfirmEdit\\QuestyCaptcha\\QuestyCaptcha" diff --git a/ReCaptchaNoCaptcha/extension.json b/ReCaptchaNoCaptcha/extension.json index c52f42c15..a76fd347b 100644 --- a/ReCaptchaNoCaptcha/extension.json +++ b/ReCaptchaNoCaptcha/extension.json @@ -13,9 +13,6 @@ "i18n/api" ] }, - "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "../includes/ReCaptchaNoCaptcha/" - }, "config": { "CaptchaClass": { "value": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\ReCaptchaNoCaptcha" diff --git a/Turnstile/extension.json b/Turnstile/extension.json index b8b0e79e7..299798053 100644 --- a/Turnstile/extension.json +++ b/Turnstile/extension.json @@ -14,9 +14,6 @@ "i18n/api" ] }, - "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\Turnstile\\": "../includes/Turnstile/" - }, "config": { "CaptchaClass": { "value": "MediaWiki\\Extension\\ConfirmEdit\\Turnstile\\Turnstile" diff --git a/hCaptcha/extension.json b/hCaptcha/extension.json index 3c8b40f4f..3097bfd99 100644 --- a/hCaptcha/extension.json +++ b/hCaptcha/extension.json @@ -13,9 +13,6 @@ "i18n" ] }, - "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\hCaptcha\\": "../includes/hCaptcha/" - }, "config": { "CaptchaClass": { "value": "MediaWiki\\Extension\\ConfirmEdit\\hCaptcha\\HCaptcha"