diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-16 13:50:15 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-16 13:50:15 +0200 |
| commit | 603ccfbd5fe96f0b83aaf3d5118aded2a39992fb (patch) | |
| tree | 0e88ec41af6ce1a03e65bedb3f68a5a9881d96bb /config | |
| parent | bb7ef80d084f474bb4c3be0ae0d033aff3de0272 (diff) | |
Condense the action log into a scannable table
Several minor improvements to the action log presentation:
* Now a table with date and human readable presentation as
rows is displayed
* If no changes in a title were detected, the old version
is omitted
* The "inferred" flag is demoted to the end of the line
* You can zoom in on the node's history directly from a
log line
* byline for the first publish action is preserved
* Revisions are directly linked to when a new one i
published
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 13 | ||||
| -rw-r--r-- | config/locales/en.yml | 44 |
2 files changed, 37 insertions, 20 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 795e4d0..9de6aac 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -90,9 +90,10 @@ de: | |||
| 90 | show_changes: "Änderungen an Übersetzungen" | 90 | show_changes: "Änderungen an Übersetzungen" |
| 91 | view_revision: "Diese Revision ansehen" | 91 | view_revision: "Diese Revision ansehen" |
| 92 | unknown: "%{actor} hat %{action} auf %{subject} aus" | 92 | unknown: "%{actor} hat %{action} auf %{subject} aus" |
| 93 | publish: "%{actor} hat %{subject} veröffentlicht, (vorher: %{from})" | 93 | publish: "%{actor} hat %{revision} von %{subject} veröffentlicht" |
| 94 | publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt" | ||
| 94 | publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" | 95 | publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" |
| 95 | publish_rollback: "%{actor} hat %{subject} auf eine frühere Revision zurückgesetzt (vorher: %{from})" | 96 | publish_first_with_author: "%{actor} hat %{subject} zum ersten Mal veröffentlicht (Autor: %{author})" |
| 96 | create: "%{actor} hat %{subject} unter %{path} angelegt" | 97 | create: "%{actor} hat %{subject} unter %{path} angelegt" |
| 97 | move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" | 98 | move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" |
| 98 | discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" | 99 | discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" |
| @@ -101,3 +102,11 @@ de: | |||
| 101 | locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" | 102 | locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" |
| 102 | abstract_changed: "Abstract geändert" | 103 | abstract_changed: "Abstract geändert" |
| 103 | body_changed: "Text geändert" | 104 | body_changed: "Text geändert" |
| 105 | revision_new: "eine neue Revision" | ||
| 106 | revision_earlier: "eine frühere Revision" | ||
| 107 | node_history: "Chronik" | ||
| 108 | detail_title: "Titel „%{from}“ → „%{to}“" | ||
| 109 | detail_author: "Autor %{from} → %{to}" | ||
| 110 | detail_tags: "Tags %{from} → %{to}" | ||
| 111 | template_changed: "Template geändert" | ||
| 112 | assets_changed: "Bildliste geändert" | ||
diff --git a/config/locales/en.yml b/config/locales/en.yml index 8470778..f1856c1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -36,21 +36,29 @@ en: | |||
| 36 | page_aria_label: "Page %{page}" | 36 | page_aria_label: "Page %{page}" |
| 37 | 37 | ||
| 38 | node_actions: | 38 | node_actions: |
| 39 | heading: "Action log" | 39 | heading: "Action log" |
| 40 | show_all: "Show all entries" | 40 | show_all: "Show all entries" |
| 41 | backfilled: "backfilled" | 41 | backfilled: "backfilled" |
| 42 | show_changes: "translation changes" | 42 | show_changes: "translation changes" |
| 43 | view_revision: "view this revision" | 43 | view_revision: "view this revision" |
| 44 | actor_self: "you" | 44 | unknown: "%{actor} did %{action} on %{subject}" |
| 45 | unknown: "%{actor} did %{action} on %{subject}" | 45 | publish: "%{actor} published %{revision} of %{subject}" |
| 46 | publish: "%{actor} published %{subject} (was: %{from})" | 46 | publish_rollback: "%{actor} rolled %{subject} back to %{revision}" |
| 47 | publish_first: "%{actor} published %{subject} for the first time" | 47 | publish_first: "%{actor} published %{subject} for the first time" |
| 48 | publish_rollback: "%{actor} rolled %{subject} back to an earlier revision (was: %{from})" | 48 | publish_first_with_author: "%{actor} published %{subject} for the first time (author: %{author})" |
| 49 | create: "%{actor} created %{subject} at %{path}" | 49 | create: "%{actor} created %{subject} at %{path}" |
| 50 | move: "%{actor} moved %{subject} from %{from} to %{to}" | 50 | move: "%{actor} moved %{subject} from %{from} to %{to}" |
| 51 | discard_autosave: "%{actor} discarded unsaved changes on %{subject}" | 51 | discard_autosave: "%{actor} discarded unsaved changes on %{subject}" |
| 52 | destroy_draft: "%{actor} discarded the draft of %{subject}" | 52 | destroy_draft: "%{actor} discarded the draft of %{subject}" |
| 53 | locale_added: "translation added, titled \"%{title}\"" | 53 | locale_added: "translation added, titled \"%{title}\"" |
| 54 | locale_removed: "translation removed, last titled \"%{title}\"" | 54 | locale_removed: "translation removed, last titled \"%{title}\"" |
| 55 | abstract_changed: "abstract changed" | 55 | abstract_changed: "abstract changed" |
| 56 | body_changed: "body changed" | 56 | body_changed: "body changed" |
| 57 | revision_new: "a new revision" | ||
| 58 | revision_earlier: "an earlier revision" | ||
| 59 | node_history: "node history" | ||
| 60 | detail_title: "title \"%{from}\" → \"%{to}\"" | ||
| 61 | detail_author: "author %{from} → %{to}" | ||
| 62 | detail_tags: "tags %{from} → %{to}" | ||
| 63 | template_changed: "template changed" | ||
| 64 | assets_changed: "attached images changed" | ||
