Pass all non-default values as hidden field in namespace form on Special:Watchlist
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 18 Feb 2013 09:45:49 +0000 (10:45 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 19 Feb 2013 23:20:58 +0000 (23:20 +0000)
commit644ee1a5370d84541681d02cee0e4460aa825a00
treed4f8b978a9408f431f0dd7986bd041552df058f7
parentde5821044d4a20ba4c532aa58937f79ed03d269c
Pass all non-default values as hidden field in namespace form on Special:Watchlist

Except 'namespace', 'invert' and 'associated' which are displayed in the form.
This allows to forward all parameters that were modified using query string, e.g.
the new 'extended' parameter added in I115544005a621ee01a0ed0970a13099af92f42e7
that would be lost otherwise when using the form.

Change-Id: Idb0d3b1d6b4827d35ac9b09eb4d8a5ae630a0e3a
includes/specials/SpecialWatchlist.php