jenkins-bot has submitted this change and it was merged.

Change subject: Add autoreview protection level for arwiki
......................................................................


Add autoreview protection level for arwiki

Plus comment fix in the spirit of bug 29902.

Bug: 52109
Change-Id: Ia7887ec3b629135cc40398212fd96ce0f670695c
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 68b52fe..fd0869d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4076,9 +4076,10 @@
 # wgRestrictionLevels @{
 'wgRestrictionLevels' => array(
        'default' => array( '', 'autoconfirmed', 'sysop' ), // semi-protection 
level on
+       'arwiki' => array( '', 'autoconfirmed', 'autoreview', 'sysop' ), // bug 
52109
        'ckbwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop' ), // 
bug 52533
        'plwiki' => array( '', 'autoconfirmed', 'editor', 'sysop' ), // bug 
46990
-       'ptwiki' => array( '', 'autoconfirmed', 'autoreviewer', 'sysop' ), // 
http://bugzilla.wikimedia.org/show_bug.cgi?id=39652
+       'ptwiki' => array( '', 'autoconfirmed', 'autoreviewer', 'sysop' ), // 
bug 39652
 ),
 # @} end of wgRestrictionLevels
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia7887ec3b629135cc40398212fd96ce0f670695c
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: TTO <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: TTO <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to