r83006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83005‎ | r83006 | r83007 >
Date:07:55, 1 March 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
(bug 27615) Add fa_deleted_user_text to filearchive table
Modified paths:
  • /trunk/extensions/Renameuser/Renameuser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Renameuser/Renameuser_body.php
@@ -379,7 +379,7 @@
380380 $this->tables = array(); // Immediate updates
381381 $this->tables['image'] = array( 'img_user_text', 'img_user' );
382382 $this->tables['oldimage'] = array( 'oi_user_text', 'oi_user' );
383 - # FIXME: $this->tables['filearchive'] = array('fa_user_text','fa_user'); (not indexed yet)
 383+ $this->tables['filearchive'] = array('fa_user_text','fa_user');
384384 $this->tablesJob = array(); // Slow updates
385385 // If this user has a large number of edits, use the jobqueue
386386 if ( User::edits( $this->uid ) > RENAMEUSER_CONTRIBJOB ) {

Comments

#Comment by Aaron Schulz (talk | contribs)   07:59, 1 March 2011

Gah, wrong bug, summary should be "(bug 27737) update uploader of deleted files after rename"

Status & tagging log