Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | * @return FormOptions |
73 | 73 | */ |
74 | 74 | public function setup( $parameters ) { |
75 | | - global $wgRequest, $wgRCMaxAge; |
| 75 | + global $wgRequest; |
76 | 76 | |
77 | 77 | $opts = $this->getDefaultOptions(); |
78 | 78 | |
— | — | @@ -82,7 +82,6 @@ |
83 | 83 | } |
84 | 84 | |
85 | 85 | $opts->fetchValuesFromRequest( $wgRequest ); |
86 | | - $opts->validateIntBounds( 'days', 1, $wgRCMaxAge / ( 3600 * 24 ) ); |
87 | 86 | |
88 | 87 | // Give precedence to subpage syntax |
89 | 88 | if( $parameters !== null ) { |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -44,7 +44,6 @@ |
45 | 45 | * (bug 29067) Creating "user.tokens" module (like user.options) in ResourceLoader. |
46 | 46 | |
47 | 47 | === Bug fixes in 1.19 === |
48 | | -* (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge. |
49 | 48 | * (bug 28868) Show total pages in the subtitle of an image on the |
50 | 49 | file description page for multi-paged documents. |
51 | 50 | * (bug 28883) Message names for different compression types commonly |