https://bugzilla.wikimedia.org/show_bug.cgi?id=42011
--- Comment #5 from Bartosz DziewoĆski <[email protected]> 2012-11-12 20:33:31 UTC --- Unfortunately I wasn't able to reproduce it myself, and I was told that it just happens from time to time. I've asked the user to ping me should something interesting happen, he's no programmer, but a pretty savvy guy. My investigation was prompted by his report that a certain gadget on pl.wiki stopped loading after recent changes to it; maybe you or other RL gurus could skim through the code for mw.loader-related issues, it uses three mw.loader calls, and two of the three gadgets it loads this way use mw.loader further. (Unfortunately these are not translated, but the code is mostly in English.) The gadget is: https://pl.wikipedia.org/wiki/MediaWiki:Gadget-disFixer.js - it displays a button that allows the user to fix disambiguation links on the page. The dependencies are (skipping CSS files and local JS config, see all the stuff at https://pl.wikipedia.org/wiki/MediaWiki:Gadgets-definition): https://pl.wikipedia.org/wiki/MediaWiki:Gadget-gConfig.js - a configuration manager for gadgets, IMO a pretty fine thing that I'm going to polish and try to share with other wikis some day https://pl.wikipedia.org/wiki/MediaWiki:Gadget-mark-disambigs.js - finds and marks disambiguation links on page https://pl.wikipedia.org/wiki/MediaWiki:Gadget-sk.js - general, slightly overengineered :( code cleanup module - it loads even further modules... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
