r111801 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111800‎ | r111801 | r111802 >
Date:22:50, 17 February 2012
Author:werdna
Status:resolved
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/includes/actions/HistoryAction.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/actions/HistoryAction.php
@@ -576,7 +576,8 @@
577577 # Size is always public data
578578 $prevSize = $prevRev ? $prevRev->getSize() : 0;
579579 $sDiff = ChangesList::showCharacterDifference( $prevSize, $rev->getSize() );
580 - $s .= ' . . ' . $sDiff . ' . . ';
 580+ $fSize = Linker::formatRevisionSize($rev->getSize());
 581+ $s .= "' . . $fSize $sDiff . . ";
581582
582583 $s .= Linker::revComment( $rev, false, true );
583584
Property changes on: branches/wmf/1.19wmf1/includes/actions/HistoryAction.php
___________________________________________________________________
Modified: svn:mergeinfo
584585 Merged /trunk/phase3/includes/actions/HistoryAction.php:r111800

Follow-up revisions

RevisionCommit summaryAuthorDate
r111828MFT r111827 to fix r111800, r111801reedy14:31, 18 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111800Add both size *and* size difference on history page per bug 34449werdna22:49, 17 February 2012

Status & tagging log