mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
1efc324d97
The first one is UserGroupManager, used for the 'degroup' action. This is a simple one-line replacement (repeated twice), and the current code was already using this service under the hood. The second one is BlockUser, which is not a one-line change (but still quite simple). In particular, this allows us to avoid duplication with core logic when constructing the log entry (this is now done by BlockUser). Bug: T248743 Change-Id: Ib7c1dc107a169b575f7021e64b6a8fee09529548 |
||
---|---|---|
.phan | ||
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-lock.json | ||
package.json |