Merge new-installer branch to trunk
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 7 May 2010 12:25:01 +0000 (12:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 7 May 2010 12:25:01 +0000 (12:25 +0000)
commita4393915e2bc5a6260498f640ecf0c24d29397a1
treed88f7a943700fa827792be90d6c69627afab0134
parentff607a11727000488d1a066787c3b24932aa5da9
Merge new-installer branch to trunk
* This is not complete yet, and should not be used outside of testing. Using it on a production database may ruin everything. This is the reason for the second entry point of new-index.php. You've been warned.
* Known issues are at [[mw:New-installer_issues]]. Please add new items to the list if you find them.
25 files changed:
config/new-index.php [new file with mode: 0644]
includes/AutoLoader.php
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/Setup.php
includes/db/LBFactory.php
includes/installer/Installer.i18n.php [new file with mode: 0644]
includes/installer/Installer.php [new file with mode: 0644]
includes/installer/InstallerDBType.php [new file with mode: 0644]
includes/installer/LocalSettingsGenerator.php [new file with mode: 0644]
includes/installer/MysqlInstaller.php [new file with mode: 0644]
includes/installer/OracleInstaller.php [new file with mode: 0644]
includes/installer/PostgresInstaller.php [new file with mode: 0644]
includes/installer/SqliteInstaller.php [new file with mode: 0644]
includes/installer/WebInstaller.php [new file with mode: 0644]
includes/installer/WebInstallerOutput.php [new file with mode: 0644]
maintenance/install.php [new file with mode: 0644]
skins/common/config-cc.css [new file with mode: 0644]
skins/common/config.css [new file with mode: 0644]
skins/common/config.js [new file with mode: 0644]
skins/common/images/critical-32.png [new file with mode: 0644]
skins/common/images/help-22.png [new file with mode: 0644]
skins/common/images/info-32.png [new file with mode: 0644]
skins/common/images/tick-32.png [new file with mode: 0644]
skins/common/images/warning-32.png [new file with mode: 0644]