Split the classes in WebInstallerPage.php into multiple files
authorTim Hollmann <me@tim-hollmann.de>
Tue, 5 Jan 2016 20:48:25 +0000 (21:48 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 7 Jan 2016 19:03:30 +0000 (19:03 +0000)
commit6d55397e7cb6f2001f8635dee7c2a78d6ad1a23e
tree375aae599f90bafe7709abaa6cc1a6054f4c8fcf
parentd676a1ca6ec1163f391f9a1305cddd503b7c5a22
Split the classes in WebInstallerPage.php into multiple files

Bug: T122634
Change-Id: If6606a0e1c2a5ec5651cc7f83cf7342ff8c6c765
18 files changed:
autoload.php
includes/installer/WebInstallerComplete.php [new file with mode: 0644]
includes/installer/WebInstallerCopying.php [new file with mode: 0644]
includes/installer/WebInstallerDBConnect.php [new file with mode: 0644]
includes/installer/WebInstallerDBSettings.php [new file with mode: 0644]
includes/installer/WebInstallerDocument.php [new file with mode: 0644]
includes/installer/WebInstallerExistingWiki.php [new file with mode: 0644]
includes/installer/WebInstallerInstall.php [new file with mode: 0644]
includes/installer/WebInstallerLanguage.php [new file with mode: 0644]
includes/installer/WebInstallerName.php [new file with mode: 0644]
includes/installer/WebInstallerOptions.php [new file with mode: 0644]
includes/installer/WebInstallerPage.php
includes/installer/WebInstallerReadme.php [new file with mode: 0644]
includes/installer/WebInstallerReleaseNotes.php [new file with mode: 0644]
includes/installer/WebInstallerRestart.php [new file with mode: 0644]
includes/installer/WebInstallerUpgrade.php [new file with mode: 0644]
includes/installer/WebInstallerUpgradeDoc.php [new file with mode: 0644]
includes/installer/WebInstallerWelcome.php [new file with mode: 0644]