Revert r76394 after r76806 and document in getInstallSteps() the existance of such...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 20 Nov 2010 15:19:51 +0000 (15:19 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 20 Nov 2010 15:19:51 +0000 (15:19 +0000)
includes/installer/CoreInstaller.php
includes/installer/Installer.i18n.php

index 24b410c..12440d8 100644 (file)
@@ -298,6 +298,8 @@ abstract class CoreInstaller extends Installer {
        /**
         * Get an array of install steps. These could be a plain key like the defaults
         * in $installSteps, or could be an array with a name and a specific callback
+        * There must be a config-install-$step message defined per step, which are 
+        * shown by the CliInstaller.
         *
         * @param $installer DatabaseInstaller so we can make callbacks
         * @return array
index 5e3f21d..2bb0b1d 100644 (file)
@@ -477,6 +477,7 @@ Skipping default list.",
        'config-install-secretkey'        => 'Generating secret key',
        'config-insecure-secret'          => "'''Warning:''' Unable to create a secure <code>$1</code>.
 Consider changing it manually.",
+       'config-install-upgradekey'        => 'Generating default upgrade key',
        'config-install-sysop'            => 'Creating administrator user account',
        'config-install-mainpage'         => 'Creating main page with default content',
        'config-install-mainpage-failed'  => 'Could not insert main page.',