Chad has submitted this change and it was merged.

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


Revert "enwiki: Add Draft: namespace to wgContentNamespaces"

I understand the motivation as explained to me in person for
making this change: there were problems with analytics on
page creation statistics.

$wgContentNamespaces seems like a reasonable thing to
change at first to help here. Except many things rely on it
* Special:Random on its default query (ie: the one from the sidebar)
* Special:ShortPages (probably lots of other special pages too)
* Cirrus requires reindexing (not urgent, but was going to be
painful for the 2nd time in a week)
* Default search queries now include draft results (debatable whether that's 
desired behavior).

I'm thinking that editing metrics need to be arrived at another
way than changing this /very functional/ setting. Before 
attempting this again there should be a bug and/or wikitech-l
discussion about the impact.

This reverts commit 580fc43d3251aa90e5d9e288ca88ced5e306dc79.

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

Approvals:
  Hoo man: Looks good to me, approved
  Chad: Verified
  Glaisher: Looks good to me, but someone else must approve



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index bb76d51..1d1c564 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9735,7 +9735,6 @@
        '+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
@@ -9791,8 +9790,8 @@
 ),
 
 'wmgExemptFromUserRobotsControlExtra' => array(
-       '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)
+       'default' => array(),
+       'enwiki' => array( 118, 119 ), // draft and draft talk
 ),
 
 'wgRevisionCacheExpiry' => array(
@@ -11734,7 +11733,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 */ ), // Bug 56001
+       '+enwiki' => array( 100 /* Portal */, 108 /* Book */, 118 /* Draft */ 
), // Bug 56001
        // Wiktionaries
        'svwiktionary' => array( NS_USER ), // Bug 57356
        // Wikiversities

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I46b151ff40a193e6e4bacae41d77ac8df9bfdd8d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: Bartosz DziewoƄski <matma....@gmail.com>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: Glaisher <glaisher.w...@gmail.com>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
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