Page MenuHomePhabricator

Enable subpages on movement roles wiki
Closed, ResolvedPublic

Description

Author: adhair

Description:
We make extensive use of subpages on the movement roles wiki, but the configuration doesn't give us "proper" subpages. It would be great if someone could turn this on.


Version: unspecified
Severity: normal
URL: http://movementroles.wikimedia.org/

Details

Reference
bz26769

Event Timeline

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

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

'grantswiki'        => 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),
'mediawikiwiki'     => 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, 12 => 1, 13 => 1, 14 => 1, 100 => 1, 101 => 1, 102 => 1, 103 => 1), 
'metawiki'          => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 0, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 1, 11 => 1, 12 => 1, 13 => 1, 100 => 1, 101 => 1, 102 => 1, 103 => 1, 104 => 1, 105 => 1, 106 => 1, 107 => 1, 108 => 1, 109 => 1, 110 => 1, 111 => 1, 200 => 1, 201 => 1),

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

'nostalgiawiki'     => 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),
'+nowikimedia'	=> array( 0 => 1, 1 => 1, ),
'officewiki'        => 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, 100 => 1, 101 => 1, 110 => 1, 111 => 1),

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