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 @@
800
800
801
801
802
802
if( $haveFiles ) {
803
- $wgOut->addHtml( "<h2>" . wfMsgHtml( 'imghistory' ) . "</h2>\n" );
803
+ $wgOut->addHtml( "<h2>" . wfMsgHtml( 'filehist' ) . "</h2>\n" );
804
804
$wgOut->addHtml( "<ul>" );
805
805
while( $row = $files->fetchObject() ) {
806
806
$ts = wfTimestamp( TS_MW, $row->fa_timestamp );
Follow-up revisions
Revision
Commit summary
Author
Date
r24502
Merged revisions 24415-24479 via svnmerge from...
david
22:31, 31 July 2007
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r24432
* Use a table to present file histories...
robchurch
18:41, 29 July 2007
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r24454
[
removed:
ok
added:
old]