r24454 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24453‎ | r24454 | r24455 >
Date:08:38, 30 July 2007
Author:raymond
Status:old
Tags:
Comment:
Fix regression: message 'imghistory' was deleted in r24432 but still used in SpecialUndelete.php. Now replaced with the new message 'filehist'.
Modified paths:
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -799,7 +799,7 @@
800800
801801
802802 if( $haveFiles ) {
803 - $wgOut->addHtml( "<h2>" . wfMsgHtml( 'imghistory' ) . "</h2>\n" );
 803+ $wgOut->addHtml( "<h2>" . wfMsgHtml( 'filehist' ) . "</h2>\n" );
804804 $wgOut->addHtml( "<ul>" );
805805 while( $row = $files->fetchObject() ) {
806806 $ts = wfTimestamp( TS_MW, $row->fa_timestamp );

Follow-up revisions

RevisionCommit summaryAuthorDate
r24502Merged revisions 24415-24479 via svnmerge from...david22:31, 31 July 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r24432* Use a table to present file histories...robchurch18:41, 29 July 2007

Status & tagging log