Skip to content

[RELEASE] 1.0.12 — fix pages under spacers (#2)#4

Merged
rtfirst merged 4 commits into
mainfrom
develop
Apr 25, 2026
Merged

[RELEASE] 1.0.12 — fix pages under spacers (#2)#4
rtfirst merged 4 commits into
mainfrom
develop

Conversation

@rtfirst
Copy link
Copy Markdown
Owner

@rtfirst rtfirst commented Apr 25, 2026

Summary

Releases 1.0.12 to main.

  • Fixes [BUG] Page Structure #2: pages under spacer pages (doktype 199) now appear in /llms.txt.
  • Adds functional test suite + CI job for PageTreeService.
  • Bumps version to 1.0.12.

See PR #3 for the bugfix details.

Test plan

rtfirst added 4 commits April 25, 2026 11:57
….0.12

Spacer pages (doktype 199) were filtered out by the SQL query in
PageTreeService::collectPages(), which also suppressed all of their
descendants because the recursion only fires for rows returned by the
query. Spacers are now traversed for recursion but skipped from the
output array, mirroring the TYPO3 frontend menu behavior.

Also adds functional test coverage for PageTreeService (spacer
traversal, nested spacers, explicit page exclusion) and wires a new
Functional Tests job into CI matching the unit-tests matrix.

Fixes #2
[BUGFIX] Include pages under spacer pages (#2)
Local DDEV has the composer vendor/ two levels above the extension,
while CI installs vendor/ directly under the extension root. Use a
small wrapper bootstrap that locates the autoloader via known
candidate paths and then loads the testing-framework bootstrap by
reflecting on Testbase's file location.
@rtfirst rtfirst merged commit 906d91a into main Apr 25, 2026
15 checks passed
@rtfirst rtfirst mentioned this pull request Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Page Structure

1 participant