installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBox
authorVolker E <volker.e@wikimedia.org>
Tue, 17 Sep 2019 01:53:29 +0000 (18:53 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 26 Sep 2019 19:26:33 +0000 (19:26 +0000)
commitd6ed082b6d66adfc5f603d8b573deaef83d4e045
tree5002283548eb42511e6adb85fca679f19ea6a445
parent76a8bfa27824257b6e388aec4937fa041a8eb662
installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBox

Since MW 1.31 there are messageBox, warningBox, errorBox and successBox
available which should be used instead.

These are simple wrappers around Html::messageBox and related methods
which should be used directly instead. Internal usage has been migrated
as of a9252abb1cf0, but these public methods remain for now. Once
removed we can also removed the internal Html::infoBox() method.

Bug: T232903
Change-Id: I2756c88987754c4e3f84d98c531d8396098cd7fe
RELEASE-NOTES-1.34
includes/Html.php
includes/installer/WebInstaller.php