Page MenuHomePhabricator

Enable subpages in the main namespace for ten.wikipedia.org
Closed, ResolvedPublic

Description

The site uses a hierarchical structure but currently has a flat main namespace. Properly enabling subpages in the main namespace will provide us with the handy links to parent pages, and all that shiny stuff.


Version: unspecified
Severity: enhancement
URL: http://ten.wikipedia.org

Details

Reference
bz25982

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:24 PM
bzimport set Reference to bz25982.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1338)

+++ InitialiseSettings.php (working copy)
@@ -2487,6 +2487,7 @@

'slwiki'        => array(-1=>0, 0=>0, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>1, 15=>1), 
'plwiki'        => array(-1=>0, 0=>0, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>1, 15=>1, 100=>1, 101=>1, 102=>1, 103=>1, 104=>1, 105=>1,), 
'+rmwiki'       => array( 0 => 1 ),

+ '+tenwiki' => array( 0 => 1, 1 => 1 ),

'zh_yuewiki'    => array(-1=>0, 0=>0, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>1, 15=>1, 100=>1, 101=>1, 102=>1, 103=>1), 
'zh_min_nanwiki'=> array(-1=>0, 0=>0, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>0, 11=>1, 12=>1, 13=>1, 15=>1, 100=>1, 101=>1),

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php