Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Miller 761915d540 feat(template): scaffold Joomla 5 template structure
Convert repo from empty module scaffold to a complete Joomla 5 site
template with manifest, index/error/offline/component pages, Web Asset
Manager config, CSS custom-property stylesheet, language files, and
11 module positions including a hero section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-16 14:33:30 -05:00
jmiller 2443baa436 Switch Composer source to Gitea package registry
Changelog Validation / Validate CHANGELOG.md (push) Failing after 36s
Joomla Extension CI / Release Readiness Check (push) Has been skipped
Joomla Extension CI / Lint & Validate (push) Failing after 32s
Joomla Extension CI / Tests (PHP 8.2) (push) Has been skipped
Joomla Extension CI / Tests (PHP 8.3) (push) Has been skipped
CodeQL Security Scanning / Analyze (actions) (push) Failing after 28s
CodeQL Security Scanning / Analyze (javascript) (push) Failing after 36s
Standards Compliance / License Header Validation (push) Failing after 28s
Standards Compliance / Secret Scanning (push) Failing after 38s
Standards Compliance / Coding Standards Check (push) Failing after 32s
Standards Compliance / Repository Structure Validation (push) Failing after 38s
Standards Compliance / Version Consistency Check (push) Failing after 33s
Standards Compliance / Workflow Configuration Check (push) Failing after 40s
Standards Compliance / Documentation Quality Check (push) Failing after 32s
Standards Compliance / README Completeness Check (push) Failing after 34s
Standards Compliance / Git Repository Hygiene (push) Failing after 29s
Standards Compliance / Script Integrity Validation (push) Failing after 28s
Standards Compliance / Line Length Check (push) Failing after 32s
Standards Compliance / File Naming Standards (push) Failing after 32s
Standards Compliance / Insecure Code Pattern Detection (push) Failing after 32s
Standards Compliance / Code Complexity Analysis (push) Failing after 27s
Standards Compliance / Code Duplication Detection (push) Failing after 25s
Standards Compliance / Dead Code Detection (push) Failing after 25s
Standards Compliance / File Size Limits (push) Failing after 34s
Standards Compliance / Binary File Detection (push) Failing after 39s
Standards Compliance / TODO/FIXME Tracking (push) Failing after 32s
Standards Compliance / Dependency Vulnerability Scanning (push) Failing after 31s
Standards Compliance / Unused Dependencies Check (push) Failing after 34s
Standards Compliance / Broken Link Detection (push) Failing after 33s
Standards Compliance / API Documentation Coverage (push) Failing after 35s
Standards Compliance / Accessibility Check (push) Failing after 34s
Standards Compliance / Performance Metrics (push) Failing after 31s
Standards Compliance / Enterprise Readiness Check (push) Failing after 37s
Standards Compliance / Repository Health Check (push) Failing after 24s
Standards Compliance / Terraform Configuration Validation (push) Failing after 32s
Sync Version from README / Propagate README version (push) Failing after 35s
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
Repository Cleanup / Repository Maintenance (push) Failing after 41s
Auto-Assign Issues & PRs / Assign unassigned issues and PRs (push) Successful in 1s
2026-04-13 06:08:10 +00:00
jmiller 373761cec3 chore: Sync MokoStandards workflows and configurations (#4)
* chore: update LICENSE from MokoStandards

* chore: add update.xml from MokoStandards

* chore: add phpstan.neon from MokoStandards

* chore: update Makefile from MokoStandards

* chore: update .gitignore from MokoStandards

* chore: add composer.json from MokoStandards

* chore: add .moko-standards from MokoStandards

* chore: add .github/copilot.yml from MokoStandards

* chore: add .github/copilot-instructions.md from MokoStandards

* chore: add .github/CLAUDE.md from MokoStandards

* chore: add .github/workflows/codeql-analysis.yml from MokoStandards

* chore: add .github/workflows/standards-compliance.yml from MokoStandards

* chore: add .github/workflows/enterprise-firewall-setup.yml from MokoStandards

* chore: add .github/workflows/deploy-dev.yml from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/config.yml from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/adr.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/bug_report.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/documentation.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/enterprise_support.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/feature_request.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/firewall-request.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/question.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/request-license.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/rfc.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/security.md from MokoStandards

* chore: add .github/ISSUE_TEMPLATE/joomla_issue.md from MokoStandards
2026-03-24 11:20:19 -05:00