summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-27 02:53:21 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-27 02:53:21 +0200
commit180b5feba092db1339f7bb3217e91f0b22239bc5 (patch)
treeed2912eb568639d027e2d54bc4f28c7a9406f7e0 /config
parent102c33264fd1463cd88aa8245413e7b331dd9632 (diff)
Surface held locks in the dashboard's work-in-progress widget
A lock with no draft or autosave behind it was invisible to everyone including its holder, until the next editor collided with it. work_in_progress now admits those nodes, and the widget names the holder rather than the last editor on any locked row. Also flips the ordering to stalest-first, so a backlog reads as a queue rather than a feed, and gives the heading a real total: the count came from the already-limited relation and could never exceed five.
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml7
-rw-r--r--config/locales/en.yml7
2 files changed, 8 insertions, 6 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 6267fcff..30e2f1b5 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -285,8 +285,9 @@ de:
285 find_chapter: "Chapter finden" 285 find_chapter: "Chapter finden"
286 upload_asset: "Asset hochladen" 286 upload_asset: "Asset hochladen"
287 add_in_tree: "Seite im Seitenbaum anlegen" 287 add_in_tree: "Seite im Seitenbaum anlegen"
288 drafts_widget: "Entwürfe und Autosaves" 288 drafts_widget: "In Arbeit (%{total})"
289 see_all_drafts: "Alle Entwürfe →" 289 held_by: "Gesperrt von"
290 see_all_drafts: "Alle Nodes in Arbeit →"
290 see_all_changes: "Alle Änderungen →" 291 see_all_changes: "Alle Änderungen →"
291 housekeeping: "Verwaltung" 292 housekeeping: "Verwaltung"
292 my_account: "Mein Konto" 293 my_account: "Mein Konto"
@@ -424,7 +425,7 @@ de:
424 abstract_locale: "Abstract (%{lang})" 425 abstract_locale: "Abstract (%{lang})"
425 body_locale: "Text (%{lang})" 426 body_locale: "Text (%{lang})"
426 drafts: 427 drafts:
427 title: "Nodes mit Entwürfen oder Autosaves" 428 title: "Nodes mit Entwürfen, Autosaves oder Sperren"
428 mine: 429 mine:
429 title: "Meine Arbeit" 430 title: "Meine Arbeit"
430 tags: 431 tags:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e5a4182f..f76dfecb 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -238,8 +238,9 @@ en:
238 find_chapter: "Find a chapter" 238 find_chapter: "Find a chapter"
239 upload_asset: "Upload asset" 239 upload_asset: "Upload asset"
240 add_in_tree: "Add a page in the page tree" 240 add_in_tree: "Add a page in the page tree"
241 drafts_widget: "Drafts and autosaves" 241 drafts_widget: "In progress (%{total})"
242 see_all_drafts: "See all drafts →" 242 held_by: "Locked by"
243 see_all_drafts: "See all WIP nodes →"
243 see_all_changes: "See all recent changes →" 244 see_all_changes: "See all recent changes →"
244 housekeeping: "Housekeeping" 245 housekeeping: "Housekeeping"
245 my_account: "My account" 246 my_account: "My account"
@@ -376,7 +377,7 @@ en:
376 abstract_locale: "Abstract (%{lang})" 377 abstract_locale: "Abstract (%{lang})"
377 body_locale: "Body (%{lang})" 378 body_locale: "Body (%{lang})"
378 drafts: 379 drafts:
379 title: "Nodes with drafts or autosaves" 380 title: "Nodes with drafts, autosaves or locks"
380 mine: 381 mine:
381 title: "My work" 382 title: "My work"
382 tags: 383 tags: