I have some questions about the /admin/reports/post_edits
.
The default report doesn’t include users’ edits to their own posts. To see a user’s self-edits, I can filter by editor to that user, i.e. /admin/reports/post_edits?filters={"editor"%3A"username"}
(done automatically when clicking from the link on the user’s admin page), but that’s only for one user at a time. Is there a URL parameter to see these for all users? I tried filters={"editor"%3A"*"}
, no luck.
Even when it’s filtered to a specific user, it doesn’t show all edits. For example, my user page says I have 75 edits, but the log only shows 51, as does the export. What kind of edits are excluded? Is there a way to see them all?
My forum is less than a month old, and there are edits from the first day the forum was live, so I don’t think it’s that the logs are truncated.
The export also doesn’t include the post, it only shows the date, the editor, the post author, and the reason (there is a column for post but it’s empty). Is that expected?