mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy f93134a4f7 Unbreak reverting 'degroup' action
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
2018-07-13 00:25:02 +02:00
..
api Allow users with abusefilter-view-private to use testing interface 2018-06-24 14:10:38 +00:00
pagers Fix minor issues around 2018-07-07 12:11:39 +00:00
parser Copy levels documentation on AbuseFilterParser 2018-06-30 20:35:49 +02:00
special Fix minor issues around 2018-07-07 12:11:39 +00:00
Views Unbreak reverting 'degroup' action 2018-07-13 00:25:02 +02:00
AbuseFilter.php Unbreak reverting 'degroup' action 2018-07-13 00:25:02 +02:00
AbuseFilterChangesList.php Add phan configuration 2018-04-30 08:32:58 +00:00
AbuseFilterHooks.php Fix minor issues around 2018-07-07 12:11:39 +00: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
AbuseFilterVariableHolder.php Get rid of call_user_func_array() 2018-06-07 23:01:27 -07:00
AbuseLogHitFormatter.php Minor escaping fixes 2018-07-05 18:51:30 +00:00
AFComputedVariable.php Rename lists to arrays 2018-06-26 14:42:23 +02:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00