wiki.techinc.nl/resources
Roan Kattouw ca4928bdd9 rcfilters: Prevent tagfilter param from being set to 'all'
On a wiki with very few tags, it's easy to select all tags. Because the
tags group is a string_options group, this results in a query string
with &tagfilter=all, which is incorrect and returns no results. (In the
unlikely event that a tag named 'all' exists, it will return confusing
results instead and cause other bugs.)

Fix this by adding a 'supportsAll' property to string_options groups,
which defaults to true and is only set to false for the tagfilter and
namespace groups. When supportsAll is false, 'all' is not generated or
interpreted as a magic value.

Bug: T325255
Change-Id: I892c9e2893de5b5463da76696db01e556d3e187f
2022-12-14 23:45:27 +00:00
..
assets change-your-logo.svg: Resize to 135px square, re-crush, and manually minify 2022-06-02 22:24:21 +00:00
lib Update Codex from v0.4.0 to v0.4.2 2022-12-13 18:51:02 -05:00
src rcfilters: Prevent tagfilter param from being set to 'all' 2022-12-14 23:45:27 +00:00
Resources.php mediawiki.feedback: Remove unused localisation messages 2022-12-12 19:38:13 +01:00