Opened 3 years ago
Last modified 3 years ago
#5854 new enhancement
Need a way in P2 to find recently edited posts
Reported by: | tobifjellner | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description (last modified by )
Currently, one of the things we do in make/polyglots is to follow up on requests for PTE status.
Every now and then, a poster edits their post and add an additional request in an old (maybe even closed) post of theirs.
There could also be a theoretical chance of someone editing an old post to add bad stuff there.
So I'd need a way to find recently edited posts. Once I know that a post was edited, I can use the revisions' view to figure out exactly what was changed, but really would need a way to find altered posts.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
add-last-modified-date-to-post-columns.php is a plugin I created for a personal project a while ago. It adds a sortable "Last Modified" column to the Posts list table and could hopefully be used as a starting point.
Happy to turn it into a patch, but I can't remember off the top of my head if we have any other custom plugins for P2, and where a code like this is supposed to live. Would appreciate any pointers :)