In Recent Changes, we have "show small changes", "show bots"... Is it possible to implement this in Special:Contributions? This way, it will be easier for a user to filter his contributions.
Description
Details
- Reference
- bz14086
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Allow minor edits to be filtered out of Special:Contributions | mediawiki/core | master | +32 -0 |
Related Objects
- Mentioned In
- E200: Code Review Office Hours
Event Timeline
Umm, how would that be useful?
My RC shows this: Hide minor edits | Show bots | Hide anonymous users | Hide logged-in users | Hide my edits
Only the first one makes sense here. And it's not like there isn't an "m" or whatever next to each minor revision.
(In reply to comment #1)
Umm, how would that be useful?
My RC shows this: Hide minor edits | Show bots | Hide anonymous users | Hide
logged-in users | Hide my edits
Only the first one makes sense here. And it's not like there isn't an "m" or
whatever next to each minor revision.
Oops, only the first one makes sense. But it would be nice for a user to track all the pages that he has created.
Clarified the summary. Page moves have their log so it doesn't seem the same.
This was discussed before but I don't remember why; the answer was that b, m, N tags are not stored in the database in a way that allows such filtering, if I remember correctly.
This is already possible from the API, it just needs a UI checkbox.
I think a single checkbox
- Hide minor edits
will be enough. After all, this is the extent of the filtering functionality provided by RecentChanges and friends (show/hide minor edits), and anything more complex than this would clutter the UI.
Change 244139 had a related patch set uploaded (by TTO):
Allow minor edits to be filtered out of Special:Contributions
Change 244139 merged by jenkins-bot:
Allow minor edits to be filtered out of Special:Contributions