• Joined on 2026-02-16
hugo commented on issue hugo/RuDS#84 2026-07-22 16:02:41 +00:00
Generation: derive language-prefix detection from project blogLanguages, not a hardcoded set

Implemented in ba6a297. Generation path classification now receives project metadata throughout the core engine, renderer, desktop, CLI, and TUI paths and recognizes mainLanguage plus every…

hugo pushed to main at hugo/RuDS 2026-07-22 16:02:19 +00:00
ba6a297d9b Use configured languages in generation validation
hugo pushed to main at hugo/RuDS 2026-07-22 15:54:36 +00:00
64e3847ef2 chore: fix/cleanup stuff related to previous unchecked commits
hugo pushed to main at hugo/RuDS 2026-07-22 13:35:26 +00:00
a3f2c451e3 fix: small findings with regard to deletes from sidebar
hugo opened issue hugo/RuDS#100 2026-07-22 13:31:07 +00:00
Localize post date and calendar month formatting
hugo pushed to main at hugo/RuDS 2026-07-22 13:20:51 +00:00
cc520d517a Add hover-revealed delete button to script sidebar rows, routed through the confirm-delete modal.
hugo pushed to main at hugo/RuDS 2026-07-22 13:15:59 +00:00
5968cf47ba Drop the media translation delete button from the spec; scripting API remains the only delete path.
2bf95bfcd0 Spec script deletion as confirm_delete_modal and cover it with a test.
Compare 2 commits »
hugo pushed to main at hugo/RuDS 2026-07-22 12:58:26 +00:00
733aa9a6ff Formalize tier-1 comment-based specs into allium constructs.
hugo pushed to main at hugo/RuDS 2026-07-22 12:33:48 +00:00
1dd8194fa8 chore: cleaned up trigger problems in allium specs
hugo closed issue hugo/RuDS#83 2026-07-21 21:54:59 +00:00
Metadata diff: cover categories, category-meta, and publishing preferences
hugo commented on issue hugo/RuDS#83 2026-07-21 21:54:58 +00:00
Metadata diff: cover categories, category-meta, and publishing preferences

Implemented in 2fc683d. RuDS now stores project-scoped database snapshots for project.json, categories.json, category-meta.json, and publishing.json; reports categories, category_meta, and…

hugo pushed to main at hugo/RuDS 2026-07-21 21:54:46 +00:00
2fc683d513 Add portable project metadata diff coverage.
hugo closed issue hugo/RuDS#82 2026-07-21 21:25:34 +00:00
Reopen published templates/scripts only when content actually changes
hugo commented on issue hugo/RuDS#82 2026-07-21 21:25:29 +00:00
Reopen published templates/scripts only when content actually changes

Implemented in 1410b97. Template and script update/save paths now compare supplied content with effective content, falling back to the published file body when DB content is absent. Metadata-only…

hugo pushed to main at hugo/RuDS 2026-07-21 21:25:21 +00:00
1410b97aeb Reopen published code only for content changes.
hugo closed issue hugo/RuDS#81 2026-07-21 21:18:47 +00:00
Slugify + auto-uniquify template/script slug changes and rename published files
hugo commented on issue hugo/RuDS#81 2026-07-21 21:18:43 +00:00
Slugify + auto-uniquify template/script slug changes and rename published files

Implemented in 8a6274e. Template and script slug edits now use bDS2-compatible slug normalization and collision suffixing while excluding the edited entity. Published source files are atomically…

hugo pushed to main at hugo/RuDS 2026-07-21 21:18:25 +00:00
8a6274ef6a Normalize template and script slug changes.
hugo closed issue hugo/RuDS#80 2026-07-21 21:06:21 +00:00
Cascade template slug changes to referencing posts and tags
hugo commented on issue hugo/RuDS#80 2026-07-21 21:06:21 +00:00
Cascade template slug changes to referencing posts and tags

Implemented in e28d42d. Template slug updates now capture project-scoped referencing posts and tags and update the template plus both reference sets atomically in one savepoint, bumping affected…