Go to file
Ori Livneh 907de9a26c Increase AbuseFilterTokenizer cache TTL from 10m to 1d
AbuseFilterTokenizer is referentially transparent -- the mapping of input to
outputs does not vary on nonlocal state. So the cache TTL can be much longer.

Change-Id: I9e6ec4347dbb940c3d73538d550a0f045706264c
2015-10-24 10:30:24 -07:00
api Conversion to using getMainStashInstance() 2015-06-24 20:18:22 +00:00
db_patches abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
i18n Localisation updates from https://translatewiki.net. 2015-10-22 21:57:01 +02:00
maintenance Merge "No longer call removed SpecialPage::getLocalPageForName" 2015-08-22 23:29:39 +00:00
modules Improve error handling for HTTP requests 2014-08-02 11:56:32 +00:00
special Add help link 2015-06-11 14:21:15 +00:00
tests Move rule tokenization to new AbuseFilterTokenizer class 2015-08-25 14:00:10 -07:00
Views Conversion to using startAtomic/endAtomic 2015-10-07 22:54:58 -07:00
.gitignore Add composer test entry point 2015-10-12 14:43:14 +02:00
.gitreview Add .gitreview file 2012-03-22 13:55:41 -07:00
.jshintrc Add .jshintrc for AbuseFilter and make it pass 2013-04-17 15:03:36 +02:00
AbuseFilter.alias.php Localisation updates from https://translatewiki.net. 2015-06-14 21:00:08 +02:00
AbuseFilter.class.php Merge "Don't add a log entry if the block wasn't inserted" 2015-10-23 07:15:02 +00:00
AbuseFilter.hooks.php Merge "Include global filters in defined and active tags lists" 2015-10-20 17:20:08 +00:00
AbuseFilter.parser.php AbuseFilter: don't install custom error handler 2015-10-21 23:56:53 +00:00
AbuseFilter.php AbuseFilter: don't install custom error handler 2015-10-21 23:56:53 +00:00
abusefilter.tables.pg.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sqlite.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
AbuseFilterTokenizer.php Increase AbuseFilterTokenizer cache TTL from 10m to 1d 2015-10-24 10:30:24 -07:00
AbuseFilterVariableHolder.php Pass __METHOD__ to query() call 2015-09-25 00:07:39 -07:00
AbuseLogHitFormatter.php Add a few bits of method documentation 2012-06-21 14:32:05 +01:00
composer.json Add composer test entry point 2015-10-12 14:43:14 +02:00
COPYING Add COPYING 2014-01-22 21:21:10 +00:00
hooks.txt (bug 42064) AbuseFilter + EditFilterMergedContent 2013-01-17 11:18:28 +01:00