r113798 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113797
|
r113798
|
r113799
>
Date:
07:09, 14 March 2012
Author:
santhosh
Status:
ok (
Comments
)
Tags:
Comment:
grammar rules should set to the key 'grammarForms' instead of language code.
Followup
r112991
Modified paths:
/branches/jsgrammar/includes/resourceloader/ResourceLoaderLanguageDataModule.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/jsgrammar/includes/resourceloader/ResourceLoaderLanguageDataModule.php
—
—
@@ -44,7 +44,7 @@
45
45
46
46
return Xml::encodeJsCall( 'mw.language.setData', array(
47
47
$wgContLang->getCode(),
48
- $this->getSiteLangGrammarForms()
48
+ array( 'grammarForms' => $this->getSiteLangGrammarForms() )
49
49
) );
50
50
}
51
51
Sign-offs
User
Flag
Date
Nikerabbit
inspected
18:37, 14 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112991
[JSGrammar] Various minor tips, tricks and clean up....
krinkle
23:56, 4 March 2012
Comments
#
Comment by
Krinkle
(
talk
|
contribs
)
07:13, 14 March 2012
Thanks
Status & tagging log
07:13, 14 March 2012
Krinkle
(
talk
|
contribs
)
changed the
status
of r113798
[
removed:
new
added:
ok]