mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 8885a5983e Partly unbreak throttle action
This action have ALWAYS had this problem: when creating a new filter,
the temporary ID is 'new', and the throttle ID is then 'new'.
This is used when creating/checking throttle keys to determine if the
user should be throttled. However, the 'new' key is not unique and
(although it's not the only part of the key), it may lead to
unpredictable behaviours. I'm not sure if this solves the task below,
but can probably help.
Also added a FIXME that we should handle shortly.

Bug: T195699
Change-Id: Id3b0ff524c52fb57fdd72f9608f758f8383e4320
2018-09-09 07:09:14 +00:00
..
api Add the log ID as API param for query abuselog 2018-07-14 15:03:17 +02:00
pagers Remove PHPCS exclusion and fix it 2018-09-03 09:33:29 +02:00
parser Remove unused function and improve unit test 2018-08-23 11:00:16 +02:00
special Filter AbuseLog by triggering action 2018-08-23 11:40:15 +02:00
Views Merge "Only select needed columns in queries" 2018-09-05 17:11:42 +00:00
AbuseFilter.php Partly unbreak throttle action 2018-09-09 07:09:14 +00:00
AbuseFilterChangesList.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 22:05:58 +00:00
AbuseFilterHooks.php Generate upload variables using new prefixes 2018-08-25 19:06:35 +02:00
AbuseFilterModifyLogFormatter.php Actually mark abusefilter creations as such in the AbuseFilter log 2018-01-12 17:03:13 +00:00
AbuseFilterPreAuthenticationProvider.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Add page_age variable to AbuseFilter 2018-08-22 17:10:39 +02:00
AbuseLogHitFormatter.php Minor escaping fixes 2018-07-05 18:51:30 +00:00
AFComputedVariable.php Add page_age variable to AbuseFilter 2018-08-22 17:10:39 +02:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00