Pull the actual series of updater calls into do_all_updaters(), add
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Oct 2004 07:38:43 +0000 (07:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Oct 2004 07:38:43 +0000 (07:38 +0000)
commit3aa17a75a33c6dd35f8b45af7cb9a5ff6b002879
tree600de8f431fb78f19feef610536999d3f3714c37
parent9f507a48c92fd29394a5520d3959f1fa9dc52834
Pull the actual series of updater calls into do_all_updaters(), add
the necessary require_all's to updaters.inc, and add a command-line
update.php which runs them without having to pull things out and
run the web installer.
config/index.php
maintenance/update.php [new file with mode: 0644]
maintenance/updaters.inc