chore: cascade main -> dev (.mokogitea -> .mokogit / MOKOGIT_TOKEN) #796
Open
jmiller
wants to merge 1 commits from
main into dev
pull from: main
merge into: :dev
:main
:fix/theme-config-separation
:dev
:feature/799-actions-a-concurrency-block-prevents-run
:feature/secret-scanning
:feature/727-org-level-branch-protection-is-stored-bu
:feature/725-enforce-dot-prefixed-repositories-are-al
:feature/723-feat-issue-and-pull-request-voting-upvot
:feature/722-cleanup-and-standardization-of-issue-tem
:feature/738-expand-openapi-spec-mcp-tooling-for-org-
:feature/747-add-a-dedicated-system-api-automation-bo
:feature/746-auto-add-the-actions-bot-to-the-ci-cd-te
:feature/745-org-default-teams-add-protected-option-b
:feature/744-feat-let-issue-templates-set-mokogitea-f
:worktree-agent-acb0cede999748165
:fix/rebrand-wiki-docs
:feature/749-release-notes-from-a-curated-release-not
:worktree-agent-a5b50d10bab2beaac
:feature/760-per-client-org-sweep-audit-client-mokosu
:feature/759-audit-client-extension-repos-for-stale-m
:feat/vnext
:fix/org-wiki
:rc
:rc/v1.26.1-moko.06.07.02
:rc/v1.26.1-moko.06.07.03
:rc/v1.26.1-moko.06.07.01
:rc/v1.26.1-moko.06.07
:rc/v1.26.1-moko.06.06.02
:rc/v1.26.1-moko.06.06.01
:rc/v1.26.1-moko.06.06
:rc/v1.26.1-moko.06.05.01
:rc/v1.26.1-moko.06.05
:rc/v1.26.1-moko.06.04
:rc/v1.26.1-moko.06.03
:rc/05.06.00
:rc/05.03.03
:rc/04.01.00
:rc/05.03.02
:rc/05.03.01
:rc/05.03.00
:rc/05.01.00
:rc/05.02.02
:rc/05.02.01
:rc/05.01.01
:rc/05.02.00
:rc/05.01.02
:rc/05.03.04
:rc/05.03.05
:rc/05.03.06
:rc/05.03.08
:rc/05.04.00
:rc/05.05.00
No Reviewers
Labels
Clear labels
breaking-change
ci-cd
config
dependencies
deploy-failure
docker
documentation
feature: wiki
good first issue
health-check
help wanted
mokostandards
push-failure
security
size/l
size/m
size/s
size/xl
size/xs
standards-drift
standards-update
sync-failure
tech-debt
upstream
upstream
work-in-progress
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Breaking API or behavior change
CI/CD pipeline changes
Configuration changes
Dependency updates
Deployment failed
Docker/container changes
Documentation changes
Wiki system enhancements
Good for newcomers
Repo health check result
Extra attention needed
Related to MokoStandards framework
Git push operation failed
Security vulnerability or hardening
200-500 lines changed
50-200 lines changed
10-50 lines changed
500+ lines changed
< 10 lines changed
Deviates from MokoStandards
MokoStandards compliance update
Sync or mirror failed
Technical debt and TODO/FIXME items
Inherited from upstream Gitea
Draft or incomplete work
Something is not working
This issue or pull request already exists
New feature
Need some help
Something is wrong
More information is needed
This won't be fixed
No labels
Priority
-
Type
-
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MokoConsulting/MokoGIT#796
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cascade completed MOKOGITEA->MOKOGIT migration into dev.
- view.tmpl rendered both org/header (which already includes org/menu) and org/menu -> the org navigation bar showed twice. Drop the redundant org/menu include to match every other org page. - Wiki content was rendered with a RepoFile context, so intra-wiki links pointed at /{owner}/{repo}/src/branch/main/PATH (repo file browser, missing .md -> 404). Rewrite rendered links (content/sidebar/footer) to /{owner}/-/wiki/PATH, which also hides the underlying wiki repo name. - Reword empty-state hint to public / members-only wording. Claude-Session: https://claude.ai/code/session_01Bqe7fAuHQeiLueYfeHFrHwThe Dockerfile bind-mounts .git for `make backend` ("required for version data"), so the Makefile computed the binary version via `git describe` — the leaked upstream Gitea version (e.g. 1.26.1+moko...-967-gHASH) — even though a VERSION file (01.00.00) is committed. The Makefile's STORED_VERSION (VERSION file) takes precedence over `git describe`, but .dockerignore excluded `/VERSION`, so the build never saw it. Stop excluding VERSION from the Docker build context. STORED_VERSION=01.00.00 now wins and the built binary reports the MokoOrgStandards xx.xx.xx version. (Upstream excludes VERSION because it's normally a generated release-tarball artifact; MokoGIT commits it intentionally as the version source.) Verify after deploy: the footer and /api/v1/version report 01.00.00, not a git-describe string. Completes the versioning adoption whose repo-side pieces (VERSION file, update-checker default off) were already in place.Comprehensive MokoGIT theme/branding built from the authoritative mokoconsulting.tech design tokens (MokoOnyx *.custom.css): - Theme: replace gitea themes entirely with theme-mokogit-{light,dark,auto} (default mokogit-auto); brand tokens (primary #010156 / accent #3f8ff0, navy nav+footer #112855, semantic palette); mokogit-brand.css component reskin; runtime custom-stylesheet override hook (templates/custom/header.tmpl -> mokogit-custom.css, re-skin live with no rebuild). - Font Awesome 7 Free 7.1.0: vendored unmodified (CSS headers intact + webfonts + verbatim LICENSE.txt), license-compliant for distribution/white-label (Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT); attributed in THIRD-PARTY-NOTICES.md, README, and wiki. - Light/dark toggle: navbar sun/moon control, server-persisted via the existing /user/settings/appearance/theme endpoint (anonymous falls back to localStorage). - Accessibility menu: 6 options (text resize, color invert, high contrast, link highlight, readable font, pause animations); localStorage-persisted, applied on <html>, ARIA/keyboard. - PWA: service worker (network-first navigation + cached offline fallback) + branded offline page + enhanced manifest (display standalone, navy theme_color, app shortcuts); manifest icon sourced from the site-admin branding icon if set, else the bundled MokoGIT logo. Verified: `go build ./...` and `vite build` both green; only mokogit themes emit.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.