mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 1686042a91 Move variable generators to new classes
RunVariableGenerator is for generating variables based on the current
action;
RowVariableGenerator is for RC entries;
VariableGenerator is the generic one.

This patch only moves the methods to the new classes, to keep the diff
easier to read, and facilitate conflict resolution. These classes will
then be revamped in I366d598b69ad866496b7cb0059e0835c02e54041.

Note that these classes are now namespaced.

One method, AbuseFilter::getEditVars, was renamed to
AbuseFilterVariableGenerator::generateEditVars, because it would
otherwise conflict with an incompatible method in RunVariableGenerator.

Change-Id: Iff412e5492873d4fae55402939a51609e64d55a8
2020-02-07 19:44:31 +00:00
..
api Move variable generators to new classes 2020-02-07 19:44:31 +00:00
pagers Merge "Stop using deprecated stuff with easy replacements" 2020-01-22 16:44:57 +00:00
parser tests: Increase and rebalance code coverage 2020-02-07 18:32:17 +00:00
special Merge "Stop using deprecated stuff with easy replacements" 2020-01-22 16:44:57 +00:00
VariableGenerator Move variable generators to new classes 2020-02-07 19:44:31 +00:00
Views Move variable generators to new classes 2020-02-07 19:44:31 +00:00
AbuseFilter.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00
AbuseFilterChangesList.php Stop using deprecated stuff with easy replacements 2020-01-08 14:59:30 +01:00
AbuseFilterHooks.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00
AbuseFilterModifyLogFormatter.php build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 2019-07-10 15:30:52 +00:00
AbuseFilterPreAuthenticationProvider.php Add profiling points throughout the code for the CachingParser switch 2019-09-18 10:02:55 +00:00
AbuseFilterRightsLogFormatter.php Remove script for blockautopromote entries 2019-09-09 13:56:56 +02:00
AbuseFilterRunner.php build: Updating composer dependencies 2020-01-28 17:51:38 +00:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Fix remaining PHPCS issues 2020-01-21 12:36:37 +00:00
AbuseLogHitFormatter.php
AFComputedVariable.php Replace deprecated IP class with IPUtils 2020-01-24 18:27:26 +01:00
TableDiffFormatterFullContext.php