r98560 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98559‎ | r98560 | r98561 >
Date:20:55, 30 September 2011
Author:ialex
Status:ok
Tags:
Comment:
Added path to extension's credits show that it can show SVN revision on Special:Version
Modified paths:
  • /trunk/extensions/Math/Math.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Math/Math.php
@@ -19,6 +19,7 @@
2020
2121 // Extension credits that will show up on Special:Version
2222 $wgExtensionCredits['parserhook'][] = array(
 23+ 'path' => __FILE__,
2324 'name' => 'Math',
2425 'version' => '1.0',
2526 'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ),
@@ -97,4 +98,4 @@
9899
99100 $wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php';
100101
101 -$wgParserTestFiles[] = $dir . 'mathParserTests.txt';
\ No newline at end of file
 102+$wgParserTestFiles[] = $dir . 'mathParserTests.txt';

Follow-up revisions

RevisionCommit summaryAuthorDate
r103240REL1_18 MFT r98560, r99741, r101031, r101404, r102438, r102563, r102953, r103197reedy22:08, 15 November 2011
r1032421.18wmf1 MFT r98560, r99741, r101031, r101404, r102438, r102563, r102953, r10...reedy22:10, 15 November 2011

Status & tagging log