Page MenuHomePhabricator

Special:Recentchanges: Link that adds &from= to URL discards &limit= and vice-versa
Closed, ResolvedPublic

Description

Author: xmlizer

Description:
when you choose to click on <tt>from</tt> some date, you loose the parameter
value of the <tt>limit</tt>
But I have to mention that it works fine now with <tt>hideminor</tt>,
<tt>hidelio</tt> and <tt>hidebots</tt>

In fact, it looks like
<tt>hideminor</tt>, <tt>hidelio</tt> and <tt>hidebots</tt> are common options
together with <tt>limit</tt>
and
that <tt>from</tt> and <tt>days</tt> are mutually exclusive

PS: it works when you set it by hand


Version: unspecified
Severity: normal

Details

Reference
bz149

Revisions and Commits

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:43 PM
bzimport set Reference to bz149.
bzimport added a subscriber: Unknown Object (MLST).

The 'from' link no longer discards the limit value. (There still would be a
limit anyway, it just went to the default which is typically a tiny 50.)

Selecting a limit or day discards the from value, since you're asking for
something more specific.

Diffusion added a commit: Unknown Object (Diffusion Commit).Mar 4 2015, 8:19 AM