https://bugzilla.wikimedia.org/show_bug.cgi?id=31051
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Krinkle <[email protected]> 2011-09-21 22:29:25 UTC --- Stating the obvious, but it's not just 404s, it's version incompatibility as well. For example: http://test2.wikipedia.org/w/resources/jquery/jquery.js loads 1.4.2 (which was the jQuery version in MediaWiki 1.17) instead of jQuery 1.6.3 (the one in MediaWiki 1.18). Example for 404 error: (anything added to resources since 1.17) * http://test2.wikipedia.org/w/resources/mediawiki.page/mediawiki.page.ready.js * http://test2.wikipedia.org/w/resources/mediawiki/mediawiki.user.js * etc. They are called in several places, but the most common scenario: * An image referenced from a css-stylesheet (icon or background image) - both in debug mode and in production mode * The javascript and stylesheets themselves (when in debug mode js is loaded from /resources/ instead of packed from load.php) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
