Gitea Actions only runs workflows from .gitea/workflows/. The
update-server.yml was only in .github/workflows/ and never triggered
on push to dev. This enables automatic dev/alpha/beta/rc releases.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add template overrides for com_joomgallery (gallery, category, image)
with Schema.org markup, Bootstrap 5 styling, and accessibility
- Sync dev branch version to 01.00.25 (match stable) so dev channel
is visible in Joomla update system (was 01.00.24 < stable 01.00.25)
- Add <creationDate> to auto-release.yml build_entry() and
update-server.yml NEW_ENTRY builder
- Add creationDate update to .gitea/workflows/release.yml auto-bump step
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Apply the same pseudo-element layering (scaled bg image, radial blur
softening, glass-effect overlay panel) to modules using the
banner-overlay.custom-hero class inside container-banner.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bootstrap .btn-outline-secondary was overriding the accent color
and border-radius. Use higher specificity + !important.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
.hero now uses --hero-bg-image, --hero-bg-repeat, --hero-bg-attachment,
--hero-bg-position, --hero-bg-size CSS variables.
Default min-height changed from 100% to 75vh.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace the large inline CSS variables reference fieldset with a
single note linking to the MokoOnyx repo documentation.
Add docs link to template description.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
.drawer-toggle-left gets border-radius 0 on left side.
.drawer-toggle-right gets border-radius 0 on right side.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
.hero is the module wrapper — now a full-width flex container.
Card styling (max-width, bg, padding, radius) moves to .hero .card.
All dimensions driven by CSS variables with sensible defaults:
--hero-justify, --hero-align, --hero-min-height,
--hero-card-text-align, --hero-card-max-width, etc.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GitHub mirror releases not syncing — remove broken URLs so
Joomla updater only uses the working Gitea download URL.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>