From f1e3a6e09b4eb58a6b39758329c818d70110171a Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 20 Nov 2010 15:19:51 +0000 Subject: [PATCH] Revert r76394 after r76806 and document in getInstallSteps() the existance of such messages. --- includes/installer/CoreInstaller.php | 2 ++ includes/installer/Installer.i18n.php | 1 + 2 files changed, 3 insertions(+) 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.', -- 2.20.1