r76330 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76329‎ | r76330 | r76331 >
Date:19:47, 8 November 2010
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Add $namespaceNames for NS_TEMPLATE. extwiki has a lot of template "pages" in NS_MAIN
See discussion http://ext.wikipedia.org/w/index.php?title=User_talk:Merlissimo&oldid=50865
Modified paths:
  • /trunk/phase3/languages/messages/MessagesExt.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesExt.php
@@ -12,6 +12,10 @@
1313 * @author Urhixidur
1414 */
1515
 16+$namespaceNames = array(
 17+ NS_TEMPLATE => 'Prantilla',
 18+);
 19+
1620 $messages = array(
1721 # User preference toggles
1822 'tog-underline' => 'Surrayal atihus:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r772871.16wmf4: MFT r76330catrope13:34, 25 November 2010

Comments

#Comment by Bryan (talk | contribs)   19:53, 8 November 2010

scaptrap, needs one of those maintenance scripts run to make the template pages accessible again.

#Comment by Raymond (talk | contribs)   19:55, 8 November 2010

Yes, asking for sync and running namespaceDupes.php in bug 25841

#Comment by Catrope (talk | contribs)   14:00, 25 November 2010

Done.

Status & tagging log