Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional
authorBill Pirkle <bpirkle@wikimedia.org>
Tue, 17 Jul 2018 16:51:36 +0000 (11:51 -0500)
committerBill Pirkle <bpirkle@wikimedia.org>
Wed, 25 Jul 2018 15:38:19 +0000 (10:38 -0500)
commit807125abdb99729cb6c694ab59aef17e334bc164
treef44c0530d5f583d2fd04fe959d223f6fe3b6e68a
parente70d4f93d815514f4713c80b58cf527695aaad0b
Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional

Clarify and simplify exception output by deprecating
$wgShowSQLErrors and wgShowDBErrorBacktrace.
$wgShowExceptionDetails will now control most related output.
$wgShowHostnames will now solely control output of
MWExceptionRenderer::reportOutageHTML.

Bug: T165768
Change-Id: Idead2c11c499463dfa6293c3d4b33be3bde92e1a
RELEASE-NOTES-1.32
includes/DefaultSettings.php
includes/DevelopmentSettings.php
includes/api/ApiMain.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/exception/MWExceptionRenderer.php
includes/installer/Installer.php
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/api/ApiMainTest.php