• Joined on 2026-02-16
hugo closed issue hugo/RuDS#100 2026-07-22 18:29:21 +00:00
Localize post date and calendar month formatting
hugo commented on issue hugo/RuDS#100 2026-07-22 18:29:17 +00:00
Localize post date and calendar month formatting

Implemented in 0d44c21. Sidebar post dates now use the selected UI locale with the Allium/Intl month-day-year ordering and punctuation for en-US, de-DE, fr-FR, it-IT, and es-ES. Calendar archive…

hugo pushed to main at hugo/RuDS 2026-07-22 18:28:48 +00:00
0d44c21b0e Localize sidebar dates and calendar months
hugo closed issue hugo/RuDS#99 2026-07-22 18:19:46 +00:00
Align file serialization with bDS2 canonical output (frontmatter, sidecars, meta JSON, menu.opml)
hugo commented on issue hugo/RuDS#99 2026-07-22 18:19:41 +00:00
Align file serialization with bDS2 canonical output (frontmatter, sidecars, meta JSON, menu.opml)

Implemented in 7b8e539. All shared filesystem serializers now byte-match bDS2 write behavior: post/translation/template/script frontmatter field order, Unicode scalar quoting, empty-list form,…

hugo pushed to main at hugo/RuDS 2026-07-22 18:19:30 +00:00
7b8e539340 Match bDS2 canonical file serialization
hugo closed issue hugo/RuDS#97 2026-07-22 17:57:50 +00:00
the app must restart the same state as it was when closed
hugo commented on issue hugo/RuDS#97 2026-07-22 17:57:46 +00:00
the app must restart the same state as it was when closed

Implemented in fdf47da. RuDS now persists project-scoped workspace state in SQLite and restores the selected activity, sidebar visibility and width, panel state, open tabs, active tab, and…

hugo pushed to main at hugo/RuDS 2026-07-22 17:57:35 +00:00
fdf47da40a Restore project workspace state
hugo closed issue hugo/RuDS#95 2026-07-22 17:27:43 +00:00
Model force-delete of templates in template.allium
hugo commented on issue hugo/RuDS#95 2026-07-22 17:27:40 +00:00
Model force-delete of templates in template.allium

Implemented and pushed in commit 0753b29. Forced template deletion now scopes reference checks and clearing by project, clears post and tag references with updated timestamps before deletion,…

hugo pushed to main at hugo/RuDS 2026-07-22 17:27:13 +00:00
0753b290ad Complete forced template deletion
hugo closed issue hugo/RuDS#94 2026-07-22 17:18:19 +00:00
Update schema.allium: mcp_proposals, chat surface state, publish_jobs
hugo commented on issue hugo/RuDS#94 2026-07-22 17:18:15 +00:00
Update schema.allium: mcp_proposals, chat surface state, publish_jobs

Implemented in fc039d8. Updated schema.allium from the current RuDS Diesel and bDS2 Ecto migrations: added all MCP proposal kinds/statuses and the complete RuDS persistence record, chat conversatio…

hugo pushed to main at hugo/RuDS 2026-07-22 17:18:01 +00:00
fc039d813a Update the persistence schema specification
hugo closed issue hugo/RuDS#93 2026-07-22 17:09:53 +00:00
Localize hardcoded engine strings (auto-translation progress, vimeo macro fallback)
hugo commented on issue hugo/RuDS#93 2026-07-22 17:09:49 +00:00
Localize hardcoded engine strings (auto-translation progress, vimeo macro fallback)

Implemented in 9087096. Replaced hardcoded auto-translation and rebuild progress sentences with typed semantic progress events, localized at the UI/CLI boundary. Added all progress keys in…

hugo pushed to main at hugo/RuDS 2026-07-22 17:09:20 +00:00
9087096c5d Localize engine progress messages
hugo closed issue hugo/RuDS#92 2026-07-22 16:59:00 +00:00
Align tag-name matching case sensitivity with bDS2 in post updates
hugo commented on issue hugo/RuDS#92 2026-07-22 16:58:56 +00:00
Align tag-name matching case sensitivity with bDS2 in post updates

Implemented in 3051331. Tag rename, merge, and delete now mutate portable post tag arrays using exact string equality, matching bDS2's json_each queries/replace_tag/merge_post_tags helpers and…