For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Just a thought... Should we take notice of Manual:$wgEnableAPI?
Obviously if it's false, the API isn't runnable, so we don't want to be giving false discovery information, or at least, information that is of no use...
Yes
Marking fixme. Are you going to do it..?
Maybe later today or tomorrow. You can if you want to.
r75648
Cheers :)
Inaccurate/misleading class documentation comment in file /trunk/phase3/includes/api/ApiRsd.php: "API interface for page purging"
Thank you for r75669, which fixes this
+ 'engineName' => array( + '*' => 'MediaWiki' + ), [...] + $data['settings']['_element'] = 'setting';
We avoid hardcoding '*' and '_element', use ApiResult::setContent() and setIndexedTagName().
'*'
'_element'
ApiResult::setContent()
setIndexedTagName()