Last modified: 2011-01-18 07:22:17 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 T28321, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26321 - Fix target of "Wikibooks_Talk" for pt.wikibooks in wgNamespaceAliases
Fix target of "Wikibooks_Talk" for pt.wikibooks in wgNamespaceAliases
Status: CLOSED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-13 17:06 UTC by Helder
Modified: 2011-01-18 07:22 UTC (History)
2 users (show)

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


Attachments

Description Helder 2010-12-13 17:06:43 UTC
I just noticed that the variable wgNamespaceAliases in the file
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
has "Wikibooks_Talk" as an alias to "NS_PROJECT".

This is wrong. The target should be "NS_PROJECT_TALK".

Could someone fix that?

PS: See also Bug 19364

Thanks
Comment 1 Antoine "hashar" Musso (WMF) 2011-01-17 20:52:11 UTC
Index: wmf-config/InitialiseSettings.php
===================================================================
--- wmf-config/InitialiseSettings.php	(revision 1465)
+++ wmf-config/InitialiseSettings.php	(working copy)
@@ -2251,7 +2251,7 @@
     ),
     'ptwikibooks' => array(
       'Wikibooks' => NS_PROJECT,
-      'Wikibooks_Talk' => NS_PROJECT,
+      'Wikibooks_Talk' => NS_PROJECT_TALK,
       'Wikibooks_Discussão' => NS_PROJECT_TALK,
     ),
     'ptwikisource' => array(

local revision 1466
synced live.
Comment 2 Helder 2011-01-17 21:13:33 UTC
Thank you very much, Ashar!
Comment 3 Antoine "hashar" Musso (WMF) 2011-01-18 07:22:17 UTC
You are welcome!

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


Navigation
Links