Page MenuHomePhabricator

Add "WP" namespace alias to Test Wikipedia
Closed, ResolvedPublic

Description

Please add the namespace alias "WP" for Test Wikipedia's project namespace.


Version: unspecified
Severity: normal

Details

Reference
bz30122
TitleReferenceAuthorSource BranchDest Branch
T321223: Add doc building test jobrepos/releng/scap!3dancyreview-test-docsmaster
gitlab: Change package name to gitlab.wikimedia.org/repos/releng/blubberrepos/releng/blubber!10dduvallreview/rename-package-for-gitlab-migrationmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:56 PM
bzimport set Reference to bz30122.
bzimport added a subscriber: Unknown Object (MLST).

Also, please add the "WT" alias for its project talk namespace.

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 2115)

+++ InitialiseSettings.php (working copy)
@@ -2703,6 +2703,10 @@

     'Wikipedia' => NS_PROJECT,
     'Wikipedia_talk' => NS_PROJECT_TALK,
),

+ 'testwiki' => array(
+ 'WP' => NS_PROJECT,
+ 'WT' => NS_PROJECT_TALK,
+ ),

'tewiki' => array(
     'Wikipedia' => NS_PROJECT,
     'Wikipedia_talk' => NS_PROJECT_TALK,

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