gitea-actions[bot]
7ecaa0e7ca
chore(release): build 02.26.00 [skip ci]
2026-05-30 23:37:52 +00:00
jmiller
e3c9bd3b06
Merge pull request 'feat: snapshot table checkboxes, multi-dir media, countdown fix, copy button' ( #93 ) from dev into main
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 3s
2026-05-30 23:37:39 +00:00
jmiller
3ad1d36a8f
chore: sync updates.xml 02.26.00-rc from rc [skip ci]
2026-05-30 23:37:38 +00:00
jmiller
6b0919daf3
chore: sync updates.xml 02.26.00-rc from rc [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 25s
2026-05-30 23:37:37 +00:00
Jonathan Miller
d2779af818
Merge branch 'dev' of https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS into dev
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
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 6s
Universal: PR Check / Validate PR (pull_request) Successful in 6s
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Site Health (push) Has been skipped
Universal: Auto Version Bump / Version Bump (push) Failing after 3s
Universal: Build & Release / Promote to RC (pull_request) Successful in 29s
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 18:35:17 -05:00
Jonathan Miller
11a217d3b9
chore: merge main into dev [skip ci]
2026-05-30 18:34:31 -05:00
jmiller
e943b248e5
chore: sync updates.xml from development [skip ci]
2026-05-30 23:21:43 +00:00
gitea-actions[bot]
440e528786
chore: update development channel 02.25.03-dev [skip ci]
2026-05-30 23:21:42 +00:00
gitea-actions[bot]
5e290a21a1
chore(version): auto-bump 02.25.03-dev [skip ci]
2026-05-30 23:21:41 +00:00
Jonathan Miller
888cd4cb67
feat(demo): auto-load DB tables as checkboxes, multi-directory media snapshots
...
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 9s
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: custom checkbox field that queries DB for all
tables, groups by type (content/users/menus/modules), pre-selects
important tables by default
- Media snapshots now support multiple directories (images, media)
with individual ZIPs per directory and legacy fallback
- Backward compatible with old boolean and textarea param formats
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 18:21:02 -05:00
jmiller
f81b895af6
chore: sync updates.xml from development [skip ci]
2026-05-30 23:03:55 +00:00
gitea-actions[bot]
c8df9876fe
chore: update development channel 02.25.02-dev [skip ci]
2026-05-30 23:03:54 +00:00
gitea-actions[bot]
a520b791a3
chore(version): auto-bump 02.25.02-dev [skip ci]
2026-05-30 23:03:53 +00:00
Jonathan Miller
cd5a9f7ecb
fix: calculate countdown at runtime and add 5/15/30 min presets
...
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 3s
Update Server / Update Server (push) Successful in 9s
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
- Countdown now calculates next reset on the fly from cron schedule if
demo_next_reset is empty or in the past, instead of only on save
- Added 5min, 15min, 30min presets to the schedule dropdown for testing
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 18:03:16 -05:00
jmiller
36dccc713a
chore: sync updates.xml from development [skip ci]
2026-05-30 22:52:08 +00:00
gitea-actions[bot]
4bad7325f1
chore: update development channel 02.25.01-dev [skip ci]
2026-05-30 22:52:08 +00:00
gitea-actions[bot]
cb775cdc4c
chore(version): auto-bump 02.25.01-dev [skip ci]
2026-05-30 22:52:06 +00:00
Jonathan Miller
96e89d0b0f
feat: add copy-to-clipboard button on health API token field
...
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
New CopyableTokenField renders a readonly monospace input with a Copy
button, matching Joomla's native API token UX in user profiles.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 17:51:49 -05:00
jmiller
9a313439ae
chore: sync updates.xml 02.25.00 from main [skip ci]
2026-05-30 22:17:40 +00:00
gitea-actions[bot]
9626344e3b
chore: update channels for 02.25.00 [skip ci]
2026-05-30 22:17:39 +00:00
gitea-actions[bot]
74e61b00e6
chore(release): build 02.25.00 [skip ci]
2026-05-30 22:17:31 +00:00
jmiller
c9cedeb14a
Merge pull request 'fix: package display name to Package - MokoWaaS' ( #92 ) from dev into main
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 3s
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 22:17:20 +00:00
Jonathan Miller
00b78b9d43
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 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 7s
Universal: PR Check / Validate PR (pull_request) Successful in 7s
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 30s
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 17:17:00 -05:00
Jonathan Miller
c4a1cf356a
chore: merge main into dev [skip ci]
2026-05-30 17:16:52 -05:00
jmiller
0be8cc876c
chore: sync updates.xml 02.25.00-rc from rc [skip ci]
2026-05-30 22:16:22 +00:00
jmiller
1e3513b714
chore: sync updates.xml 02.25.00-rc from rc [skip ci]
2026-05-30 22:16:21 +00:00
Jonathan Miller
22ccd233c2
fix: update display name in .mokogitea/manifest.xml to match package
...
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 2s
Generic: Repo Health / Access control (pull_request) Successful in 3s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 7s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 8s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 8s
Universal: PR Check / Validate PR (pull_request) Successful in 10s
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 6s
Universal: Build & Release / Promote to RC (pull_request) Successful in 39s
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
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 17:03:06 -05:00
jmiller
4985c2e7b4
chore: sync updates.xml from development [skip ci]
2026-05-30 22:01:16 +00:00
gitea-actions[bot]
b7b63d8172
chore: update development channel 02.24.01-dev [skip ci]
2026-05-30 22:01:15 +00:00
gitea-actions[bot]
e377bef840
chore(version): auto-bump 02.24.01-dev [skip ci]
2026-05-30 22:01:13 +00:00
Jonathan Miller
7d89d77a92
fix: update package display name to "Package - MokoWaaS"
...
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 4s
Update Server / Update Server (push) Successful in 15s
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-30 17:00:51 -05:00
jmiller
1f4d598e38
chore: sync updates.xml 02.24.00 from main [skip ci]
2026-05-30 21:21:27 +00:00
gitea-actions[bot]
2807a54483
chore: update channels for 02.24.00 [skip ci]
2026-05-30 21:21:25 +00:00
gitea-actions[bot]
7b79256318
chore(release): build 02.24.00 [skip ci]
2026-05-30 21:21:10 +00:00
jmiller
22acb25bbe
Merge pull request 'fix: docblock syntax errors and crontab reset schedule' ( #91 ) from dev into main
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 12s
2026-05-30 21:20:43 +00:00
Jonathan Miller
586b7bc105
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 21s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 11s
Generic: Repo Health / Access control (pull_request) Successful in 4s
Universal: Auto Version Bump / Version Bump (push) Failing after 28s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 34s
Universal: PR Check / Validate PR (pull_request) Successful in 19s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 29s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 1m14s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 17m48s
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 16:20:11 -05:00
Jonathan Miller
6cceb85be6
chore: merge main into dev (resolve version conflicts) [skip ci]
...
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:19:33 -05:00
jmiller
14b45cb36d
chore: sync updates.xml from development [skip ci]
2026-05-30 21:17:22 +00:00
gitea-actions[bot]
45cbd5cad4
chore: update development channel 02.23.03-dev [skip ci]
2026-05-30 21:17:21 +00:00
gitea-actions[bot]
b1519cf12a
chore(version): auto-bump 02.23.03-dev [skip ci]
2026-05-30 21:17:19 +00:00
Jonathan Miller
d9012ffddb
fix: add plugin attribute to task plugin manifest to set element in DB
...
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 7s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 8s
Universal: Auto Version Bump / Version Bump (push) Failing after 6s
Universal: PR Check / Validate PR (pull_request) Successful in 8s
Update Server / Update Server (push) Successful in 15s
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
Joomla requires a <filename plugin="mokowaasdemo"> in the files block
to populate the element field in #__extensions. Without it, the DB
INSERT fails with "Field 'element' doesn't have a default value".
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:17:01 -05:00
jmiller
0740b495e1
chore: sync updates.xml from development [skip ci]
2026-05-30 21:11:45 +00:00
gitea-actions[bot]
1dff862d2b
chore: update development channel 02.23.02-dev [skip ci]
2026-05-30 21:11:44 +00:00
gitea-actions[bot]
ccdab8b5da
chore(version): auto-bump 02.23.02-dev [skip ci]
2026-05-30 21:11:42 +00:00
Jonathan Miller
5245d15b9d
fix: remove all */ sequences from comments to prevent docblock termination
...
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 8s
Universal: Auto Version Bump / Version Bump (push) Failing after 18s
Update Server / Update Server (push) Successful in 26s
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
Cron-related comments contained */ in examples like "*/5" and "*/N"
which PHP interprets as closing the block comment, causing syntax errors.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:11:14 -05:00
Jonathan Miller
1673616523
fix: docblock */ in (*/N) prematurely closes comment, causing PHP syntax error
...
The string "*/N" inside a docblock contains */ which PHP interprets as
the end of the block comment, making "N" an unexpected identifier.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:11:14 -05:00
jmiller
62654e41a6
chore: sync updates.xml from development [skip ci]
2026-05-30 20:37:01 +00:00
gitea-actions[bot]
88817690e5
chore: update development channel 02.23.01-dev [skip ci]
2026-05-30 20:37:01 +00:00
gitea-actions[bot]
689bf1712f
chore(version): auto-bump 02.23.01-dev [skip ci]
2026-05-30 20:36:59 +00:00
Jonathan Miller
65e986344e
feat(demo): crontab-style reset schedule with preset dropdown and stored countdown
...
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 4s
Update Server / Update Server (push) Successful in 13s
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
- Replace hours interval with preset schedule dropdown (hourly, 4h, 6h,
12h, daily, weekly, monthly) plus custom crontab option
- Banner countdown now uses stored demo_next_reset timestamp calculated
from cron schedule on save, not a relative timer from page load
- Added cron parser (calculateNextCronRun) supporting wildcards, steps,
ranges, and comma-separated values
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 15:36:43 -05:00