mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-15 02:03:53 +00:00
98bcad25c3
This will allow people to switch their filters to the new syntax. The deprecation warning is now more exhaustive, and the info() warning is kept to ensure that everything proceeds smoothly. The regex v2 has also been fixed to: - Consume all the digits/letters on the right (*) - Have named groups - Be created dynamically with other constants (*) The previous version of v2 could complete the match and leave digits/letters on the right when encountering numbers with the old syntax, hence dropping support too early. We also cannot use a word boundary (\b) because that would prevent matching numbers with trailing dots (e.g. "5."). Bug: T212730 Change-Id: Ibf6ac571f6b5c09149d69a19c38240ce6b024dff |
||
---|---|---|
.. | ||
AbuseFilterCachingParser.php | ||
AbuseFilterParser.php | ||
AbuseFilterTokenizer.php | ||
AFPData.php | ||
AFPException.php | ||
AFPParserState.php | ||
AFPSyntaxTree.php | ||
AFPToken.php | ||
AFPTreeNode.php | ||
AFPTreeParser.php | ||
AFPUserVisibleException.php |