mediawiki-extensions-AbuseF.../includes/Api
Daimona Eaytoy a722dfe1a4 Rename ParserFactory -> RuleCheckerFactory
The old parser now has the correct name "Evaluator", so the
ParserFactory name was outdated. Additionally, the plan is to create a
new RuleChecker class, acting as a facade for the different
parsing-related stages (lexer, parser, evaluator, etc.), which is what
most if not all callers should use. The RuleCheckerFactory still returns
a FilterEvaluator for now.
Also, "Parser" is a specific term defining *how* things happen
internally, whereas "RuleChecker" describes *what* callers should expect
from the new class.

Change-Id: I25b47a162d933c1e385175aae715ca38872b1442
2021-09-08 21:59:34 +02:00
..
AbuseLogPrivateDetails.php Api: inject AbuseFilterPermissionManager where needed 2021-03-28 15:22:59 +00:00
CheckMatch.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
CheckSyntax.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
EvalExpression.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
QueryAbuseFilters.php Use array_fill_keys() instead of array_flip() if that reflects the developer's intention 2021-08-24 01:08:13 +00:00
QueryAbuseLog.php build: Updating mediawiki/mediawiki-phan-config to 0.11.0 2021-09-07 19:30:42 -07:00
UnblockAutopromote.php build: Updating mediawiki/mediawiki-phan-config to 0.11.0 2021-09-07 19:30:42 -07:00