mediawiki-extensions-AbuseF.../includes/Parser
Daimona Eaytoy f8438a4647 Remove the old parser
All methods were moved to the new parser. Tests and other pieces were
adjusted to expect just a single parser. There are still some TODOs
(remove AFPTransitionBase, remove $this->mCur), but these are left for
another commit.

Note that the new parser was not renamed: this is because the names are
wrong anyway (CachingParser is more of an Evaluator than a Parser, and
AFPTreeParser is the real parser, and should be renamed as well).

NOTE to reviewers: this patch looks quite big, but if you diff the old
parser with the new version of the CachingParser, you'll notice that the
diff is actually small, since everything was basically copied verbatim.

Bug: T239990
Change-Id: Ie914ef64c70503a201b4d2dec698ca2fa8e69b10
2021-04-09 13:23:07 +00:00
..
AbuseFilterCachingParser.php Remove the old parser 2021-04-09 13:23:07 +00:00
AbuseFilterTokenizer.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPConditionLimitException.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPData.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPException.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPInternalException.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPParserState.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AFPSyntaxTree.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AFPToken.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AFPTransitionBase.php Remove the old parser 2021-04-09 13:23:07 +00:00
AFPTreeNode.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
AFPTreeParser.php Remove the old parser 2021-04-09 13:23:07 +00:00
AFPUserVisibleException.php Serialize all data for edit stash 2021-02-11 15:09:50 +01:00
ParserFactory.php Remove the old parser 2021-04-09 13:23:07 +00:00
ParserStatus.php Serialize all data for edit stash 2021-02-11 15:09:50 +01:00
UserVisibleWarning.php Use a different message prefix for parser warnings 2021-02-06 15:42:33 +00:00