r10042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10041‎ | r10042 | r10043 >
Date:00:24, 10 July 2005
Author:vibber
Status:old
Tags:
Comment:
* Fix nohistory message on empty page history
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/PageHistory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -78,7 +78,7 @@
7979 */
8080 $id = $this->mTitle->getArticleID();
8181 if( $id == 0 ) {
82 - $wgOut->addWikiText( wfMsg('nohistory') );
 82+ $wgOut->addWikiText( wfMsg( 'nohistory' ) );
8383 wfProfileOut( $fname );
8484 return;
8585 }
Index: trunk/phase3/RELEASE-NOTES
@@ -551,8 +551,9 @@
552552 * (bug 1553) Stop forcing lowercase in Monobook skin for German language.
553553 * (bug 1064) Implements Special:Unusedcategories
554554 * (bug 2311) New language file for Macedonian
 555+* Fix nohistory message on empty page history
555556
556 -
 557+
557558 === Caveats ===
558559
559560 Some output, particularly involving user-supplied inline HTML, may not

Status & tagging log