Commit Graph

624 Commits

Author SHA1 Message Date
Jonathan Miller fbec3b2fbf chore: merge origin/dev
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Promote to RC (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
2026-05-30 10:56:20 -05:00
Jonathan Miller 270279d73a chore: resolve merge conflicts from main sync
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-30 10:55:31 -05:00
jmiller c4e7a34a1b chore: sync updates.xml 01.00.20-dev from dev [skip ci] 2026-05-30 15:49:11 +00:00
gitea-actions[bot] 4747a44678 chore(release): build 01.00.20-dev [skip ci] 2026-05-30 10:49:05 -05:00
gitea-actions[bot] 36c6044ee4 chore(release): build 01.00.19-dev [skip ci] 2026-05-30 10:48:40 -05:00
jmiller 821a254edb chore: sync updates.xml from development [skip ci] 2026-05-30 15:46:42 +00:00
gitea-actions[bot] e84ef94b7c chore: update development channel 01.00.18-dev [skip ci] 2026-05-30 15:46:41 +00:00
gitea-actions[bot] 17ebf2b612 chore(version): auto-bump 01.00.18-dev [skip ci] 2026-05-30 15:46:40 +00:00
Jonathan Miller 22c9349b5d feat: pause/resume videos when hero scrolls out of viewport
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Use IntersectionObserver to pause videos when the hero is not visible
and resume when it scrolls back in. Supports native <video>, YouTube
(postMessage API with enablejsapi=1), and Vimeo embeds.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-30 10:46:27 -05:00
jmiller 464bfd1f33 chore: sync updates.xml from development [skip ci] 2026-05-30 15:37:28 +00:00
gitea-actions[bot] 6132725665 chore: update development channel 01.00.17-dev [skip ci] 2026-05-30 15:37:27 +00:00
gitea-actions[bot] 38df39cfb5 chore(version): auto-bump 01.00.17-dev [skip ci] 2026-05-30 15:37:24 +00:00
Jonathan Miller 65169f8730 fix: render module title inside hero card and preserve btn styles
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
- Show module title as h2 inside the card/content when showtitle is
  enabled, keeping it within the overlay rather than above the hero
- Exclude .btn from card link color override so buttons retain their
  own styling

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-30 10:37:09 -05:00
jmiller f1236ae19f chore: sync updates.xml from development [skip ci] 2026-05-30 15:11:52 +00:00
gitea-actions[bot] b7926f6592 chore: update development channel 01.00.16-dev [skip ci] 2026-05-30 15:11:51 +00:00
gitea-actions[bot] 4e7a8073b3 chore(version): auto-bump 01.00.16-dev [skip ci] 2026-05-30 15:11:50 +00:00
Jonathan Miller 7130c27840 fix: correct WebAsset registration and iframe video cover
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
- Add #style/#script suffixes to preset dependencies (Joomla defaults
  untyped deps to "preset", causing UnsatisfiedDependencyException)
- Fix asset URIs to use extension_name/file pattern — Joomla's
  HTMLHelper auto-inserts the css/js folder
