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

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

Edokter's comment:

With bug 33711/r110542 now loading mw.util as a dependency of mw.page.startup 
in the top load queue, this revision seems deprecated.

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

Reply via email to