installer: Move Server/Extension/Path preparations out of envChecks
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 10 Jul 2014 16:27:11 +0000 (18:27 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 12 Jul 2014 11:04:38 +0000 (13:04 +0200)
commit1a66438a06c93218cfaf0e5350ad6a57e9f363c9
treed4a00a77cfa61de7e3c54d0b6548d25ccc00cf07
parent731346a7cb686ffe9a0e2f8a1e1fb3f5e8431a16
installer: Move Server/Extension/Path preparations out of envChecks

These aren't checks but preparations, they should always run
even when the user is further in the installer process or when
the server is generating the WebInstaller stylesheet (which needs
wgScriptPath to be set in order to remap image paths correctly).

Bug: 67810
Change-Id: I98eb15096ff4ef3e464b9d00c58b036a608deb41
includes/installer/Installer.php
includes/installer/WebInstaller.php