Index: trunk/phase3/includes/installer/CoreInstaller.php |
— | — | @@ -298,6 +298,8 @@ |
299 | 299 | /** |
300 | 300 | * Get an array of install steps. These could be a plain key like the defaults |
301 | 301 | * in $installSteps, or could be an array with a name and a specific callback |
| 302 | + * There must be a config-install-$step message defined per step, which are |
| 303 | + * shown by the CliInstaller. |
302 | 304 | * |
303 | 305 | * @param $installer DatabaseInstaller so we can make callbacks |
304 | 306 | * @return array |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -477,6 +477,7 @@ |
478 | 478 | 'config-install-secretkey' => 'Generating secret key', |
479 | 479 | 'config-insecure-secret' => "'''Warning:''' Unable to create a secure <code>$1</code>. |
480 | 480 | Consider changing it manually.", |
| 481 | + 'config-install-upgradekey' => 'Generating default upgrade key', |
481 | 482 | 'config-install-sysop' => 'Creating administrator user account', |
482 | 483 | 'config-install-mainpage' => 'Creating main page with default content', |
483 | 484 | 'config-install-mainpage-failed' => 'Could not insert main page.', |