RCFilters: add namespace filters for all contents and all discussions
authorStephane Bisson <sbisson@wikimedia.org>
Thu, 15 Aug 2019 17:24:11 +0000 (13:24 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Thu, 15 Aug 2019 17:57:02 +0000 (13:57 -0400)
commit04f0b682a5343a8340b8f56e990a2fcf16363379
treefe7c8e32886edb017c82afb52f3fff97ac9f2590
parent1dd54d80af8403c0f36746f482a46ffb41fb28ed
RCFilters: add namespace filters for all contents and all discussions

These filters provide a shortcut to see or highlight all entries associated
with a subject or a talk namespace.

They are defined as real filters on the client-side and are superset
of all other namespace filters.

They are expanded to the list of namespaces they represent on the server-side.

Bug: T201520
Change-Id: Id9e04a38c2d7c8165c27af98959aa5715225faa8
includes/changes/ChangesList.php
includes/specialpage/ChangesListSpecialPage.php
languages/i18n/en.json
languages/i18n/qqq.json
resources/Resources.php
resources/src/mediawiki.rcfilters/Controller.js
tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php