Page MenuHomePhabricator

Subpages at English Wikibooks
Closed, ResolvedPublic

Description

Author: aaron.adrignola

Description:
We would like to enable subpages for the Help, Help talk, Cookbook, Cookbook talk, Category, and Category talk namespaces at en.wikibooks. Discussion linked. Thanks.


Version: unspecified
Severity: enhancement
URL: http://en.wikibooks.org/w/index.php?oldid=2000827#Enabling_subpages

Details

Reference
bz26344

Event Timeline

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

rm keyword easy. Doesn't apply to shell bugs.

Namespaces values:

help => 12
help_talk => 13
Cookbook => 102
Cookbook_talk => 103
Category => 14
Category_talk => 15

Change made (local revision 1465)

  • 'enwikibooks' => 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, 110 => 1, 111 => 1),

+ 'enwikibooks' => 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, 14 => 1,

Synced live.

As noticed by Shriley on IRC the complete diff is:

  • 'enwikibooks' => 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, 110 => 1, 111 => 1),

+ 'enwikibooks' => 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, 14 => 1, 15 => 1, 102 => 1, 103 => 1, 110 => 1, 111 => 1),

Should take advantage of the 'default' system instead :p