mediawiki-extensions-AbuseF.../includes
Tim Starling 525b6c064c Fix usage of $db->nextSequenceValue()
The return value from the method is only suitable for passing to
$db->insert(). To get the inserted ID, you need to call $db->insertId()
even if $db->nextSequenceValue() returned non-null.

Change-Id: Id5a0df17c77445e9f29564a55fb850c3ecad2630
2017-05-11 10:03:49 +10:00
..
parser Remove usage of RequestContext::getStats() 2017-04-26 20:38:21 +00:00
AbuseFilter.class.php Fix usage of $db->nextSequenceValue() 2017-05-11 10:03:49 +10: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 Add FORCE INDEX to AFComputedVariable::{closure} 2017-04-24 19:34:41 +00:00