Commit Graph

1209 Commits

Author SHA1 Message Date
Jonathan Miller
cc00cc8308 feat: add Pa11y accessibility testing + migrate GitHub refs to Gitea
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Add Pa11y CI config template (templates/configs/pa11yci.json)
- Replace all github.com/mokoconsulting-tech with git.mokoconsulting.tech/MokoConsulting
- Update .moko-standards governance file

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:43:53 -05:00
Jonathan Miller
dced323065 merge: dev into main — Pa11y + Gitea refs
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
2026-04-14 20:38:55 -05:00
Jonathan Miller
ddf3655501 Fix a11y icon, FAB label colors, add high-contrast stylesheet, sync theme vars
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Fix faIcon() to use <i> elements (FA7 compatibility)
- Fix #mokoThemeFab .label and button colors to white (visible on
  both light and dark themes)
- Fix font-weight typo (600px → 600)
- Add --footer-padding-* variables to all 6 theme files
- Create a11y-high-contrast.css with WCAG AAA contrast ratios for
  both light and dark modes
- Register high-contrast stylesheet in joomla.asset.json
- Lazy-load high-contrast CSS when a11y contrast toggle is activated

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:25:15 -05:00
Jonathan Miller
cc58b75b0d Target Joomla 5 and 6 in updates.xml
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:06:57 -05:00
Jonathan Miller
a27e82b7d6 Align updates.xml with Joomla standard format
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Add php_minimum 8.1 to all update entries
- Simplify targetplatform version to '5.*'

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:03:40 -05:00
Jonathan Miller
f47feaa2b1 Add dual download URLs (Gitea primary, GitHub fallback) to updates.xml
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Each release channel now lists both Gitea and GitHub download URLs.
Joomla tries them in order — Gitea first, GitHub as fallback.
Also updated dev/beta SHA-256 hashes to match actual builds.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:03:09 -05:00
Jonathan Miller
2b8c60ccbe Add platform labels to update server names (Gitea/GitHub)
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:28:20 -05:00
Jonathan Miller
e43a1a445b Fix updateservers format to match Joomla manifest standard
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:27:29 -05:00
Jonathan Miller
d879663831 Place a11y button inline with theme switch, add Auto on/off toggle
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 29s
- A11y toggle button now sits side-by-side with theme switch inside
  the FAB bar, separated by a divider
- A11y button height matches the theme switch
- Auto button replaced with a proper on/off toggle switch that
  clearly indicates system-follow state
- Manual theme switch turns off Auto automatically
- A11y panel floats from its inline position when opened
- Falls back to standalone toolbar when theme FAB is disabled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:08:38 -05:00
Jonathan Miller
652307b774 Integrate MokoStandards API for build and validation
Some checks failed
Repo Health / Access control (push) Failing after 9s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Add mokoconsulting-tech/enterprise as Composer dev dependency
- Replace generic Makefile with MokoStandards CLI-powered targets
- Validation: check:syntax, check:joomla, check:version, check:xml,
  check:headers, check:secrets, health
