Page MenuHomePhabricator

Update AbuseFilter to add the abuse_filter_log afl_id to each log line
Closed, ResolvedPublic

Description

Summary

We need to have the afl_id in each line of Special:AbuseLog for T400043.

Background

  • To support IP reveal on Special:AbuseLog, we need to add the afl_id in each line of that special page
    • This will allow the CheckUser extension to query the relevant REST API with each afl_id to get the associated IPs used

Acceptance criteria

  • Add the associated afl_id to each Special:AbuseLog line

Event Timeline

Change #1171229 had a related patch set uploaded (by Harroyo-wmf; author: Harroyo-wmf):

[mediawiki/extensions/AbuseFilter@master] AbuseLogPager: Include the AbuseFilter Log ID as a data attribute

https://gerrit.wikimedia.org/r/1171229

Change #1171229 merged by jenkins-bot:

[mediawiki/extensions/AbuseFilter@master] AbuseLogPager: Include the AbuseFilter Log ID as a data attribute

https://gerrit.wikimedia.org/r/1171229

Verified this change locally. It doesn't need QA separately. It will be QA'd through QA on T388124: CheckUser IP reveal: Support IP reveal on Special:AbuseLog.