r24435 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24434‎ | r24435 | r24436 >
Date:18:53, 29 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Note
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -782,7 +782,9 @@
783783 $row .= '</td>';
784784
785785 // Image dimensions
786 - // FIXME: What about sound files? Should have the duration instead...
 786+ // FIXME: It would be nice to show the duration (sound files) or
 787+ // width/height/duration (video files) here, but this needs some
 788+ // additional media handler work
787789 $row .= '<td>' . wfMsgHtml( 'widthheight', $width, $height ) . '</td>';
788790
789791 // File size

Follow-up revisions

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

Status & tagging log