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

Change subject: Allow all custom Meta-Wiki namespaces in Special:Book
......................................................................


Allow all custom Meta-Wiki namespaces in Special:Book

Existing ones plus some future ones, as done above for all the other
wikis which usually use 100+ IDs.

Bug: 72493
Change-Id: I8ef20fc63a06fab672169efcfe8fce13151a6a0e
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Reedy: Looks good to me, approved
  Cscott: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 85a6486..4dba8fe 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10574,7 +10574,7 @@
                NS_HELP, NS_HELP_TALK, 100, 101, 102, 103, 104, 105, 106, 107, 
108, 109, 110, 111
        ),
        '+enwikisource' => array( 114 ), // bug 56899
-       '+metawiki' => array( 200 ),
+       '+metawiki' => array( 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 
210, 211, 212, 213, 214, 215 ), // bug 72493
 ),
 
 'wmgCollectionHierarchyDelimiter' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ef20fc63a06fab672169efcfe8fce13151a6a0e
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to