https://bugzilla.wikimedia.org/show_bug.cgi?id=23342
--- Comment #7 from Roan Kattouw <[email protected]> 2010-04-29 21:48:59 UTC --- I figured out what's wrong. First, MWSuggest needs to be enabled for the autocompletion feature. I'm not sure why this is currently disabled on private wikis, enabling it would seem to be safe. Second, HotCat uses JSON callbacks even to query data on the same domain. This is completely unnecessary (no cross-domain restrictions apply, so callbacks aren't needed and AJAX can be used instead) but does break on private wikis because callbacks always operate as anonymous users. In short: 1) enable MWSuggest on private wikis 2) fix HotCat to not use callbacks -- 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
