Page MenuHomePhabricator

Watchlist show/hide links do not preserve namespace inversion
Closed, ResolvedPublic

Description

Author: peterrh

Description:
The "show/hide" links at the top of the watchlist do not remember the setting of the "invert" parameter.

If the user, for example, selects the Talk namespace and selects the invert box, they will see changes to pages on their watchlist for all namespaces apart from Talk. Correct so far. If they now click on, say, "Hide anons" and they will see changes for the Talk namespace only.

The code needs to have the line:
wfAppendToArrayIfNotDefault( 'invert', $invert, $defaults, $nondefaults);

added to the list of calls to wfAppendToArrayIfNotDefault


Version: 1.15.x
Severity: enhancement

Details

Reference
bz17256

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:26 PM
bzimport set Reference to bz17256.
bzimport added a subscriber: Unknown Object (MLST).

Changing component to "Watchlist"