Go to file
Daimona Eaytoy 98bcad25c3 Also parse numbers with the new syntax and hard-deprecate the old one
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
2019-11-12 11:52:38 +00:00
.phan Migrate to new phan 2019-03-16 09:41:23 +00:00
db_patches Add new schemas for splitting afl_filter 2019-09-22 16:04:45 +00:00
i18n Localisation updates from https://translatewiki.net. 2019-11-12 09:30:12 +01:00
includes Also parse numbers with the new syntax and hard-deprecate the old one 2019-11-12 11:52:38 +00:00
maintenance Remove script for blockautopromote entries 2019-09-09 13:56:56 +02:00
modules ext.abuseFilter.tools.js: Replace deprecated editToken with csrfToken 2019-09-22 01:54:34 +00:00
tests Also parse numbers with the new syntax and hard-deprecate the old one 2019-11-12 11:52:38 +00:00
.eslintrc.json build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 15:44:45 -07:00
.gitignore Add config for Selenium and basic tests 2019-09-17 16:23:07 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:01:30 -07:00
.phpcs.xml build: Upgrade mediawiki-codesniffer to v28.0.0 2019-10-09 18:34:07 +00:00
.stylelintrc.json build: Bump devDependencies to latest 2018-02-10 21:00:53 +00:00
AbuseFilter.alias.php Add aliases for Serbian language 2018-12-24 02:16:55 +00:00
abusefilter.tables.pg.sql Add new schemas for splitting afl_filter 2019-09-22 16:04:45 +00:00
abusefilter.tables.sql Add new schemas for splitting afl_filter 2019-09-22 16:04:45 +00:00
abusefilter.tables.sqlite.sql Add new schemas for splitting afl_filter 2019-09-22 16:04:45 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 05:29:54 +00:00
composer.json Merge "build: Upgrade mediawiki-phan-config to 0.8.0" 2019-10-19 20:04:47 +00:00
COPYING Add COPYING 2014-01-22 21:21:10 +00:00
extension.json Restrict viewing Special:Log/AbuseFilter, and remove from recent changes 2019-11-10 10:41:17 +00:00
Gruntfile.js build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint 2019-05-06 13:56:54 -07:00
hooks.txt Add a hook to determine whether the current action should be filtered 2019-08-13 10:31:29 +02:00
package-lock.json build: Updating grunt-stylelint to 0.11.1 2019-10-20 23:04:43 +00:00
package.json build: Updating grunt-stylelint to 0.11.1 2019-10-20 23:04:43 +00:00