RCFilters: Remove excluded params from URL
authorMoriel Schottlender <moriel@gmail.com>
Thu, 2 Nov 2017 23:13:43 +0000 (16:13 -0700)
committerMoriel Schottlender <moriel@gmail.com>
Tue, 7 Nov 2017 19:56:47 +0000 (11:56 -0800)
commitb8a10e6dcf00da3519ccb9e43d1c2ce0db422557
treee3150a238a9fcf6cdd201b0ea38cbd00fcc043d1
parent0c4765de4c09447f60a4015b9b8a4cdc7869177e
RCFilters: Remove excluded params from URL

This was gone unnoticed in the previous upgrade of the UriProcessor
but should be reimplemented: excluded parameters (sticky) should be
excluded from the URL. They should be merged into the uri values so
that their **values** are passing through, but the eventual result
of the URI query itself should not have them.

Change-Id: I06bf2f4da54297e2ec6962dcadb7a4924351cc35
resources/src/mediawiki.rcfilters/mw.rcfilters.UriProcessor.js
tests/qunit/suites/resources/mediawiki.rcfilters/UriProcessor.test.js