https://bugzilla.wikimedia.org/show_bug.cgi?id=16288
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lupo <[email protected]> 2009-01-06 10:53:22 UTC --- Would be good if sitematrix not only indicated whether a wiki is readonly, but also whether the API is enabled at all there. Currently, trying an API call on a wiki where the API is disabled completely just returns a text "MediaWiki API is not enabled for this site. Add the following line to your LocalSettings.php<pre>%lt;b>$wgEnableAPI=true;</b></pre>" which is rather unhelpful for automated processing. For instance, when using dynamically generated script-elements with a callback: what we get back isn't even Javascript. Hence we need a way to ensure that we don't even try API calls on such wikis. Sitematrix flagging wikis with disabled APIs would be one way. Or is there some other way to do this already? -- 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
