mediawiki-extensions-AbuseF.../maintenance
Daimona Eaytoy af9c7ee852 Re-fix the throttle script
This include a technical improvement (use local variables instead of
class members), and prevents displaying duplicates in the list of broken
filters.
It also covers other two quite common cases: the one where groups aren't
lowercase (for instance 'Page' instead of 'page') and extra spaces (e.g.
'user, ip' instead of 'user,ip'). The former is now fixed automatically,
while the second is a correct syntax which we don't need to fix, but now
it's effectively recognized as correct.

Bug: T209565
Change-Id: Idbfa114048bfb1127b1240c787cffa8973a47220
2019-01-09 15:58:49 +01:00
..
addMissingLoggingEntries.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00
normalizeThrottleParameters.php Re-fix the throttle script 2019-01-09 15:58:49 +01:00
purgeOldLogIPData.php Reduce use of globals in favor of Config 2018-05-02 02:27:26 +00:00