- Build: reads version from README.md, packages src/ into installable ZIP
- Cross-platform ZIP support (zip, pwsh, powershell)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:02:26 -05:00
Jonathan Miller
15a43fcdca Add GitHub fallback update server, update beta SHA-256
Some checks failed
Repo Health / Access control (push) Failing after 5s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Add secondary update server pointing to GitHub as fallback
- Update beta release SHA-256 hash to match actual build

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:55:26 -05:00
Jonathan Miller
befd138061 chore(version): bump 03.09.13 → 03.09.14, CSS padding variables, Gitea URLs
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 41s
- Replace hardcoded padding with CSS variables in footer and header
- Bump version to 03.09.14 across all manifest files
- Switch update server and download URLs from GitHub to Gitea

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:53:44 -05:00
Jonathan Miller
4d96b0c7ac Update footer grid-child padding to use navbar CSS variables
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:35:16 -05:00
Jonathan Miller
a6bd0662d5 Update footer text color to use nav link color variable
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:24:19 -05:00
Jonathan Miller
c13ed61d4e Fix footer color variable and remove unused page-link styles
Use --body-color instead of --body-bg for footer text color, and remove
redundant .page-link / .page-link:active rules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:18:36 -05:00
2d223f672c Switch Composer source to Gitea package registry
Some checks failed
CodeQL Security Scanning / Analyze (actions) (push) Failing after 33s
CodeQL Security Scanning / Analyze (javascript) (push) Failing after 31s
Standards Compliance / Secret Scanning (push) Failing after 39s
Standards Compliance / License Header Validation (push) Failing after 32s
Standards Compliance / Repository Structure Validation (push) Failing after 39s
Standards Compliance / Coding Standards Check (push) Failing after 33s
Standards Compliance / Version Consistency Check (push) Failing after 42s
Standards Compliance / Workflow Configuration Check (push) Failing after 38s
Standards Compliance / README Completeness Check (push) Failing after 23s
Standards Compliance / Documentation Quality Check (push) Failing after 40s
Standards Compliance / Git Repository Hygiene (push) Failing after 27s
Standards Compliance / Script Integrity Validation (push) Failing after 25s
Standards Compliance / Line Length Check (push) Failing after 28s
Standards Compliance / File Naming Standards (push) Failing after 29s
Standards Compliance / Insecure Code Pattern Detection (push) Failing after 27s
Standards Compliance / Code Complexity Analysis (push) Failing after 25s
Standards Compliance / Code Duplication Detection (push) Failing after 34s
Standards Compliance / Dead Code Detection (push) Failing after 33s
Standards Compliance / File Size Limits (push) Failing after 30s
Standards Compliance / Binary File Detection (push) Failing after 31s
Standards Compliance / TODO/FIXME Tracking (push) Failing after 28s
Standards Compliance / Dependency Vulnerability Scanning (push) Failing after 33s
Standards Compliance / Unused Dependencies Check (push) Failing after 37s
Standards Compliance / Broken Link Detection (push) Failing after 35s
Standards Compliance / API Documentation Coverage (push) Failing after 37s
Standards Compliance / Accessibility Check (push) Failing after 32s
Standards Compliance / Performance Metrics (push) Failing after 35s
Standards Compliance / Enterprise Readiness Check (push) Failing after 40s
Standards Compliance / Repository Health Check (push) Failing after 32s
Standards Compliance / Terraform Configuration Validation (push) Failing after 25s
Repo Health / Access control (push) Failing after 2s
CodeQL Security Scanning / Security Scan Summary (push) Successful in 1s
Standards Compliance / Compliance Summary (push) Failing after 1s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Assign Issues & PRs / Assign unassigned issues and PRs (push) Successful in 1s
2026-04-13 06:08:06 +00:00
418bb5b9a1 ci: fix manifest parsing + branch-freeze workflow [skip ci]
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:45:53 -05:00
github-actions[bot]
d82f194367 chore(version): auto-bump patch 03.09.12 → 03.09.13 [skip ci] 2026-04-08 10:31:50 +00:00
6bec39b5ce Disable auto-trigger on update-server.yml — manual only
Workflow was corrupting updates.xml with empty template values.
Manual dispatch only until MokoStandards fixes manifest parsing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:31:23 -05:00
github-actions[bot]
1d0e5090e6 chore(version): auto-bump patch 03.09.11 → 03.09.12 [skip ci] 2026-04-08 10:26:37 +00:00
2a9e94ef7a Rebuild updates.xml after workflow corruption — all channels 03.09.12
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:26:06 -05:00
github-actions[bot]
a9d2c126f8 chore: update updates.xml (stable: 03.09.11) [skip ci] 2026-04-08 10:22:21 +00:00
github-actions[bot]
70e448e6e2 chore(version): auto-bump patch 03.09.11 [skip ci] 2026-04-08 10:22:20 +00:00
01597013b6 Merge branch 'version/03' 2026-04-08 05:22:08 -05:00
116e8b511a chore(release): bump all versions and badges to 03.09.12
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:17:07 -05:00
5a67111335 Use unique collapse ID for mainmenu too
Append module ID to collapse target so multiple mainmenu
instances don't conflict.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:15:06 -05:00
8d6a8df15e Fix horizontal menu: use own sub-layouts, unique collapse ID
horizontal.php was referencing mainmenu_ sub-layouts instead of
horizontal_ ones. Also use module ID in collapse target to avoid
conflicts when multiple menus exist on the same page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 05:14:05 -05:00
35b1c55d6f Backward compatibility 2026-04-08 01:41:17 -05:00
9d414c1e57 Merge branch 'dev' of https://github.com/mokoconsulting-tech/MokoCassiopeia into dev 2026-04-08 01:30:50 -05:00
211dbefb8b CSS and Overrides fix 2026-04-08 01:30:47 -05:00
4ccc972e88 fix: sync updates.xml from main [skip ci]
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:34:25 -05:00
30eb7ba01b fix: regenerate clean updates.xml from manifest [skip ci]
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:34:21 -05:00
github-actions[bot]
ce1440cceb chore(version): auto-bump patch 03.09.09 → 03.09.10 [skip ci] 2026-04-08 05:20:48 +00:00
a86d10805d Sync dev channel SHA for 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:20:33 -05:00
c03db0a099 Update dev channel SHA for 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:19:59 -05:00
33bf79bc65 Show shields.io badges in template description
Version, license, Joomla, and PHP badges rendered as img tags
in the template description, matching the README badge style.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:19:04 -05:00
4fdd0ca9ae Breadcrumb padding fix, version in template description
Change __here margin-right to padding-right: .15rem. Add version
number to template description so it shows in Joomla admin.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:18:24 -05:00
b6e7c64786 Breadcrumb label and items on single line
Add flex layout to .mod-breadcrumbs so the "You are here" label
and breadcrumb list sit inline. Label floats left with margin.
Bump to 03.09.12.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:16:54 -05:00
a70e74c72a ci: restrict workflow triggers to main and version/* only
Save GitHub Actions minutes by not running CI on every dev/rc
commit. All workflows now trigger only on push to main or
version/* branches. Manual dispatch still available.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:13:01 -05:00
github-actions[bot]
43b2561b90 chore(version): auto-bump patch 03.09.08 → 03.09.09 [skip ci] 2026-04-08 05:08:25 +00:00
08ac6d10a1 Update dev channel SHA for 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:08:11 -05:00
e1e0087414 Update dev channel SHA for 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:07:19 -05:00
github-actions[bot]
b5f522479a chore(version): auto-bump patch 03.09.07 → 03.09.08 [skip ci] 2026-04-08 05:04:56 +00:00
bd6ab26614 Reorder updates.xml to match release pipeline
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:04:31 -05:00
0b557c54ac Reorder updates.xml to match release pipeline
Order: development → alpha → beta → rc → stable
Each section annotated with its pipeline stage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:04:18 -05:00
github-actions[bot]
8a7105401f chore(version): auto-bump patch 03.09.06 → 03.09.07 [skip ci] 2026-04-08 05:01:36 +00:00
9e4ddf4d46 Sync updates.xml: dev channel 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:01:22 -05:00
fd186fea09 Update dev channel to 03.09.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:01:09 -05:00
cd812ecbf4 Fix breadcrumbs: stop double-filtering, add showHere support
Joomla core already handles showHome/showLast/homeText before
passing $list to the template. Removed duplicate filtering that
was breaking those settings. Added showHere param to control
"You are here" label visibility. Bump to 03.09.11.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 00:00:14 -05:00
github-actions[bot]
44de570f09 chore(version): auto-bump patch 03.09.05 → 03.09.06 [skip ci] 2026-04-08 04:57:10 +00:00