Page MenuHomePhabricator

Enable subpages in Template namespace on wikimania (and for future editions)
Closed, ResolvedPublic

Description

the line copied/pasted in InitialiseSettings.php originates from 2008, when NS_TEMPLATE wasn't in the 'default' array yet.

Although I think most of those should really add to the array ('+' perhaps ?) instead of overwriting it, please set 10 =>1 for wikimania2011. Since subpages are heavily used there.


Version: unspecified
Severity: enhancement

Details

Reference
bz26916

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:22 PM
bzimport set Reference to bz26916.
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 1541)

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

'wikimania2008wiki' => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0, 11 => 1),
'wikimania2009wiki' => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0, 11 => 1),
'wikimania2010wiki' => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0, 11 => 1),
  • 'wikimania2011wiki' => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0, 11 => 1),

+ 'wikimania2011wiki' => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 1, 11 => 1),

// @}
 
// Wikibooks @{

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