Trying to kill install-utils.inc/old install crap:
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Nov 2010 22:16:19 +0000 (22:16 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Nov 2010 22:16:19 +0000 (22:16 +0000)
commit670602f082c006326eee311d6e3ab6033d9bcdf9
tree0eab0b52bc0034d21fe9fc8aea1e5797f2a7d933
parent4718bef8cf9c96fc2a319936ddcd94a0d71df932
Trying to kill install-utils.inc/old install crap:
* Cripple the old installer (entry point is gone, supporting code immediately exits). Keeping the latter for reference still :)
* Move posix_isatty() wrapper to Maintenance.php, all CLI scripts include this
* Clarify docs on archive() deprecation and removal - hasn't been used going back thru 1.15
* Clarify docs on dbsource() deprecation and removal - was in wide use thru 1.15. 1.16 removed all extension usages
* Move the two PHP bug tests to a file with the other installer files, moved them to more logical places in new install/update sequence
* Remove mw_have_dl/mw_get_session_save_path, zero callers
* Move readconsole() and helpers to be a static method on Maintenance, no extensions have used it since 1.15 either
config/Installer.php
config/old-index.php [deleted file]
includes/AutoLoader.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/PhpBugTests.php [new file with mode: 0644]
maintenance/Maintenance.php
maintenance/eval.php
maintenance/install-utils.inc
maintenance/mcc.php
maintenance/update.php