r82824 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82823‎ | r82824 | r82825 >
Date:00:47, 26 February 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r82823, reverting r70005
Modified paths:
  • /branches/REL1_17/extensions/Nuke (modified) (history)
  • /branches/REL1_17/extensions/Nuke/Nuke_body.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/extensions/Nuke/Nuke_body.php
@@ -162,7 +162,7 @@
163163 array( 'rc_namespace', 'rc_title', 'rc_timestamp', 'COUNT(*) AS edits' ),
164164 array(
165165 'rc_user_text' => $username,
166 - "(rc_new = 1) OR (rc_log_type = 'import' AND rc_log_action = 'upload')"
 166+ "(rc_new = 1) OR (rc_log_type = 'upload' AND rc_log_action = 'upload')"
167167 ),
168168 __METHOD__,
169169 array(
Property changes on: branches/REL1_17/extensions/Nuke
___________________________________________________________________
Added: svn:mergeinfo
170170 Merged /trunk/extensions/Nuke:r82823

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70005*(bug 9120) Special:Nuke does not list imported page...reedy12:00, 27 July 2010
r82823revert 70005 - Causes bug where if a revision is imported on an already exist...bawolff00:35, 26 February 2011

Status & tagging log