Odder has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/139819

Change subject: Add Help namespace to default search on all wikis
......................................................................

Add Help namespace to default search on all wikis

For three basic reasons:

1. There are very few pages in those namespaces
anyway, so this will have little influence on users;
2. If anything, it will teach people that there is
such a thing as a 'Help' namespace, so they might
get involved in editing;
3. It might be helpful for new users looking for
guidelines on editing & things.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/19/139819/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 61b2ad3..ebfff50 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6302,7 +6302,7 @@
 
 # wgNamespacesToBeSearchedDefault @{
 'wgNamespacesToBeSearchedDefault' => array(
-       'default' => array( 0 => 1, 1 => 0,  2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 
=> 0, 7 => 0, 8 => 0, 9 => 0, 10 => 0, 11 => 0, 12 => 0, 13 => 0 ),
+       'default' => array( 0 => 1, 1 => 0,  2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 
=> 0, 7 => 0, 8 => 0, 9 => 0, 10 => 0, 11 => 0, 12 => 1, 13 => 0 ), // bug 66066
        '+arwikisource' => array( 102 => 1 ),
        '+aswikisource' => array( 104 => 1, 106 => 1 ), // bug 43129
        '+bgwiki' => array( 100 => 1, 101 => 0 ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4c1afcb71ce72e1ccff44edb21c0e362405971f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>

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

Reply via email to