API: (bug 17027) Allow all configuration variables in $wgAPIReadableConfigVars to...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 16 Jan 2009 21:03:13 +0000 (21:03 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 16 Jan 2009 21:03:13 +0000 (21:03 +0000)
commitd16183122324d9a765d694574083a7bee40d2fea
tree0af757eb43d270971bf19226f3dba50def803a49
parentec3c3238e636e970efd6d7408ea7db79ee15f6c4
API: (bug 17027) Allow all configuration variables in $wgAPIReadableConfigVars to be read through meta=siteinfo&siprop=configvars. I tried my best to only make useful stuff readable and skip stuff that's sensitive (like $wgDBpassword), available already (like $wgExtraNamespaces) or useless (like $wgUpdateRowsPerJob).
RELEASE-NOTES
includes/DefaultSettings.php
includes/api/ApiQuerySiteinfo.php