r55310 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r55309
|
r55310
|
r55311
>
Date:
07:09, 19 August 2009
Author:
siebrand
Status:
deferred
Tags:
Comment:
Somehow the implementation of
r54847
did not work. Now adding $wgExtensionMessagesFiles ParserFunctionsMagic instead, which does appear to work.
Modified paths:
/trunk/extensions/ParserFunctions/ParserFunctions.i18n.php
(modified) (
history
)
/trunk/extensions/ParserFunctions/ParserFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ParserFunctions/ParserFunctions.i18n.php
—
—
@@ -5,8 +5,6 @@
6
6
* @addtogroup Extensions
7
7
*/
8
8
9
-require_once( dirname(__FILE__) . '/ParserFunctions.i18n.magic.php' );
10
-
11
9
$messages = array();
12
10
13
11
$messages['en'] = array(
Index: trunk/extensions/ParserFunctions/ParserFunctions.php
—
—
@@ -44,6 +44,7 @@
45
45
46
46
$wgAutoloadClasses['ExtParserFunctions'] = dirname(__FILE__).'/ParserFunctions_body.php';
47
47
$wgExtensionMessagesFiles['ParserFunctions'] = dirname(__FILE__) . '/ParserFunctions.i18n.php';
48
+$wgExtensionMessagesFiles['ParserFunctionsMagic'] = dirname(__FILE__) . '/ParserFunctions.i18n.magic.php';
48
49
49
50
$wgParserTestFiles[] = dirname( __FILE__ ) . "/funcsParserTests.txt";
50
51
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r54847
* new style magic words support for ParserFunctions...
siebrand
13:08, 12 August 2009
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r55310
[
removed:
old
added:
deferred]
14:27, 24 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r55310
[
removed:
new
added:
old]