Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3ce51d629 | |||
| 1f505b48c7 | |||
| afda7abcbe | |||
| 798d9c3ae0 | |||
| e0f22dd397 | |||
| ecda05aa46 |
@@ -88,7 +88,7 @@ func ManifestSettingsPost(ctx *context.Context) {
|
||||
RepoID: ctx.Repo.Repository.ID,
|
||||
Name: ctx.FormString("name"),
|
||||
Org: ctx.FormString("org"),
|
||||
Description: ctx.FormString("description"),
|
||||
Description: ctx.Repo.Repository.Description,
|
||||
Version: ctx.FormString("version"),
|
||||
LicenseSPDX: ctx.FormString("license_spdx"),
|
||||
LicenseName: ctx.FormString("license_name"),
|
||||
|
||||
@@ -19,10 +19,6 @@
|
||||
<input name="org" value="{{.Manifest.Org}}" placeholder="Organization">
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>{{ctx.Locale.Tr "repo.settings.manifest_description"}}</label>
|
||||
<input name="description" value="{{.Manifest.Description}}" placeholder="Project description">
|
||||
</div>
|
||||
<div class="three fields">
|
||||
<div class="field">
|
||||
<label>{{ctx.Locale.Tr "repo.settings.manifest_version"}}</label>
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Moko Consulting's custom fork of [Gitea](https://gitea.com), extending the self-
|
||||
| **Language** | Go |
|
||||
| **License** | MIT |
|
||||
| **Upstream** | Gitea 1.26.1 |
|
||||
| **Version** | v1.26.1-moko.06.10.00 |
|
||||
| **Version** | v1.26.1-moko.06.11.01 |
|
||||
| **Platform** | [Gitea](https://git.mokoconsulting.tech/MokoConsulting/MokoGitea) |
|
||||
|
||||
---
|
||||
|
||||
+8
-1
@@ -1,6 +1,6 @@
|
||||
# MokoGitea Roadmap
|
||||
|
||||
## Recently Completed (v1.26.1-moko.06.10)
|
||||
## Recently Completed (v1.26.1-moko.06.11)
|
||||
|
||||
- First-class Type field (12 types) replacing labels and custom fields
|
||||
- First-class Status field (13 statuses) with auto close/reopen
|
||||
@@ -15,11 +15,18 @@
|
||||
- MCP server published to npm (@mokoconsulting/mokogitea-mcp) with SSE transport
|
||||
- Dashboard issue count badges fixed
|
||||
- Status dropdown replaces close/reopen button
|
||||
- Org settings page for Issue Types
|
||||
- MCP SSE endpoint hosted at git.mokoconsulting.tech/mcp/
|
||||
- npm auto-publish workflow on MCP source changes
|
||||
- OAuth providers on 403/404 error pages
|
||||
- All stale branches cleaned up (main + dev only)
|
||||
|
||||
## In Progress
|
||||
|
||||
- Rename moko-platform to MokoPlatform
|
||||
- Granular role-based permissions for all features (#9)
|
||||
- Wire moko-platform CLI to manifest API (#505)
|
||||
- Bulk migrate remaining 41 flat wikis to folders
|
||||
|
||||
## Planned
|
||||
|
||||
|
||||
Reference in New Issue
Block a user