• Joined on 2026-02-16
hugo commented on issue hugo/RuDS#86 2026-07-20 20:05:57 +00:00
Persist publish jobs (publish_jobs table) like bDS2

decided this is not relevant.

hugo commented on issue hugo/RuDS#96 2026-07-20 20:05:05 +00:00
Line-by-line verification pass of UI specs against the Iced implementation

this would just redo everything again that was done multiple times. time waste.

hugo closed issue hugo/RuDS#96 2026-07-20 20:05:05 +00:00
Line-by-line verification pass of UI specs against the Iced implementation
hugo commented on issue hugo/RuDS#92 2026-07-20 20:03:03 +00:00
Align tag-name matching case sensitivity with bDS2 in post updates

decision by the designer: you must follow exact bDS2 behaviour on this topic. also follow proper unicode aware fold operations.

hugo commented on issue hugo/RuDS#87 2026-07-20 20:01:54 +00:00
Align auto-translation trigger with bDS2 (manual save only, not publish)

decision by the designer: auto-translation only happens on first manual save of a post. In that sense, follow bDS2 behaviour.

hugo commented on issue hugo/RuDS#86 2026-07-20 19:59:36 +00:00
Persist publish jobs (publish_jobs table) like bDS2

Decision by maintainer: persisted jobs bring no value, follow the spec and current implementation and do not implement that feature, just clarify the spec that no persistence of jobs is needed.

hugo closed issue hugo/RuDS#58 2026-07-20 19:57:54 +00:00
quick actions do not open as overlay but open inside the box the buttons are in
hugo commented on issue hugo/RuDS#58 2026-07-20 19:57:49 +00:00
quick actions do not open as overlay but open inside the box the buttons are in

Implemented in b713f7f. Quick Actions in both post and media editors now use a shared interactive overlay widget: the menu is anchored below and right-aligned to its trigger, renders above the…

hugo created branch master in hugo/RuDS 2026-07-20 19:57:27 +00:00
hugo pushed to master at hugo/RuDS 2026-07-20 19:57:27 +00:00
b713f7fa07 Open quick actions in editor popovers
hugo commented on issue hugo/RuDS#83 2026-07-20 19:57:24 +00:00
Metadata diff: cover categories, category-meta, and publishing preferences

decision by maintainer: follow bDS2 behaviour and update code and spec to reflect that.

hugo commented on issue hugo/RuDS#79 2026-07-20 19:56:34 +00:00
Resolve published_* snapshot column semantics (spec vs bDS2 vs RuDS three-way conflict)

Decision by maintainer: match bDS2 and update code and the spec accordingly.

hugo commented on issue hugo/RuDS#69 2026-07-20 19:55:30 +00:00
Align checksum algorithms with bDS2 (MD5 for media, nil post checksum on rebuild)

Decision by maintainer: use the checksum as it is done by bDS2 and update the spec. bDS2 is the golden master and the checksum is not cryptographically significant, but only a change signal.

hugo commented on issue hugo/RuDS#65 2026-07-20 19:53:31 +00:00
Align slug transliteration with bDS2 (ä→a, not ä→ae)

Confirmation from maintainer: the bDS2 behaviour is canonical. Implement it as bDS2 does it.

hugo opened issue hugo/RuDS#94 2026-07-20 19:44:04 +00:00
Update schema.allium: mcp_proposals, chat surface state, publish_jobs
hugo opened issue hugo/RuDS#95 2026-07-20 19:44:04 +00:00
Model force-delete of templates in template.allium
hugo opened issue hugo/RuDS#96 2026-07-20 19:44:04 +00:00
Line-by-line verification pass of UI specs against the Iced implementation
hugo opened issue hugo/RuDS#91 2026-07-20 19:44:03 +00:00
Default script entrypoint by kind when frontmatter omits it
hugo opened issue hugo/RuDS#92 2026-07-20 19:44:03 +00:00
Align tag-name matching case sensitivity with bDS2 in post updates
hugo opened issue hugo/RuDS#93 2026-07-20 19:44:03 +00:00
Localize hardcoded engine strings (auto-translation progress, vimeo macro fallback)