jmiller
7da249ea73
chore(ci): update pre-release.yml from moko-platform [skip ci]
2026-05-26 22:51:25 +00:00
jmiller
9d628412e0
chore(ci): update auto-bump.yml from moko-platform [skip ci]
2026-05-26 22:50:14 +00:00
jmiller
516f7b4832
chore(ci): update auto-release.yml from moko-platform [skip ci]
2026-05-26 22:49:02 +00:00
jmiller
d35660b4cf
chore(ci): update pre-release.yml from moko-platform [skip ci]
2026-05-26 22:37:36 +00:00
jmiller
be05c56d29
chore(ci): update auto-release.yml from moko-platform [skip ci]
2026-05-26 22:36:08 +00:00
jmiller
608ad43242
chore(ci): update auto-bump.yml from moko-platform [skip ci]
2026-05-26 22:25:47 +00:00
jmiller
f92b53d24e
chore(ci): update auto-release.yml from moko-platform [skip ci]
2026-05-26 22:24:31 +00:00
jmiller
6d6840c68b
chore(ci): update pre-release.yml from moko-platform [skip ci]
2026-05-26 22:13:53 +00:00
jmiller
485b0cf696
chore(ci): add auto-bump.yml from moko-platform [skip ci]
2026-05-26 22:12:40 +00:00
jmiller
a8805d16f1
chore: sync .mokogitea/workflows/update-server.yml from moko-platform [skip ci]
2026-05-26 20:13:20 +00:00
jmiller
e4dad451b4
chore: sync .mokogitea/workflows/pre-release.yml from moko-platform [skip ci]
2026-05-26 20:11:27 +00:00
jmiller
42d9de47d5
fix(ci): use release_package.php for Joomla package builds [skip ci]
2026-05-26 19:54:39 +00:00
jmiller
9753088798
chore(ci): update pre-release.yml from moko-platform [skip ci]
2026-05-26 19:36:23 +00:00
jmiller
b01107d6e6
chore(ci): update auto-release.yml from moko-platform [skip ci]
2026-05-26 19:36:22 +00:00
jmiller
fd7ccfb927
chore: sync .mokogitea/workflows/update-server.yml from moko-platform [skip ci]
2026-05-26 19:04:39 +00:00
gitea-actions[bot]
2fd22c6030
refactor(ci): clean up auto-release, move logic to CLI [skip ci]
2026-05-25 22:21:03 -05:00
jmiller
8054c6c80b
chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci]
2026-05-26 03:08:06 +00:00
jmiller
7c90f05e9d
chore: sync .mokogitea/workflows/pre-release.yml from moko-platform [skip ci]
2026-05-26 03:06:09 +00:00
gitea-actions[bot]
648549ea66
fix(ci): auto-release preserves all update channels [skip ci]
2026-05-25 21:59:27 -05:00
jmiller
52b2d89bc5
feat(ci): add issue-branch.yml [skip ci]
2026-05-25 05:13:01 +00:00
jmiller
35f9329106
chore: sync updates.xml from [skip ci]
2026-05-24 04:25:14 +00:00
Moko Consulting
8b8ba1219a
chore: update CHANGELOG for deploy workflow removal
Joomla: Repo Health / Access control (push) Successful in 2s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 5s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s
2026-05-24 04:09:55 +00:00
jmiller
b2feaf17d1
chore: sync updates.xml from [skip ci]
2026-05-24 03:45:21 +00:00
jmiller
4e72dbd97c
chore: sync updates.xml from [skip ci]
2026-05-24 03:45:18 +00:00
jmiller
1b09c5d10c
chore: remove deploy workflow — switching to Joomla update server method
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 5s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
2026-05-24 03:44:08 +00:00
jmiller
59536181da
chore: sync updates.xml from [skip ci]
2026-05-23 23:41:18 +00:00
jmiller
84705d92f6
chore: sync updates.xml from [skip ci]
2026-05-23 23:41:16 +00:00
jmiller
5a99987e0f
chore: sync updates.xml from [skip ci]
2026-05-23 23:40:17 +00:00
jmiller
bb064a4c20
chore: sync updates.xml from [skip ci]
2026-05-23 23:40:16 +00:00
jmiller
02692440ba
chore: sync updates.xml from [skip ci]
2026-05-23 23:04:45 +00:00
Jonathan Miller
8feb75e1c7
chore: update .mokogitea/manifest.xml with standard format
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Add Moko Platform header comment, last-synced timestamp, and
normalize indentation to match other repos.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
v01
2026-05-23 18:02:48 -05:00
Jonathan Miller
98ac42c398
fix: resolve 10 issues found in code review
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 3s
Critical:
- Create missing pkg_mokoog.sys.ini package language file
- Create missing forms/tag.xml and forms/filter_tags.xml for component
- Remove non-existent Service/ folder from component manifest
- Remove non-existent scriptfile from system plugin manifest
Important:
- Remove unused DatabaseAwareTrait from system plugin
- Add Event parameter to onBeforeCompileHead (Joomla 5 SubscriberInterface)
- Guard onContentAfterSave with isClient('administrator') check
- Fix duplicate DEFAULT keyword in SQL CREATE TABLE
- Quote column names with quoteName() in content plugin select
- Remove duplicate language file registration in component manifest
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 17:40:40 -05:00
Jonathan Miller
27bb22e8e2
chore: remove local issue files (now tracked in Gitea)
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 4s
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 17:30:50 -05:00
Jonathan Miller
c9fe15c90c
feat: initial MokoOpenGraph package scaffold
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla package (pkg_mokoog) with three sub-extensions:
- com_mokoog: Admin component with tag manager, MVC, database schema
- plg_system_mokoog: OG + Twitter Card meta tag injection via onBeforeCompileHead
- plg_content_mokoog: Per-article and per-menu-item OG fields in editor
Includes CI/CD workflows, issue templates, 12 feature issues, and
full Joomla 4/5 DI container architecture.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 17:10:17 -05:00