r36663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36662‎ | r36663 | r36664 >
Date:00:33, 26 June 2008
Author:danny_b
Status:old
Tags:
Comment:
* adding to proper group on Special:SpecialPages
Modified paths:
  • /trunk/extensions/ExpandTemplates/ExpandTemplates.php (modified) (history)
  • /trunk/extensions/ParserDiffTest/ParserDiffTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExpandTemplates/ExpandTemplates.php
@@ -22,6 +22,7 @@
2323 );
2424
2525 $wgExtensionMessagesFiles['ExpandTemplates'] = dirname(__FILE__) . '/ExpandTemplates.i18n.php';
 26+$wgSpecialPageGroups['ExpandTemplates'] = 'wiki';
2627
2728 if ( !function_exists( 'extAddSpecialPage' ) ) {
2829 require( dirname(__FILE__) . '/../ExtensionFunctions.php' );
Index: trunk/extensions/ParserDiffTest/ParserDiffTest.php
@@ -11,6 +11,7 @@
1212 $wgAutoloadClasses['ParserDiffTest'] = dirname(__FILE__) . '/ParserDiffTest_body.php';
1313 $wgExtensionMessagesFiles['ParserDiffTest'] = dirname(__FILE__).'/ParserDiffTest.i18n.php';
1414 $wgSpecialPages['ParserDiffTest'] = 'ParserDiffTest';
 15+$wgSpecialPageGroups['ParserDiffTest'] = 'wiki';
1516
1617 $wgExtensionCredits['specialpage'][] = array(
1718 'name' => 'Parser Diff Test',

Status & tagging log