installer: Call getInfoBox() with raw wikitext, not transformed text
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Jul 2019 21:17:16 +0000 (22:17 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 5 Jul 2019 18:26:28 +0000 (18:26 +0000)
commit37895f28f4d07226c76919b13748c882a054ec52
tree75e366fbf1c21a952e023e6a3831f98e5007e8cf
parent51e00a4f262efb0faf1aac1e547086f9df6eedb8
installer: Call getInfoBox() with raw wikitext, not transformed text

This will be run through the parser by getInfoBox(), and is documented
as taking raw wikitext, such as from Message::plain(). Calling with
text() is needlessly slower and may product incorrect results due to
applying transformations twice.

Also fix indentation for a wfMessage() call that was confusing
previously, seemingly passing 5 parameters with $4 being '<downloadlink/>'
when actually it is $3 and the line above continues a previous parameter.

Bug: T227297
Change-Id: Ice432e08b1c5f52db097f7c9f4fe6d69e1b04c2d
includes/installer/WebInstallerComplete.php
includes/installer/WebInstallerDBConnect.php
includes/installer/WebInstallerName.php