Background
When viewing Special:Contributions for a blocked user (example), the current block is shown at the top:
With Multiblocks enabled, we'll need to show all existing blocks. Something like (pretend there are multiple rows):
Acceptance criteria
Modify the existing LogFormatter and/or BlockLogFormatter classes to support multiblocks.
When viewing Special:Log/block :
- List each individual block as a separate log entry (this may already be the case)
- The "unblock" link should link to Special:Unblock/<username/IP>
- A "remove block" link should also be added, deep linking to Special:Unblock?id=123 (see T378144)
- The "change block" link should deep link to Special:Block?id=123 (see T378140)
When viewing Special:Contribs/BlockedUser:
- Message should instead say "There are currently N blocks on this user:"
- List each active block in the same format as described above
Should it be in Codex?: NO