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

Change subject: enwiki: Add Draft: namespace to wgContentNamespaces
......................................................................


enwiki: Add Draft: namespace to wgContentNamespaces

Change-Id: I4ec3d3c89e1ee63028ed18c610879ad41134000a
---
M wmf-config/InitialiseSettings.php
1 file changed, 4 insertions(+), 3 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 1d1c564..bb76d51 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9735,6 +9735,7 @@
        '+dawikisource' => array( 102, 104, 106 ),
        '+dewikisource' => array( 102, 104 ),
        '+elwikisource' => array( 100, 102 ),
+       '+enwiki' => array( 118 ),
        '+enwikibooks' => array( 102, 110 ),
        '+enwikisource' => array( 102, 104, 106, 114 ), // bug 50007
        '+eswiki' => array( 104 ), // Bug 39866
@@ -9790,8 +9791,8 @@
 ),
 
 'wmgExemptFromUserRobotsControlExtra' => array(
-       'default' => array(),
-       'enwiki' => array( 118, 119 ), // draft and draft talk
+       'default' => array(),           // Default to allowing page-level user 
control in all namespaces
+       'enwiki' => array( 118, 119 ),  // Prevent for Draft: and Draft_talk: 
(so always NOINDEX'ed)
 ),
 
 'wgRevisionCacheExpiry' => array(
@@ -11733,7 +11734,7 @@
        '+metawiki' => array( 200 /* Grants */, 202 /* Research */, 204 /* 
Participation */, 206, 208 /* Programs */ ),
        // Wikipedias
        '+cawiki' => array( 100 /* Portal */, 102 /* Viquiprojecte */ ), // Bug 
56000
-       '+enwiki' => array( 100 /* Portal */, 108 /* Book */, 118 /* Draft */ 
), // Bug 56001
+       '+enwiki' => array( 100 /* Portal */, 108 /* Book */ ), // Bug 56001
        // Wiktionaries
        'svwiktionary' => array( NS_USER ), // Bug 57356
        // Wikiversities

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4ec3d3c89e1ee63028ed18c610879ad41134000a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[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