- Split video CSS into <video> (object-fit:cover) and <iframe>
  (oversize+centre-crop) rules since object-fit doesn't apply to iframes

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-30 10:11:11 -05:00
jmiller 84616a44b0 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 15:03:43 +00:00
jmiller 845ce75a99 chore: sync .mokogitea/workflows/auto-bump.yml from moko-platform [skip ci] 2026-05-30 15:01:19 +00:00
jmiller 8e6735990d chore: sync CONTRIBUTING.md from moko-platform [skip ci] 2026-05-30 14:59:11 +00:00
jmiller cc9c041325 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 14:55:43 +00:00
jmiller e93f628ce9 chore: sync .mokogitea/workflows/auto-bump.yml from moko-platform [skip ci] 2026-05-30 14:53:54 +00:00
jmiller dc445eacad chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 05:52:50 +00:00
jmiller 206fc0a7fa chore: sync .mokogitea/workflows/auto-bump.yml from moko-platform [skip ci] 2026-05-30 05:50:53 +00:00
jmiller 3ccbd2edc5 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 03:40:42 +00:00
jmiller 8f868fba2c chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 01:16:17 +00:00
jmiller 5a82401a81 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-30 01:14:37 +00:00
jmiller 0f43799606 chore: sync .mokogitea/workflows/auto-bump.yml from moko-platform [skip ci] 2026-05-29 10:31:47 +00:00
jmiller fe47cad50c chore: add .mokogitea/branch-protection.yml from moko-platform [skip ci] 2026-05-29 10:29:55 +00:00
jmiller 6843d8325f chore: sync CONTRIBUTING.md from moko-platform [skip ci] 2026-05-29 10:27:23 +00:00
jmiller 7a30db63f1 chore: sync .mokogitea/workflows/branch-cleanup.yml from moko-platform [skip ci] 2026-05-29 10:25:46 +00:00
jmiller 3fb1e3ee58 chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci] 2026-05-29 10:24:17 +00:00
jmiller cb6daecfbb chore: sync .mokogitea/workflows/auto-bump.yml from moko-platform [skip ci] 2026-05-29 10:22:47 +00:00
gitea-actions[bot] 5ec96ed8dc chore: update development channel 01.00.02-dev [skip ci] 2026-05-29 05:25:36 +00:00
gitea-actions[bot] eead1571f7 chore(version): pre-release bump to 01.00.02-dev [skip ci] 2026-05-29 05:25:35 +00:00
gitea-actions[bot] af48b6ecf9 chore(version): auto-bump patch 01.00.15-dev [skip ci] 2026-05-29 05:25:20 +00:00
Jonathan Miller 6791a9debc chore: add wiki/ to .gitignore
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Wiki content is managed via Gitea wiki, not in the repo.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-29 00:25:13 -05:00
gitea-actions[bot] b7139476ae chore(version): auto-bump patch 01.00.14-dev [skip ci] 2026-05-29 05:23:59 +00:00
Jonathan Miller 42c578fc7a refactor: move assets to media/ for proper Joomla WAM integration
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Joomla's addExtensionRegistryFile('mod_foo') resolves to
media/mod_foo/joomla.asset.json, not modules/mod_foo/. Move CSS, JS,
and joomla.asset.json to src/media/ and add <media> tag to manifest.

- src/css/ → src/media/css/
- src/js/ → src/media/js/
- src/joomla.asset.json → src/media/joomla.asset.json
- Manifest: replace <folder>css/js</folder> in <files> with <media> tag
- Entry point: restore addExtensionRegistryFile + usePreset

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-29 00:23:52 -05:00
gitea-actions[bot] 059b8fe6a2 chore(version): auto-bump patch 01.00.13-dev [skip ci] 2026-05-29 05:20:22 +00:00
Jonathan Miller 96e7ae65eb fix: use inline asset registration instead of preset registry
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
addExtensionRegistryFile fails during countModules() — Joomla renders
modules early during template parsing and the preset registry lookup
fails. Switch to registerAndUseStyle/registerAndUseScript which work
reliably in all contexts.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-29 00:20:15 -05:00
Jonathan Miller a22a94e72c chore: sync updates.xml from dev
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Cascade Main → Dev / Cascade main → branches (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-29 00:17:03 -05:00
gitea-actions[bot] be23db6dd5 chore: update development channel 01.00.02-dev [skip ci] 2026-05-29 05:13:01 +00:00
gitea-actions[bot] 20f98bfedf chore: update development channel 01.00.02-dev [skip ci] 2026-05-29 05:07:50 +00:00
gitea-actions[bot] e90ec45307 chore: update development channel 01.00.02-dev [skip ci] 2026-05-29 03:59:37 +00:00
gitea-actions[bot] fde8e54c62 chore(version): pre-release bump to 01.00.02-dev [skip ci] 2026-05-29 03:59:35 +00:00
gitea-actions[bot] f1bfe21a21 chore(version): auto-bump patch 01.00.12-dev [skip ci] 2026-05-29 03:57:20 +00:00
Jonathan Miller 29a32a9e07 fix(mobile): hide video/images on mobile, show card only
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
On mobile (<=768px) the video/slideshow is hidden behind the card
and wastes bandwidth. Now:
- Hide video and slide elements via display:none
- Remove fixed height so hero auto-sizes to card content
- Clear overlay background (no need without background media)
- Skip slideshow JS timer on mobile via matchMedia check

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 22:57:13 -05:00
gitea-actions[bot] 5d18c0f6c9 chore(version): auto-bump patch 01.00.11-dev [skip ci] 2026-05-29 03:56:03 +00:00
Jonathan Miller d738d75fad feat: add WYSIWYG content editor with card display on hero
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
- Add heroContent param with Joomla editor field for rich HTML input
- Add showCard toggle to wrap content in a styled card (white bg, shadow, rounded)
- Card CSS: semi-transparent white, 8px radius, centered, max 700px
- Remove old $module->content fallback — content now comes from params
- Language strings for en-GB and en-US (both .ini and .sys.ini)

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 22:55:54 -05:00