r104354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104353‎ | r104354 | r104355 >
Date:18:28, 27 November 2011
Author:johnduhart
Status:reverted
Tags:
Comment:
Followup r104353, fixing a regression in the BlockList
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockList.php
@@ -49,6 +49,7 @@
5050 $request = $this->getRequest();
5151 $par = $request->getVal( 'ip', $par );
5252 $this->target = trim( $request->getVal( 'wpTarget', $par ) );
 53+ $request->setVal( 'wpTarget', $this->target );
5354
5455 $this->options = $request->getArray( 'wpOptions', array() );
5556

Follow-up revisions

RevisionCommit summaryAuthorDate
r105338Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break...brion19:32, 6 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104353This is the rework I was talking about in r104318 for 1.19. Instead of having...johnduhart18:23, 27 November 2011

Status & tagging log