Page MenuHomePhabricator

API: Allow filter of revision deleted usercontribs
Open, MediumPublicFeature

Description

In addition to bug 20186: Please allow filtering of (revision) deleted version in usercontribs.

Maybe add a ucdeletedonly param to list=usercontribs.

Thanks.


Version: 1.18.x
Severity: enhancement

Details

Reference
bz26874

Related Objects

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:20 PM
bzimport set Reference to bz26874.
bzimport added a subscriber: Unknown Object (MLST).

Special:Contributions now has a checkbox that filters for revision deleted edits; the same functionality is desired in the API. I think it would make most sense to implement this as additional options for ucshow = { summarydeleted, !summarydeleted, contentdeleted, !contentdeleted }.

I worry about query efficiency. What happens if someone asks for summarydeleted contribs of ClueBot on enwiki. for example?

I tried; the results aren't pretty. Wait until the revision table refactoring (T161671) goes through, perhaps?

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM