• Joined on 2026-02-16
hugo closed issue hugo/RuDS#87 2026-07-22 16:11:30 +00:00
Align auto-translation trigger with bDS2 (manual save only, not publish)
hugo commented on issue hugo/RuDS#87 2026-07-22 16:11:26 +00:00
Align auto-translation trigger with bDS2 (manual save only, not publish)

Implemented in 2dcaf7f. Automatic post translation is now triggered only by an explicit manual canonical save; publishing no longer schedules missing translations, and autosave/internal persistence…

hugo pushed to main at hugo/RuDS 2026-07-22 16:11:18 +00:00
2dcaf7f7f7 Limit automatic translation to manual saves
hugo closed issue hugo/RuDS#85 2026-07-22 16:06:25 +00:00
Generation: classify localized page-category post paths ({lang}/{slug}/index.html)
hugo commented on issue hugo/RuDS#85 2026-07-22 16:06:22 +00:00
Generation: classify localized page-category post paths ({lang}/{slug}/index.html)

Implemented in 556d9c1. Configured language prefixes are now stripped before all generated-route classification, so localized page-category paths such as de/about/index.html classify as Core just…

hugo pushed to main at hugo/RuDS 2026-07-22 16:06:15 +00:00
556d9c1ff4 Classify localized page routes as core
hugo closed issue hugo/RuDS#84 2026-07-22 16:02:47 +00:00
Generation: derive language-prefix detection from project blogLanguages, not a hardcoded set
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