From: Platonides Date: Sat, 20 Nov 2010 15:19:51 +0000 (+0000) Subject: Revert r76394 after r76806 and document in getInstallSteps() the existance of such... X-Git-Tag: 1.31.0-rc.0~33800 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=f1e3a6e09b4eb58a6b39758329c818d70110171a;p=lhc%2Fweb%2Fwiklou.git Revert r76394 after r76806 and document in getInstallSteps() the existance of such messages. --- diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index 24b410c550..12440d825e 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -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 diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 5e3f21dfaa..2bb0b1dd11 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -477,6 +477,7 @@ Skipping default list.", 'config-install-secretkey' => 'Generating secret key', 'config-insecure-secret' => "'''Warning:''' Unable to create a secure $1. 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.',