"Krinkle" posted a comment on MediaWiki.r107556. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107556#c28639
Commit summary for MediaWiki.r107556: Use jqueryMsg wikitext parser to parse interface messages at client side. Support for PLURAL in javascript. Krinkle's comment: The dependency is added to the wrong module. <code>mw.msg</code> has got nothing to do with <code>mediawiki.page.ready</code> The core mediawiki module cannot have any dependencies, so this construction cannot exist, please revert. Perhaps in the longer term we can find a good way for this, but for now this can't be done, simply use mw.jqueryMsg directly where you need it (add it as a dependency to the module where you use it). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
