diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 04:33:53 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 04:33:53 +0200 |
| commit | 49de2e14972030a7ef0ca36a94ab55a23a2f3596 (patch) | |
| tree | 7b05419a805e9bac01a4acea3ba6d0348af50ee6 /public/stylesheets/admin.css | |
| parent | 10bd6ba5cc640f0a85a3adb3641a65ce5edf831d (diff) | |
Annotate the History list with each revision's lifecycle
Each row in nodes#show's History section now carries terse badges
from the action log: created, published, and restored (rollback
re-promotion), with date and actor, rendered from entry metadata
alone. Backfilled entries wear the inferred marker, so
reconstructed provenance stays distinguishable from witnessed
history. A revision that was published and later restored shows
both badges chronologically -- its true biography.
Only create and publish entries carry page_id; trash, restore, and
destroy annotate the node's own log zoom instead of any single
revision, by design.
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 88fd84b..15e753d 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1544,6 +1544,11 @@ div#image_browser ul li { | |||
| 1544 | color: #777; | 1544 | color: #777; |
| 1545 | } | 1545 | } |
| 1546 | 1546 | ||
| 1547 | .revision_lifecycle { | ||
| 1548 | font-size: 0.85rem; | ||
| 1549 | color: #777; | ||
| 1550 | } | ||
| 1551 | |||
| 1547 | /* ============================================================ | 1552 | /* ============================================================ |
| 1548 | Trash section | 1553 | Trash section |
| 1549 | ============================================================ */ | 1554 | ============================================================ */ |
