r111752 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111751‎ | r111752 | r111753 >
Date:14:57, 17 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1 (modified) (history)
  • /branches/wmf/1.19wmf1/includes (modified) (history)
  • /branches/wmf/1.19wmf1/includes/specials (modified) (history)
  • /branches/wmf/1.19wmf1/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/specials/SpecialDeletedContributions.php
@@ -288,7 +288,7 @@
289289 $options['limit'] = $request->getInt( 'limit', $wgQueryPageDefaultLimit );
290290 $options['target'] = $target;
291291
292 - $userObj = User::newFromName( $target );
 292+ $userObj = User::newFromName( $target, false );
293293 if ( !$userObj ) {
294294 $out->addHTML( $this->getForm( '' ) );
295295 return;
Property changes on: branches/wmf/1.19wmf1/includes/specials
___________________________________________________________________
Modified: svn:mergeinfo
296296 Merged /trunk/phase3/includes/specials:r111750
Property changes on: branches/wmf/1.19wmf1/includes
___________________________________________________________________
Modified: svn:mergeinfo
297297 Merged /trunk/phase3/includes:r111750
Property changes on: branches/wmf/1.19wmf1
___________________________________________________________________
Modified: svn:mergeinfo
298298 Merged /trunk/phase3:r111750

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111750* (bug 34471) Deleted contributions for IP addresses now works againialex14:44, 17 February 2012

Status & tagging log