"Krinkle" changed the status of MediaWiki.r112533 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112533

Old status:  new
New status: ok

Commit summary for MediaWiki.r112533:

(bug 34542) Calling mw.loader.load('http://someurlhere') sometimes calls 
document.write() from inside an asynchronously loaded script. This is because 
we added the async parameter in 1.19, and made it default to false, which works 
for 1.18 HTML but doesn't work for user/site/Gadget JS written for 1.18 . So 
make the async parameter default to true when a URL is passed and to false 
otherwise. This is kind of evil but it's the only sane way of preserving b/c 
that I can think of

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

Reply via email to