Last modified: 2011-07-03 16:08:59 UTC
Resource Loader breaks many JavaScript functions which used to work on MW 1.16 when it was called in the head element. I noticed this for JS in MediaWiki:Common.js. Missing config settings for disabling Resource Loader makes debugging even harder.
Also loading JS scripts at the bottom is not a proven advantage in general and def not proper handling for custom JS as in MediaWiki:Common.js where the system can't know if it should be loaded on top or at the bottom. This bug is a blocker since I cannot upgrade with non working MediaWiki:Common.js.
*** This bug has been marked as a duplicate of bug 27488 ***