On Mon, Aug 1, 2011 at 1:55 PM, Aran Dunkley aran@organicdesign.co.nz wrote:
Yes I'm using both jQuery and jQueryUI in some of my extensions and they've broken in MediaWiki 1.17 because neither of them are being loaded any more. I've tried many different variations of using $wgOut->addModules and setting items in $wgResourceModules but no matter what I do I can't seem to get the jQuery scripts to load. The browsers error log just says that the $, jQuery and other functions aren't defined.
That's very strange. jQuery should definitely be there, otherwise something is very wrong. I wouldn't know how to debug this without more information. Is the JavaScript console reporting any JS errors?
Roan Kattouw (Catrope)