r96522 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96521‎ | r96522 | r96523 >
Date:23:41, 7 September 2011
Author:aaron
Status:ok
Tags:
Comment:
Reverted r88023 per CR
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -63,7 +63,7 @@
6464 'tables' => array( 'archive' ),
6565 'fields' => array(
6666 'ar_rev_id', 'ar_namespace', 'ar_title', 'ar_timestamp', 'ar_comment', 'ar_minor_edit',
67 - 'ar_user', 'ar_user_text', 'ar_deleted', 'ar_len'
 67+ 'ar_user', 'ar_user_text', 'ar_deleted'
6868 ),
6969 'conds' => $conds,
7070 'options' => array( 'USE INDEX' => $index )
@@ -74,7 +74,7 @@
7575 $condition = array();
7676
7777 $condition['ar_user_text'] = $this->target;
78 - $index = array( 'archive' => 'ar_usertext_timestamp' );
 78+ $index = 'usertext_timestamp';
7979
8080 return array( $index, $condition );
8181 }
@@ -222,8 +222,7 @@
223223 wfMsg( 'parentheses', $wgLang->pipeList( array( $last, $dellog, $reviewlink ) ) )
224224 );
225225
226 - $diffOut = Linker::formatRevisionSize( $row->ar_len );
227 - $ret = "{$del}{$link} {$tools} . . {$mflag} {$diffOut} {$pagelink} {$comment}";
 226+ $ret = "{$del}{$link} {$tools} . . {$mflag} {$pagelink} {$comment}";
228227
229228 # Denote if username is redacted for this edit
230229 if( $rev->isDeleted( Revision::DELETED_USER ) ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r96849REL1_18: r96509, r96522, r96606, r96643, r96645, r96655, r96659, r96687, r967......reedy15:03, 12 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88023* bug 28571...freakolowsky23:08, 13 May 2011

Status & tagging log