RC/Watchlist: Filter out parameters that cannot be displayed
authorStephane Bisson <sbisson@wikimedia.org>
Wed, 23 Nov 2016 19:39:23 +0000 (14:39 -0500)
committerStephane Bisson <sbisson@wikimedia.org>
Tue, 29 Nov 2016 14:00:34 +0000 (09:00 -0500)
commita2dd90eb4a2bd6db02d5952419e99c864a77a02b
tree382580a4880e251038941e6d2075b29173160327
parentc17459215f5b967b1b9c9ba4953cb197e7cc47e1
RC/Watchlist: Filter out parameters that cannot be displayed

Some parameters added by the ORES extension work with
the URL and the new ERI UI but not with the old toggle
(hide*) filter UI.

Specifying 'msg' => false when adding them from
the hook registers them correctly but they won't
be displayed.

Bug: T149853
Change-Id: If47842f3d91c5999a7c5bf25666b967e9b30a6d7
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php