Background
See parent task for full details: T358852
What needs doing
Following on from T361866, also show temporary account contributions on Special:Contributions for IP ranges.
Special:Contributions for IP ranges uses the ip_changes table to look up contributions from a range, so the query is a little more complicated. We'll now need to look up revisions that match the range as found in ip_changes and also revisions found in the CheckUser table.
Update
The technical approach changed from the original task description. We made a separate special page, Special:IPContributions, for viewing temporary account contributions from a given IP address or range. See T361867#9723850 for details.
