r82682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82681‎ | r82682 | r82683 >
Date:17:22, 23 February 2011
Author:demon
Status:deferred
Tags:
Comment:
Move doclink pages to the left sidebar, rather than the right.
The right should be steps :)
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)
  • /trunk/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstaller.php
@@ -501,11 +501,7 @@
502502 }
503503
504504 $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 );
510506 $s .= "</ul></div>\n"; // end list pane
511507 $s .= Html::element( 'h2', array(),
512508 wfMsg( 'config-page-' . strtolower( $currentPageName ) ) );
Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -78,7 +78,12 @@
7979 'config-sidebar' => "* [http://www.mediawiki.org MediaWiki home]
8080 * [http://www.mediawiki.org/wiki/Help:Contents User's Guide]
8181 * [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>",
8388 'config-env-good' => 'The environment has been checked.
8489 You can install MediaWiki.',
8590 'config-env-bad' => 'The environment has been checked.

Status & tagging log