r113748 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113747
|
r113748
|
r113749
>
Date:
19:03, 13 March 2012
Author:
jpostlethwaite
Status:
ok
Tags:
i18nreview
Comment:
Fixed
r111475
. Added dependency on mediawiki.jqueryMsg.
Modified paths:
/trunk/extensions/LastModified/LastModified.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LastModified/LastModified.php
—
—
@@ -56,6 +56,7 @@
57
57
$wgResourceModules['last.modified'] = array(
58
58
'scripts' => 'lastmodified.js',
59
59
'position' => 'top',
60
+ 'dependencies' => array( 'mediawiki.jqueryMsg' ),
60
61
'messages' => array(
61
62
'lastmodified-seconds',
62
63
'lastmodified-hours',
Follow-up revisions
Revision
Commit summary
Author
Date
r113750
French translations were missing $1.
jpostlethwaite
19:25, 13 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r111475
Updating english messages to use PLURAL for LastModified extension. See
r99522
.
jpostlethwaite
19:57, 14 February 2012
Status & tagging log
05:01, 15 March 2012
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r113748
[
removed:
new
added:
ok]
19:52, 13 March 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r113748
[
added:
i18nreview]