Revert r45810 "API: (bug 17027) Allow all configuration variables in $wgAPIReadableCo...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Jan 2009 22:57:05 +0000 (22:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Jan 2009 22:57:05 +0000 (22:57 +0000)
commit5b8a7db0c401baec6c76b401c11059487f59d882
treebca1b4a213fc76c5274a5cb68f2ef6e44d5f2e28
parent5f4edae8b767c6492a2be1f9d01c1986ee715f8a
Revert r45810 "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)."
This is way too tightly coupled to internal implementation details. Any and all of those things could change dramatically; they're not appropriate for an external API.
RELEASE-NOTES
includes/DefaultSettings.php
includes/api/ApiQuerySiteinfo.php