r89307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89306‎ | r89307 | r89308 >
Date:00:11, 2 June 2011
Author:demon
Status:ok
Tags:
Comment:
Self-revert r87545
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -71,7 +71,7 @@
7272 * @return FormOptions
7373 */
7474 public function setup( $parameters ) {
75 - global $wgRequest, $wgRCMaxAge;
 75+ global $wgRequest;
7676
7777 $opts = $this->getDefaultOptions();
7878
@@ -82,7 +82,6 @@
8383 }
8484
8585 $opts->fetchValuesFromRequest( $wgRequest );
86 - $opts->validateIntBounds( 'days', 1, $wgRCMaxAge / ( 3600 * 24 ) );
8786
8887 // Give precedence to subpage syntax
8988 if( $parameters !== null ) {
Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -44,7 +44,6 @@
4545 * (bug 29067) Creating "user.tokens" module (like user.options) in ResourceLoader.
4646
4747 === Bug fixes in 1.19 ===
48 -* (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge.
4948 * (bug 28868) Show total pages in the subtitle of an image on the
5049 file description page for multi-paged documents.
5150 * (bug 28883) Message names for different compression types commonly

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87545(bug 10154) Don't allow user to specify days beyond $wgRCMaxAgedemon15:45, 6 May 2011

Status & tagging log