An automatic audit log of every page action — create, edit, publish, delete — shown in a Historic tab in the page editor and a Recent Activity dashboard widget.

Part of
Type
In editor
Dashboard
Logging
Depends on
Overview
Once installed, the module logs every page action — save, publish, unpublish, delete — with who did it and when. There’s nothing to switch on per action.
The Historic tab in the page editor shows a read-only, filterable trail of the current page; the Recent User Activity dashboard widget shows activity across all pages. It’s a read-only log for accountability — not a restore tool.
Key features
Automatic, read-only logging of who did what to a page, and when.
Every page action is recorded — nothing to configure.
A read-only audit trail inside the page editor.
Each entry shows the user, the action, the date and a description.
Filter the trail by user, date and action type.
A dashboard widget of recent actions across all pages.
Built for accountability, not for undo.
See it in action
Every save and publish logged, surfaced right on the dashboard.

The Recent User Activity widget lists the latest page actions across all users on the dashboard.
For developers
It listens to the meliscms_page_* lifecycle events to record each action.
An audit log for accountability — it does not restore.
Ships the Recent Activity widget; its table installs via DbDeploy.
// It records page actions by listening to the CMS lifecycle: $sharedEvents->attach('MelisCms', 'meliscms_page_publish_end', function ($e) { /* log who / what / when */ } );
Part of Melis CMS
Page Historic is one of the CMS back-office tools — here are the others.
See the page history in a live back-office.