mediawiki-extensions-AbuseF.../includes
Timo Tijhof f95e5dd086 Update getStashKey() to use $cache parameter
Follows-up e4ac1ef. A lot of this class gets its own cache object
in key-generation methods because of legacy compat with public
methods and because of how wfMemcKey used to be.

However where possible, we should encourage passing $cache
so that makeKey() can be used on the same instance that uses
the key.

This is a no-op since it's exactly the same object.

Change-Id: Ib3c31110176659a9175679eb716369e7f0a1d3b2
2017-03-09 14:08:04 -08:00
..
parser Move AbuseFilterVariableHolder up to /includes 2016-12-18 17:13:06 -08:00
AbuseFilter.class.php Update getStashKey() to use $cache parameter 2017-03-09 14:08:04 -08:00
AbuseFilterPreAuthenticationProvider.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AbuseFilterVariableHolder.php Move AbuseFilterVariableHolder up to /includes 2016-12-18 17:13:06 -08:00
AbuseLogHitFormatter.php Add GENDER to the message logentry-abusefilter-hit 2016-12-26 09:32:31 +00:00
AFComputedVariable.php Don't use wfDiff() in AbuseFilter 2017-02-28 00:29:33 +00:00