mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 14:13:54 +00:00
e0b2b9ffd5
This adds the capability to filter AbuseLog using filter groups, if there's at list an extra group (like flow). Since abuse_filter_log doesn't store info about filter groups, this needs query on abuse_filter, and its result must then be intersected with explicitly searched filters, if any. The way I wrote it takes several lines and IFs, but is meant to be less subject to regression in case something gets moved. Change-Id: I747ba491d2b390562ce5f71396eed095116d8eaf |
||
---|---|---|
db_patches | ||
i18n | ||
includes | ||
maintenance | ||
modules | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AbuseFilter.alias.php | ||
abusefilter.tables.pg.sql | ||
abusefilter.tables.sql | ||
abusefilter.tables.sqlite.sql | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
hooks.txt | ||
package.json |