jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/371948 )

Change subject: Use CaptchaTriggers attribute to declare wikiforum Captcha 
trigger
......................................................................


Use CaptchaTriggers attribute to declare wikiforum Captcha trigger

Instead of overwriting the existing configuration, depending on the
load order of WikiForum and ConfirmEdit.

Bug: T152929
Change-Id: I53f75190d49fbab0c6f947c04e7d5f19594b9e5f
Depends-on: I4c5eaf87657f5dc07787480a2f1a56a1db8c714f
---
M extension.json
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  SamanthaNguyen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/extension.json b/extension.json
index eec1e7f..2df8521 100644
--- a/extension.json
+++ b/extension.json
@@ -76,12 +76,12 @@
                "ParserFirstCallInit": "WikiForumHooks::registerParserHooks",
                "LoadExtensionSchemaUpdates": "WikiForumHooks::addTables"
        },
+       "CaptchaTriggers": {
+               "wikiforum": true
+       },
        "config": {
                "WikiForumAllowAnonymous": true,
-               "WikiForumLogInRC": true,
-               "CaptchaTriggers": {
-                       "wikiforum": true
-               }
+               "WikiForumLogInRC": true
        },
        "manifest_version": 1
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/371948
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I53f75190d49fbab0c6f947c04e7d5f19594b9e5f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikiForum
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Reception123 <utilizator.receptie...@gmail.com>
Gerrit-Reviewer: SamanthaNguyen <samanthanguyen1...@gmail.com>
Gerrit-Reviewer: UltrasonicNXT <adamr_car...@btinternet.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to