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

Implemented in b3bf134. Media change signals now use bDS2-compatible lower-hex MD5 for WordPress analysis/import and replacement; ordinary media import preserves the bDS2 caller-supplied/null…

hugo pushed to main at hugo/RuDS 2026-07-21 19:19:01 +00:00
b3bf134980 Align checksums with bDS2.
hugo pushed to main at hugo/RuDS 2026-07-21 19:05:28 +00:00
8e78a5fc2b fix: syntax highlighting was broken in bundled app
hugo closed issue hugo/RuDS#68 2026-07-21 18:44:50 +00:00
Render built-in macros from bundled Liquid macro templates (parity with bDS2)
hugo commented on issue hugo/RuDS#68 2026-07-21 18:44:39 +00:00
Render built-in macros from bundled Liquid macro templates (parity with bDS2)

Implemented in 8170076. Added the five bundled macro Liquid templates and routed every built-in macro through isolated Liquid assigns with bDS2-compatible HTML, data shaping, URI encoding, and…

hugo pushed to main at hugo/RuDS 2026-07-21 18:44:16 +00:00
8170076e9b Render built-in macros from Liquid templates.
hugo closed issue hugo/RuDS#67 2026-07-21 18:21:59 +00:00
Enforce Liquid tag/filter/operator subset at template publish
hugo commented on issue hugo/RuDS#67 2026-07-21 18:21:54 +00:00
Enforce Liquid tag/filter/operator subset at template publish

Implemented in 3ac7a8b and pushed to origin/main. Template validation now enforces the exact Allium/bDS2 Liquid surface: if/elsif/else, for, assign, render with named parameters, whitespace-control…

hugo pushed to main at hugo/RuDS 2026-07-21 18:21:42 +00:00
3ac7a8bfc4 Enforce the supported Liquid subset.
hugo closed issue hugo/RuDS#64 2026-07-21 18:11:57 +00:00
in-flight mode in the status bar does not persist for restarts
hugo commented on issue hugo/RuDS#64 2026-07-21 18:11:53 +00:00
in-flight mode in the status bar does not persist for restarts

Implemented in 557497d and pushed to origin/main. The status-bar airplane switch now persists through the shared settings engine under the bDS2-compatible ai.airplane_mode_enabled key, is restored…

hugo pushed to main at hugo/RuDS 2026-07-21 18:11:43 +00:00
557497d4c2 Persist status-bar airplane mode.
hugo closed issue hugo/RuDS#63 2026-07-21 18:04:14 +00:00
AI communication fails with online model despite chat test confirming it works
hugo commented on issue hugo/RuDS#63 2026-07-21 18:04:11 +00:00
AI communication fails with online model despite chat test confirming it works

Implemented in 2f7d752 and pushed to origin/main. One-shot AI requests now use a provider-portable OpenAI-compatible Chat Completions payload without the OpenAI-specific strict response_format,…

hugo pushed to main at hugo/RuDS 2026-07-21 18:03:38 +00:00
2f7d752e73 Fix online one-shot AI compatibility.
hugo pushed to main at hugo/RuDS 2026-07-21 17:47:02 +00:00
812de13f62 fix: clean up some problems from the implementations
hugo pushed to main at hugo/RuDS 2026-07-21 17:06:42 +00:00
71d998f68e Merge pull request #5 from rfc1437/codex/vollstandigen-test-der-losung-durchfuhren
489d3646f8 Fix loopback test networking.
Compare 2 commits »
hugo pushed to main at hugo/RuDS 2026-07-21 13:29:06 +00:00
9d3a092359 Merge pull request #4 from rfc1437/codex/run-full-test-suite-after-fixing-internet
1ecd7a32d2 Merge pull request #3 from rfc1437/codex/thread-data_dir-in-fts-index-paths
0b4c303c89 Merge pull request #2 from rfc1437/codex/uberprufe-dateianderungen-von-ruds
18d96a10b8 Fix search indexing data directory
184d6e4845 Fix workspace test build warnings
Compare 7 commits »
hugo commented on issue hugo/RuDS#66 2026-07-21 13:21:51 +00:00
Index published post/translation bodies in full-text search

hopefully fixed with fix on github

hugo closed issue hugo/RuDS#66 2026-07-21 13:21:51 +00:00
Index published post/translation bodies in full-text search