Commit Graph

534 Commits

Author SHA1 Message Date
jmiller 1220cce6ed chore: sync cascade-dev.yml from Template-Generic [skip ci] 2026-07-05 21:47:18 +00:00
jmiller af825540f7 chore: sync branch-cleanup.yml from Template-Generic [skip ci] 2026-07-05 21:47:17 +00:00
jmiller d6ab0d9871 chore: sync auto-release.yml from Template-Generic [skip ci] 2026-07-05 21:47:15 +00:00
jmiller 9f3cbadc94 chore: sync auto-bump.yml from Template-Generic [skip ci] 2026-07-05 21:47:13 +00:00
jmiller a883da634d chore: sync workflow-sync-trigger.yml from Template-Generic [skip ci] 2026-07-05 21:09:32 +00:00
jmiller 2676477600 chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-05 21:09:27 +00:00
jmiller 35ee4fd059 chore: sync version-set.yml from Template-Generic [skip ci] 2026-07-05 20:45:01 +00:00
jmiller 94b10a7596 chore: sync sync-on-merge.yml from Template-Generic [skip ci] 2026-07-05 20:44:58 +00:00
jmiller 76a6f60936 chore: sync repo-health.yml from Template-Generic [skip ci] 2026-07-05 20:44:56 +00:00
jmiller 6622f1b338 chore: sync rc-revert.yml from Template-Generic [skip ci] 2026-07-05 20:44:53 +00:00
jmiller 59a0df9a8b chore: sync pre-release.yml from Template-Generic [skip ci] 2026-07-05 20:44:50 +00:00
jmiller fdf4427cc0 chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-05 20:44:47 +00:00
jmiller 8ee1ee1215 chore: sync gitleaks.yml from Template-Generic [skip ci] 2026-07-05 20:44:42 +00:00
jmiller 22b60342ff chore: sync ci-issue-reporter.yml from Template-Generic [skip ci] 2026-07-05 20:44:38 +00:00
jmiller 13ead69edb chore: sync cascade-dev.yml from Template-Generic [skip ci] 2026-07-05 20:44:33 +00:00
jmiller 55aa70cb35 chore: sync branch-cleanup.yml from Template-Generic [skip ci] 2026-07-05 20:44:29 +00:00
jmiller a35afba514 chore: sync auto-release.yml from Template-Generic [skip ci] 2026-07-05 20:44:26 +00:00
jmiller 51e6284a28 chore: sync auto-bump.yml from Template-Generic [skip ci] 2026-07-05 20:44:22 +00:00
jmiller afa5b02471 chore: sync notify.yml from Template-Generic [skip ci] 2026-07-05 00:05:51 +00:00
jmiller 36d77f2a8a chore: sync cleanup.yml from Template-Generic [skip ci] 2026-07-05 00:05:48 +00:00
jmiller 8a6b133354 chore: sync auto-release.yml from Template-Generic [skip ci] 2026-07-04 23:28:02 +00:00
jmiller 7e1ebfefae chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-04 20:25:51 +00:00
jmiller e62c5090bf chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-04 20:23:02 +00:00
jmiller 8eb296115c chore: sync ci-generic.yml from Template-Generic [skip ci] 2026-07-04 20:23:01 +00:00
jmiller 440aaff550 chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-04 19:38:48 +00:00
jmiller 5ede6f05f6 chore: sync ci-generic.yml from Template-Generic [skip ci] 2026-07-04 19:38:47 +00:00
jmiller c0aab4873e chore: sync branch-cleanup.yml from Template-Generic [skip ci] 2026-07-04 19:38:45 +00:00
jmiller 585b156b84 chore: sync sync-on-merge.yml from Template-Generic [skip ci] 2026-07-04 19:06:14 +00:00
jmiller 513efe57f9 chore: sync pre-release.yml from Template-Generic [skip ci] 2026-07-04 19:06:13 +00:00
jmiller 23ae4de3fa chore: sync pr-check.yml from Template-Generic [skip ci] 2026-07-04 19:06:11 +00:00
jmiller b3e9cb33dd chore: sync notify.yml from Template-Generic [skip ci] 2026-07-04 19:06:10 +00:00
jmiller e19bda1a39 chore: sync cleanup.yml from Template-Generic [skip ci] 2026-07-04 19:06:09 +00:00
jmiller 54ba0828c5 chore: sync ci-generic.yml from Template-Generic [skip ci] 2026-07-04 19:06:07 +00:00
jmiller a26a831460 chore: sync auto-release.yml from Template-Generic [skip ci] 2026-07-04 19:06:05 +00:00
gitea-actions[bot] 84b3d9dc2c chore(version): pre-release bump to 01.07.03-dev [skip ci] 2026-06-29 17:26:56 +00:00
jmiller d6d93bddd9 Merge pull request 'refactor: consolidate ImageHelper resize paths + drop unused validate() (#104)' (#117) from fix/imagehelper-consolidate-104 into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 9s
2026-06-29 17:26:45 +00:00
gitea-actions[bot] 3e6c8d685b chore(version): pre-release bump to 01.07.02-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
2026-06-29 17:26:29 +00:00
jmiller 236baed80d refactor: consolidate ImageHelper resize paths, drop unused validate() (#104)
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 12s
- resize() is now a thin wrapper over resizeToSize() (added a $quality param),
  removing ~80 lines of duplicated crop/resample/encode logic. resize(path)
  and resizeToSize(path, 1200, 630, '') produce identical output paths/files,
  so behavior is unchanged.
- Removed the unused ImageHelper::validate() method (no callers).

Net: -130/+11 lines. Closes the remaining #104 consolidation items.
2026-06-29 12:26:13 -05:00
gitea-actions[bot] fd28cb8a93 chore(version): pre-release bump to 01.07.01-dev [skip ci] 2026-06-29 17:18:29 +00:00
jmiller cb0e5596ea Merge pull request 'refactor: sitemap throttle + SEF URLs (#100) and batch cursor pagination (#106)' (#116) from feat/sitemap-batch-redesign into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 14s
2026-06-29 17:18:11 +00:00
jmiller 7532446e46 refactor: sitemap throttle + SEF URLs (#100) and batch cursor pagination (#106)
Generic: Project CI / Lint & Validate (pull_request) Successful in 13s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 10s
Generic: Project CI / Tests (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
#106 — BatchController now paginates by id cursor (WHERE c.id > :lastId)
instead of always querying offset 0. A row that fails to insert falls behind
the cursor and is not re-fetched, so the batch always terminates and reaches
100% even with persistent failures. process() returns examined + last_id; the
editor JS drives the cursor and stops when a chunk examines 0 rows.

#100 — Sitemap:
- Throttle: regenerate at most once per 60s on content save (SITEMAP_MIN_INTERVAL)
  so bulk edits/imports don't rebuild the whole file every save
- SEF URLs: route each article via Route::link('site', ...) with a fallback to
  the non-SEF index.php URL if routing fails (worst case = prior behavior)
(access-level filtering + atomic write were done earlier in the cycle)
2026-06-29 12:17:37 -05:00
jmiller 73bd957808 chore: sync issue-branch.yml from Template-Generic [skip ci] 2026-06-29 16:51:19 +00:00
gitea-actions[bot] faf65c5d9c chore: promote changelog [Unreleased] → [01.07.00] 2026-06-29 16:27:41 +00:00
gitea-actions[bot] a038e43a3c chore(release): build 01.07.00 [skip ci] 2026-06-29 16:27:35 +00:00
jmiller b93ce7b872 Release: promote dev → main — v01.06.x cycle (dashboard, edit UI, ACL, security, forward-compat) 2026-06-29 16:27:20 +00:00
gitea-actions[bot] 320b842c6e chore(version): pre-release bump to 01.06.13-dev [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 20s
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3m3s
2026-06-29 16:26:31 +00:00
gitea-actions[bot] 47f073539a chore(version): auto-bump patch 01.06.12-dev [skip ci] 2026-06-29 16:26:22 +00:00
jmiller 36c37c8e67 Merge origin/main into dev — resync 01.06.00 release chores before promotion
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
2026-06-29 11:25:28 -05:00
gitea-actions[bot] e7d0395be0 chore(version): pre-release bump to 01.06.11-dev [skip ci] 2026-06-29 16:01:33 +00:00
jmiller 2e45d7ea5a Merge pull request 'docs: CHANGELOG + README for the current development cycle' (#114) from docs/session-updates into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
2026-06-29 16:01:13 +00:00