"IAlex" posted a comment on MediaWiki.r110254.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110254#c30820

Commit summary for MediaWiki.r110254:

Add support for loading mediawiki.util from the top by default
* Introduces $wgPreloadJavaScriptMwUtil
* Instead of loading mediawiki.util as base module from the bottom, now loading 
it from queue position "top" if $wgPreloadJavaScriptMwUtil is true. And if 
false it'll remain in the bottom in practice as implied by other modules 
loading it as a dependency (i.e. mediawiki.page.ready depends on it)
* Fixes bug 33746

IAlex's comment:

Please create a description page on this wiki for the new setting and link to 
it from [[Manual:Configuration settings]]. Thank you.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to