mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
f93134a4f7
This is something that hasn't been working since January 2009, when AF didn't have arrays and all variables were computed non-lazily. In fact, when reverting "degroup", we used to take old groups from edit vars, but the variable may not have been computed for such edit. Plus, we treated the var collection as an array instead of an AbuseFilterVariableHolder object, and exploded user_groups since it was a string. With this patch everything should start working as intended. Change-Id: I76917b2e331291bd42daeef8d048507dc38048cb |
||
---|---|---|
.. | ||
api | ||
pagers | ||
parser | ||
special | ||
Views | ||
AbuseFilter.php | ||
AbuseFilterChangesList.php | ||
AbuseFilterHooks.php | ||
AbuseFilterModifyLogFormatter.php | ||
AbuseFilterPreAuthenticationProvider.php | ||
AbuseFilterVariableHolder.php | ||
AbuseLogHitFormatter.php | ||
AFComputedVariable.php | ||
TableDiffFormatterFullContext.php |