mediawiki-extensions-AbuseF.../maintenance
Daimona Eaytoy 55ba083b13 Introduce a KeywordsManager service
This will decouple a bit the huge and chaotic tangle of AF classes. Some
boilerplate code for AbuseFilter services is also added with this patch.

Note that this requires injecting a KeywordsManager in
AbuseFilterVariableHolder, or unit tests would fail. This is still
incomplete, and the Manager is only injected in tests, because
VariableHolder still has to be refactored.

The test for the UpdateVarDumps script had to be updated, because
serializing VHs in there was a bad choice. As pointed out in a comment,
the test is likely going to break again once we remove the BC code, but
I hope that we'll be able to remove the test at that point.

Change-Id: I12a656a310adb8c5f75cab63f6db9e121e109717
2020-09-28 23:03:52 +00:00
..
addMissingLoggingEntries.php Fix more inconsistencies in scripts for logging entries 2020-02-03 15:30:07 +00:00
fixOldLogEntries.php fixOldLogEntries: don't pass empty lists to Database::makeList 2020-02-10 17:24:18 +01:00
normalizeThrottleParameters.php Fix query in normalizeThrottleParameters 2019-07-05 18:46:36 +02:00
purgeOldLogIPData.php Replace deprecated wfWaitForSlaves 2019-03-29 11:01:37 +01:00
searchFilters.php Introduce searchFilters.php 2020-09-16 09:03:43 -04:00
updateVarDumps.php Introduce a KeywordsManager service 2020-09-28 23:03:52 +00:00