r97698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97697‎ | r97698 | r97699 >
Date:05:52, 21 September 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix a conflict(?) in Special:Contributions in r97658.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -641,6 +641,13 @@
642642 array( 'action' => 'history' )
643643 );
644644
 645+ if ( isset( $this->mParentLens[$row->rev_parent_id] ) ) {
 646+ $chardiff = ' . . ' . ChangesList::showCharacterDifference(
 647+ $this->mParentLens[$row->rev_parent_id], $row->rev_len ) . ' . . ';
 648+ } else {
 649+ $chardiff = '';
 650+ }
 651+
645652 $comment = $this->getLang()->getDirMark() . Linker::revComment( $rev, false, true );
646653 $date = $this->getLang()->timeanddate( wfTimestamp( TS_MW, $row->rev_timestamp ), true );
647654 if( $rev->userCan( Revision::DELETED_TEXT ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97658* Made IndexPager extend ContextSource...ialex20:00, 20 September 2011

Status & tagging log