Author: smjg
Description:
Sometimes I would like to see a list of pages I have recently edited. Special:Contributions does this, but if I've edited the same page multiple times then it appears multiple times in the list.
"Only show edits that are latest revisions" guarantees that each page appears only once in the list, but if somebody has edited the page since the user whose contributions I am viewing, that page doesn't appear in the list at all.
It would therefore be nice to have another option here: "Only show edits that are the user's last edit to the page"
I don't know how the "Only show edits that are latest revisions" filter works internally, but if it just adds to the query the condition "no newer edits to [page] exist", then it probably wouldn't be difficult to do "no newer edits to [page] by [user] exist" along the same lines.
Version: unspecified
Severity: enhancement