jmiller
47d2a2b6f9
chore: sync updates.xml 02.27.00-rc from rc [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 26s
2026-05-31 00:54:19 +00:00
Jonathan Miller
5f059013a5
Merge branch 'dev' of https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS into dev
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 6s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Universal: PR Check / Validate PR (pull_request) Successful in 6s
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Failing after 5s
Universal: Build & Release / Promote to RC (pull_request) Successful in 27s
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
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
2026-05-30 19:53:11 -05:00
Jonathan Miller
fbd3247082
chore: merge main into dev [skip ci]
2026-05-30 19:53:03 -05:00
gitea-actions[bot]
e63efd7626
chore: update development channel 02.26.03-dev [skip ci]
2026-05-31 00:50:48 +00:00
gitea-actions[bot]
2c16ac7142
chore(version): auto-bump 02.26.03-dev [skip ci]
2026-05-31 00:50:46 +00:00
Jonathan Miller
6c33fd63a9
Merge branch 'dev' of https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS into dev
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Failing after 3s
Update Server / Update Server (push) Successful in 11s
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
2026-05-30 19:50:31 -05:00
Jonathan Miller
afacaa9dbb
feat(demo): add reset-to-defaults link on snapshot tables multi-select
...
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 19:50:12 -05:00
gitea-actions[bot]
286e91853c
chore: update development channel 02.26.02-dev [skip ci]
2026-05-31 00:42:11 +00:00
gitea-actions[bot]
1c07a3eb89
chore(version): auto-bump 02.26.02-dev [skip ci]
2026-05-31 00:42:09 +00:00
Jonathan Miller
9edc304eff
Merge branch 'dev' of https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS into dev
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Failing after 3s
Update Server / Update Server (push) Successful in 12s
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
2026-05-30 19:41:53 -05:00
Jonathan Miller
3b186f55a8
fix: use raw HTML select with optgroups instead of HTMLHelper::select.optgroup
...
HTMLHelper::_('select.optgroup') does not exist in Joomla 6. Replaced
with a plain HTML multi-select built manually with <optgroup> tags.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 19:41:06 -05:00
gitea-actions[bot]
37247a5923
chore: update development channel 02.26.01-dev [skip ci]
2026-05-31 00:38:52 +00:00
gitea-actions[bot]
08cc791db5
chore(version): auto-bump 02.26.01-dev [skip ci]
2026-05-31 00:38:51 +00:00
Jonathan Miller
e0eee892d0
feat(demo): multi-select list for tables, formatted next-reset with timezone
...
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Failing after 3s
Update Server / Update Server (push) Successful in 10s
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
- SnapshotTablesField now renders as a multi-select <select> with
optgroups (Content, Users, Menus, Modules, Assets, Other) instead
of individual checkboxes
- NextResetField displays the next reset as a formatted datetime in
the site's configured timezone with a relative badge (in X hours)
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 19:38:29 -05:00
Jonathan Miller
1713388b7d
chore(manifest): fix display-name structure and update CONTRIBUTING.md
...
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Failing after 5s
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
Standardize manifest.xml identity block: ensure <name> contains only
the machine identifier (PascalCase) and <display-name> contains the
human-readable label with Joomla extension type prefix. Remove duplicate
<version> tags where present. Update CONTRIBUTING.md from moko-platform
default.
Authored-by: Moko Consulting
2026-05-30 19:11:14 -05:00
jmiller
4886fba5e8
chore: sync updates.xml 02.26.00 from main [skip ci]
2026-05-30 23:38:06 +00:00