| Index: trunk/phase3/includes/installer/WebInstaller.php |
| — | — | @@ -501,11 +501,7 @@ |
| 502 | 502 | } |
| 503 | 503 | |
| 504 | 504 | $s .= "</ul><br/><ul>\n"; |
| 505 | | - |
| 506 | | - foreach ( $this->otherPages as $pageName ) { |
| 507 | | - $s .= $this->getPageListItem( $pageName, true, $currentPageName ); |
| 508 | | - } |
| 509 | | - |
| | 505 | + $s .= $this->getPageListItem( 'Restart', true, $currentPageName ); |
| 510 | 506 | $s .= "</ul></div>\n"; // end list pane |
| 511 | 507 | $s .= Html::element( 'h2', array(), |
| 512 | 508 | wfMsg( 'config-page-' . strtolower( $currentPageName ) ) ); |
| Index: trunk/phase3/includes/installer/Installer.i18n.php |
| — | — | @@ -78,7 +78,12 @@ |
| 79 | 79 | 'config-sidebar' => "* [http://www.mediawiki.org MediaWiki home] |
| 80 | 80 | * [http://www.mediawiki.org/wiki/Help:Contents User's Guide] |
| 81 | 81 | * [http://www.mediawiki.org/wiki/Manual:Contents Administrator's Guide] |
| 82 | | -* [http://www.mediawiki.org/wiki/Manual:FAQ FAQ]", |
| | 82 | +* [http://www.mediawiki.org/wiki/Manual:FAQ FAQ] |
| | 83 | +---- |
| | 84 | +* <doclink href=Readme>Read me</doclink> |
| | 85 | +* <doclink href=ReleaseNotes>Release notes</doclink> |
| | 86 | +* <doclink href=Copying>Copying</doclink> |
| | 87 | +* <doclink href=UpgradeDoc>Upgrading</doclink>", |
| 83 | 88 | 'config-env-good' => 'The environment has been checked. |
| 84 | 89 | You can install MediaWiki.', |
| 85 | 90 | 'config-env-bad' => 'The environment has been checked. |