gitea-actions[bot]
6d4284c6c9
chore(version): pre-release bump to 01.05.02-dev [skip ci]
development
2026-06-28 19:51:06 +00:00
gitea-actions[bot]
3ac54da149
chore(version): auto-bump patch 01.05.01-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (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 36s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 5m24s
2026-06-28 19:50:47 +00:00
jmiller
2af8a72ca3
Merge origin/main into dev — resync after 01.05.00 release
Universal: PR Check / Branch Policy (pull_request) Successful in 3s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: PR Check / Validate PR (pull_request) Failing after 7s
Universal: Auto Version Bump / Version Bump (push) Successful in 16s
Generic: Project CI / Lint & Validate (pull_request) Successful in 18s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Universal: PR Check / Secret Scan (pull_request) Successful in 47s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 58s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 54s
Generic: Project CI / Tests (pull_request) 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
Universal: PR Check / Report Issues (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 / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
2026-06-28 14:50:25 -05:00
gitea-actions[bot]
740fb4e1f6
chore(version): pre-release bump to 01.05.01-dev [skip ci]
2026-06-28 19:48:07 +00:00
gitea-actions[bot]
1413f62476
chore(version): auto-bump patch 01.04.18-dev [skip ci]
2026-06-28 19:47:54 +00:00
jmiller
d6fb2816cf
refactor: replace Joomla-7-deprecated APIs (forward compatibility)
...
Universal: Auto Version Bump / Version Bump (push) Successful in 12s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
Removes accessors deprecated in Joomla 5 and slated for removal in 7
(extension already runs on 6; this future-proofs for 7):
- Factory::getDbo() -> Factory::getContainer()->get(DatabaseInterface::class)
across plugins, controllers, static helpers, and the install script
- Factory::getUser() -> Factory::getApplication()->getIdentity()
- Factory::getSession() -> Factory::getApplication()->getSession()
- jexit(Text::_('JINVALID_TOKEN')) -> throw new \RuntimeException(..., 403),
consistent with the access-denied checks already in those controllers
Note: SQL update-version concern is already resolved — the release bumped
to 01.05.00, which matches the 01.05.00.sql update slot.
2026-06-28 14:47:34 -05:00
jmiller
464514bc37
chore: sync issue-branch.yml from Template-Generic [skip ci]
2026-06-28 19:39:07 +00:00
gitea-actions[bot]
2b0a412066
chore: promote changelog [Unreleased] → [01.05.00]
2026-06-28 19:35:27 +00:00
gitea-actions[bot]
5cf39a5a3a
chore(release): build 01.05.00 [skip ci]
2026-06-28 19:35:19 +00:00
jmiller
1c8f4e6867
Merge PR #83 : Release v2.0 — schema types, AI meta gen, sitemap, Joomla 6+, MokoSuite rename
2026-06-28 19:35:01 +00:00
gitea-actions[bot]
77cf557b71
chore(version): pre-release bump to 01.04.17-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (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 24s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 33m1s
2026-06-28 19:34:12 +00:00
gitea-actions[bot]
ff2c1a0483
chore(version): auto-bump patch 01.04.16-dev [skip ci]
2026-06-28 19:33:59 +00:00
jmiller
7fb7e38762
refactor: rename MokoJoomOpenGraph -> MokoSuiteOpenGraph; require Joomla 6+
...
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Secret Scan (pull_request) Successful in 10s
Universal: Auto Version Bump / Version Bump (push) Successful in 14s
Generic: Project CI / Lint & Validate (pull_request) Successful in 16s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 14s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 47s
Generic: Project CI / Tests (pull_request) 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
Universal: PR Check / Report Issues (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 / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
Product rename (display name / docs / comments / language strings only —
technical element names mokoog/com_mokoog/MokoOG namespace unchanged):
- Replace "MokoJoom" -> "MokoSuite" across 55 files
- Fixes the update-site license lookup in script.php, which matched the
old "%MokoJoomOpenGraph%" name and would never find a "MokoSuite" site
Joomla 6 compatibility:
- script.php: minimumJoomla 4.0.0 -> 6.0.0, minimumPhp 8.1.0 -> 8.2.0,
and actually enforce the Joomla floor in preflight() (was PHP-only)
- Add PKG_MOKOOG_JOOMLA_VERSION_ERROR language strings (en-GB, en-US)
- openapi.yaml + README state Joomla 6.0+ requirement
- Audit confirmed the codebase already uses only Joomla-6-supported APIs
2026-06-28 14:33:35 -05:00
gitea-actions[bot]
cedf6808d2
chore(version): pre-release bump to 01.04.15-dev [skip ci]
2026-06-28 19:25:11 +00:00
gitea-actions[bot]
36ce686ae1
chore(version): auto-bump patch 01.04.14-dev [skip ci]
2026-06-28 19:24:54 +00:00
jmiller
5ea422d75e
docs(api): require Joomla 6.0+ in OpenAPI metadata
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 12s
Generic: Project CI / Lint & Validate (pull_request) Successful in 48s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 59s
Universal: Auto Version Bump / Version Bump (push) Successful in 10s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 19s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Project CI / Tests (pull_request) 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
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
2026-06-28 14:19:29 -05:00
jmiller
e6e525080f
Merge origin/main into dev — reconcile diverged trunks for v2.0 release
...
main carried template/governance syncs not in dev; dev carries the v2.0
feature work. Resolved per project convention:
- ours (dev): composer.json (main's was corrupted to 'mokojoomgallery'),
all 5 manifests (01.04.13), README.md, CHANGELOG.md, all source
- theirs (main): GOVERNANCE.md, SECURITY.md, and workflow files (template syncs)
- kept dev's deliberate removal of deploy-manual.yml
This makes dev a superset of main so PR #83 (dev -> main) merges cleanly.
2026-06-28 14:15:17 -05:00
gitea-actions[bot]
42ffb4b46c
chore(version): pre-release bump to 01.04.13-dev [skip ci]
Publish to Composer / Publish Package (release) Successful in 5s
2026-06-28 18:56:12 +00:00
gitea-actions[bot]
2907e64641
chore(version): auto-bump patch 01.04.12-dev [skip ci]
2026-06-28 18:56:01 +00:00
jmiller
b77054b769
fix: harden input handling and output safety ( #79 )
...
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 11s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 9s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 13s
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
Universal: PR Check / Report Issues (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 / Report Issues (pull_request) Has been cancelled
- canonical_url: sanitize via sanitizeUrl() (scheme allowlist) instead of
bare trim() — closes stored-XSS via addHeadLink() on the public frontend
- AI endpoint: replace die('Invalid Token') with a clean event result,
and strip_tags + truncate article_title to 200 chars before use
- SitemapBuilder: whitelist changefreq against the sitemap spec enum,
intval() noindex IDs, strict in_array comparison
- MokoOG: log a WARNING when sitemap.xml write fails instead of ignoring it
2026-06-28 13:55:14 -05:00
Jonathan Miller
3fb5a87be9
fix: use mysqli driver in component manifest for Joomla 4/5/6
...
The install/uninstall/update SQL sections used driver="mysql" which
doesn't match the active mysqli driver, causing "SQL File not found"
on fresh installs and silently skipping schema updates on upgrades.
2026-06-28 13:55:12 -05:00
gitea-actions[bot]
5afbc75f23
chore(version): pre-release bump to 01.04.11-dev [skip ci]
Publish to Composer / Publish Package (release) Successful in 28s
2026-06-28 08:07:44 +00:00
gitea-actions[bot]
7ef082a8de
chore(version): pre-release bump to 01.04.10-dev [skip ci]
Publish to Composer / Publish Package (release) Successful in 5s
2026-06-28 08:07:24 +00:00
gitea-actions[bot]
c65ef345ef
chore(version): pre-release bump to 01.04.09-dev [skip ci]
Publish to Composer / Publish Package (release) Successful in 25s
2026-06-28 08:05:36 +00:00
jmiller
31da0a5980
chore: sync GOVERNANCE.md from Template-Joomla
...
Universal: Auto Version Bump / Version Bump (push) Successful in 7s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 13s
Authored-by: Moko Consulting
2026-06-28 07:54:35 +00:00
jmiller
9991bb3099
chore: sync version-set.yml from Template-Joomla
...
Universal: Auto Version Bump / Version Bump (push) Successful in 7s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
Authored-by: Moko Consulting
2026-06-28 07:52:37 +00:00
jmiller
aa4e254f0b
chore: sync pr-metadata-check.yml from Template-Joomla
2026-06-28 07:47:38 +00:00
jmiller
94201082d2
chore: sync ci-issue-reporter.yml from Template-Joomla
...
Universal: Auto Version Bump / Version Bump (push) Successful in 12s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 21s
Authored-by: Moko Consulting
2026-06-28 07:46:41 +00:00
jmiller
9147790214
chore: sync SECURITY.md from Template-Joomla
2026-06-28 07:46:12 +00:00
jmiller
3e51d8c439
chore: sync GOVERNANCE.md from Template-Joomla
2026-06-28 07:42:40 +00:00
jmiller
750f769a13
chore: sync CONTRIBUTING.md from Template-Joomla
2026-06-28 07:40:55 +00:00
jmiller
981464ee4e
chore: sync CODE_OF_CONDUCT.md from Template-Joomla
2026-06-28 07:37:50 +00:00
jmiller
7afcc8e6b9
chore: sync composer.json from Template-Joomla
2026-06-28 07:35:50 +00:00
jmiller
e47fdf8722
chore: sync phpstan.neon from Template-Joomla
2026-06-28 07:34:31 +00:00
jmiller
872abec8bc
chore: sync .editorconfig from Template-Joomla
2026-06-28 07:33:59 +00:00
jmiller
d01b39841a
chore: add SECURITY.md from Template-Joomla
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Has been cancelled
2026-06-28 07:25:41 +00:00
jmiller
6cc08927e7
chore: sync ci-generic.yml from Template-Generic [skip ci]
2026-06-27 20:44:50 +00:00
jmiller
ed715b5db8
chore: sync rc-revert.yml from Template-Generic [skip ci]
2026-06-27 05:32:30 +00:00
jmiller
5d02db24d5
chore: sync pre-release.yml from Template-Generic [skip ci]
2026-06-27 00:49:26 +00:00
jmiller
e6ade9033d
chore: sync repo-health.yml from Template-Generic [skip ci]
2026-06-25 19:47:01 +00:00
jmiller
76845f78f2
chore: sync pr-check.yml from Template-Generic [skip ci]
2026-06-25 19:47:00 +00:00
jmiller
b68d3f6481
chore: sync ci-issue-reporter.yml from Template-Generic [skip ci]
2026-06-25 19:46:59 +00:00
jmiller
3110d7eb75
chore: sync workflow-sync-trigger.yml from Template-Generic [skip ci]
2026-06-25 17:11:55 +00:00
jmiller
e285b8e770
chore: sync version-set.yml from Template-Generic [skip ci]
2026-06-25 17:11:54 +00:00
jmiller
0997a875d6
chore: sync repo-health.yml from Template-Generic [skip ci]
2026-06-25 17:11:54 +00:00
jmiller
baf67e18e6
chore: sync pre-release.yml from Template-Generic [skip ci]
2026-06-25 17:11:53 +00:00
jmiller
cf6b1286b5
chore: sync pr-check.yml from Template-Generic [skip ci]
2026-06-25 17:11:53 +00:00
jmiller
c1f560704b
chore: sync issue-branch.yml from Template-Generic [skip ci]
2026-06-25 17:11:52 +00:00
jmiller
52edde00c9
chore: sync deploy-manual.yml from Template-Generic [skip ci]
2026-06-25 17:11:51 +00:00
jmiller
759af6b237
chore: sync cleanup.yml from Template-Generic [skip ci]
2026-06-25 17:11:51 +00:00