Last modified: 2011-01-25 22:13:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T28916, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26916 - Enable subpages in Template namespace on wikimania (and for future editions)
Enable subpages in Template namespace on wikimania (and for future editions)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-25 00:36 UTC by Krinkle
Modified: 2011-01-25 22:13 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Krinkle 2011-01-25 00:36:34 UTC
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.
Comment 1 JeLuF 2011-01-25 22:13:06 UTC
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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links