From: Sam Reed Date: Sun, 20 Mar 2011 13:41:41 +0000 (+0000) Subject: * (bug 16288) API: consider making closure status of wikis more clear with meta=siteinfo X-Git-Tag: 1.31.0-rc.0~31302 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=d8279d2c4a9356369e85645499c017511b074f5b;p=lhc%2Fweb%2Fwiklou.git * (bug 16288) API: consider making closure status of wikis more clear with meta=siteinfo Added bug to RELEASE-NOTES, this adds the hook and usage into SiteMatrix Have I got my & all right? I can never remember --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3d05272a7e..1da2de86cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -273,6 +273,8 @@ PHP if you have not done so prior to upgrading MediaWiki. list=users&usprop=groups * Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to the general site info results +* (bug 16288) API: consider making closure status of wikis more clear + with meta=siteinfo === Languages updated in 1.18 === diff --git a/docs/hooks.txt b/docs/hooks.txt index 7a68a640c0..d5866c01a9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -356,8 +356,8 @@ $tokenFunctions: array(action => callback) 'APIQuerySiteInfoGeneralInfo': use this hook to add extra information to the sites general information. -$module: the current ApiQuerySiteInfo module -$resutls: array of results, add things here +&$module: the current ApiQuerySiteInfo module +&$results: array of results, add things here 'APIQueryUsersTokens': use this hook to add custom token to list=users. Every token has an action, which will be used in the ustoken parameter