Replace infobox usages and extend successbox, warningbox and errorbox
authorVolker E <volker.e@wikimedia.org>
Tue, 17 Sep 2019 04:39:49 +0000 (21:39 -0700)
committerVolker E <volker.e@wikimedia.org>
Tue, 24 Sep 2019 23:29:32 +0000 (16:29 -0700)
commita9252abb1cf0ad52ee25dc8c56d76a29a71d7045
tree0cb19e4f5b19ffe91fba428a7e72f9ad84f4e61c
parenteda773a437933f2126d84a23c71b177820be3e32
Replace infobox usages and extend successbox, warningbox and errorbox

Adding optional $className parameter to provide additional
styling options.
Optional parameter $heading was introduced for MobileFrontend. Therefore
leaving inconsistent parameter order is necessary for the time being.

Bug: T232903
Change-Id: I5857b2c58a47a83156c32f086a73fe2bd48ab0c8
includes/Html.php
includes/installer/DatabaseInstaller.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerOptions.php
includes/installer/WebInstallerRestart.php
tests/phpunit/includes/HtmlTest.php