mediawiki-extensions-AbuseF.../includes/Views
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
..
AbuseFilterView.php Introduce a KeywordsManager service 2020-09-28 23:03:52 +00:00
AbuseFilterViewDiff.php build: Updating dependencies 2020-01-21 07:38:54 +00:00
AbuseFilterViewEdit.php AbuseFilterViewEdit: only invoke Language::filterNum on a numeric string 2020-09-09 01:38:20 -04:00
AbuseFilterViewExamine.php Inject a user into RCVariableGenerator 2020-09-21 16:15:21 +00:00
AbuseFilterViewHistory.php Stop using deprecated stuff with easy replacements 2020-01-08 14:59:30 +01:00
AbuseFilterViewImport.php Validate imported data 2020-02-10 18:41:36 +00:00
AbuseFilterViewList.php Merge "Move link to /import in a button on ViewList" 2020-09-27 08:50:58 +00:00
AbuseFilterViewRevert.php Add MessageLocalizer to AbuseFilter::getActionDisplay 2020-09-17 22:45:52 +02:00
AbuseFilterViewTestBatch.php Inject a user into RCVariableGenerator 2020-09-21 16:15:21 +00:00
AbuseFilterViewTools.php ViewTools: hide the result box when empty 2020-09-19 12:37:06 +00:00