r56334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56333‎ | r56334 | r56335 >
Date:21:26, 14 September 2009
Author:brion
Status:deferred
Tags:
Comment:
Increase limit from 500 to 5000 per live hack committed to wmf-deployment in r53208
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -55,7 +55,7 @@
5656 $this->parseParameters( $parameters, $opts );
5757 }
5858
59 - $opts->validateIntBounds( 'limit', 0, 500 );
 59+ $opts->validateIntBounds( 'limit', 0, 5000 );
6060 return $opts;
6161 }
6262

Follow-up revisions

RevisionCommit summaryAuthorDate
r56374Merge post-branch trunk updates replacing old live hacks:...brion17:25, 15 September 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53208Apply live hacks, local merges, and removal of SVN externals -- all copied fr...brion23:50, 13 July 2009

Status & tagging log