From fc895aa70d4e5a46e26345d55215cd0997ecc705 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 30 May 2026 19:59:02 -0500 Subject: [PATCH] feat(settings): add help text for releases visibility and update feeds Clarify that update feeds (updates.xml, dolibarr.json) are always accessible regardless of the releases visibility setting. The visibility dropdown controls whether the releases page is browsable by anonymous visitors. Co-Authored-By: Claude Opus 4.6 (1M context) --- options/locale/locale_en-US.json | 1 + templates/repo/settings/options.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index 8262f5581d..85a1d98de4 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -2147,6 +2147,7 @@ "repo.settings.unit_visibility": "Visibility", "repo.settings.unit_visibility_private": "Private (follow repo visibility)", "repo.settings.unit_visibility_public": "Public (anyone can read)", + "repo.settings.unit_visibility_releases_help": "Update feeds (updates.xml, dolibarr.json) are always accessible regardless of this setting. Set to Public to also show the releases page to anonymous visitors.", "repo.settings.packages_desc": "Enable Repository Packages Registry", "repo.settings.projects_desc": "Enable Projects", "repo.settings.projects_mode_desc": "Projects Mode (which kinds of projects to show)", diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 043b3b7752..9dfaa8407d 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -512,6 +512,7 @@ +

{{ctx.Locale.Tr "repo.settings.unit_visibility_releases_help"}}