"Nikerabbit" posted a comment on MediaWiki.r107919. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107919#c28895
Commit summary for MediaWiki.r107919: merge JSTesting branch into trunk Changed written by Timo and reviewed by Hashar. This should be harmless. To enable the feature: $wgEnableJavaScriptTest = true; Then head to: [[Special:JavaScriptTest/qunit]] Nikerabbit's comment: Linker::link( $this->getTitle( $framework ), wfMsg( "javascripttest-$framework-name" ) ) Missing escaping. Should be wfMsgHtml. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
