Description
Details
- Reference
- bz29139
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T28394 Missing Indexes, Inefficient queries and alike (tracking) | |||
| Open | None | T24744 Add/Update indexes for queries done by the API (tracking) | |||
| Open | Feature | None | T31139 API: allow listing of deleted files by user who deleted them | ||
| Open | Feature | None | T29609 API: add information about deletion to list=filearchive |
Event Timeline
Log type by user is allready possibile.
For example, Deleted items by any sysop on commons:
or for one particular sysop:
What you want is an additional filter/dropdown menu for namespace (to only see deleted *files*). That is already requested as bug 14711 (Implement namespace filter for logging information)
As such, marking as duplicate of that. Please re-open if you meant something else.
- This bug has been marked as a duplicate of bug 14711 ***
There is a different between a list of all pages deleted in the file namespace and a list of all deleted files.
The log is a continuous writen database, so that does not handle restoring of files. And you have to do a second query to get more information about the images, because list=logevents cannot used as a generator.
See bug 27202 for a similar discussion over using the logging table or the image table.