From 3cd6146fa045b7d7d629b11d2948d1bd5555e5c7 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Sun, 7 Jun 2026 17:37:50 +0000 Subject: [PATCH 1/3] chore(version): pre-release bump to 06.12.01-dev [skip ci] --- .mokogitea/manifest.xml | 2 +- .mokogitea/workflows/issue-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml index 33f5301395..b3c59eac3c 100644 --- a/.mokogitea/manifest.xml +++ b/.mokogitea/manifest.xml @@ -4,7 +4,7 @@ MokoGitea MokoConsulting Moko fork of Gitea - adding project board REST API endpoints and custom enhancements - 06.12.00 + 06.12.01 v1.26.1+MOKO GNU General Public License v3 diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 3380ff4bd3..6273228fce 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokoplatform.Automation -# VERSION: 06.12.00 +# VERSION: 06.12.01 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" -- 2.52.0 From c016c603b4c6d1a71cb1c2be6a40fab719debea8 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 7 Jun 2026 12:51:20 -0500 Subject: [PATCH 2/3] fix(manifest): fix template end mismatch in Joomla settings block --- models/migrations/v1_27/v347.go | 2 +- templates/repo/settings/manifest.tmpl | 40 +++++++++++++++++++++++---- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/models/migrations/v1_27/v347.go b/models/migrations/v1_27/v347.go index 20f2e027b3..44422ef710 100644 --- a/models/migrations/v1_27/v347.go +++ b/models/migrations/v1_27/v347.go @@ -8,7 +8,7 @@ import ( ) // AddRepoManifestTable creates the repo_manifest table for storing -// moko-platform manifest settings per repository. +// mokoplatform manifest settings per repository. func AddRepoManifestTable(x *xorm.Engine) error { type RepoManifest struct { ID int64 `xorm:"pk autoincr"` diff --git a/templates/repo/settings/manifest.tmpl b/templates/repo/settings/manifest.tmpl index cbae357196..3228ed13e9 100644 --- a/templates/repo/settings/manifest.tmpl +++ b/templates/repo/settings/manifest.tmpl @@ -11,19 +11,29 @@
{{ctx.Locale.Tr "repo.settings.manifest_identity"}}
- - + {{if eq .Manifest.Platform "joomla"}} + + +

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

+ {{else}} + + + {{end}}
-
+
+
+ + +
@@ -41,7 +51,7 @@ @@ -60,18 +70,36 @@
- +
+ {{if eq .Manifest.Platform "joomla"}}
+

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

+
+ + + {{if .Manifest.ElementNameMismatch}} +

{{ctx.Locale.Tr "repo.settings.manifest_element_mismatch" .Manifest.AutoElementName}}

+ {{else}} +

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

+ {{end}} +
+ {{end}}
-- 2.52.0 From 1ca4996307c86a443125b41a27ad918e151a0ce0 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Sun, 7 Jun 2026 17:52:15 +0000 Subject: [PATCH 3/3] chore(version): pre-release bump to 06.12.02-dev [skip ci] --- .mokogitea/manifest.xml | 2 +- .mokogitea/workflows/issue-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml index b3c59eac3c..ce4ddc972f 100644 --- a/.mokogitea/manifest.xml +++ b/.mokogitea/manifest.xml @@ -4,7 +4,7 @@ MokoGitea MokoConsulting Moko fork of Gitea - adding project board REST API endpoints and custom enhancements - 06.12.01 + 06.12.02 v1.26.1+MOKO GNU General Public License v3 diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 6273228fce..a3562bead2 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokoplatform.Automation -# VERSION: 06.12.01 +# VERSION: 06.12.02 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" -- 2.52.0