content_reviewed_date
No security coverage
Track when each piece of content was last reviewed by an editor. Surface overdue content in a configurable stale-content report so editors never lose track of aging pages.
Features
- Adds a Last Reviewed date field and a Reviewed By user reference field to all node types.
- A per-content-type settings page lets administrators choose which content types participate in review tracking.
- A configurable staleness threshold (in days) determines when content is considered overdue.
- A Stale Content admin report (
/admin/content/stale-review) lists all published nodes that are past the review threshold or have never been reviewed. - An action link on each node lets editors mark it as reviewed in one click.
- Two fine-grained permissions: one for editors to mark content reviewed, one for administrators to manage settings.
Post-Installation
- Go to Administration → Configuration → Content → Content Reviewed Date (
/admin/config/content/reviewed-date). - Select which content types should track review dates and set your staleness threshold in days.
- Grant the Mark content as reviewed permission to editor roles and Administer Content Reviewed Date settings to administrator roles.
- Visit Administration → Content → Stale Content (
/admin/content/stale-review) to see overdue pages. - On any tracked node, use the Mark as Reviewed action link to record the current date and reviewer.
Additional Requirements
- Drupal core 11 or later
- The core Node module
Recommended modules/libraries
No additional modules are required or recommended.