There was an error fetching the commit references. Please try again later.
[FEATURE] Provide PageInformation in PAGEVIEW cObject
This extends the PAGEVIEW content object to provide not only the page record, but the full Page Information object, which among others contains the page record, the rootline and additionally also the Page Layout object. Resolves: #103570 Releases: main Change-Id: I904b91f7427e0bcd27c74f3fb3a92a7e320dff8b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83708 Reviewed-by:Lisa Kreitz <lisamariakreitz@web.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Lisa Kreitz <lisamariakreitz@web.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Page/PageLayoutResolver.php 9 additions, 1 deletiontypo3/sysext/core/Classes/Page/PageLayoutResolver.php
- typo3/sysext/core/Documentation/Changelog/13.1/Feature-103504-NewContentObjectPageView.rst 20 additions, 4 deletions...hangelog/13.1/Feature-103504-NewContentObjectPageView.rst
- typo3/sysext/frontend/Classes/ContentObject/PageViewContentObject.php 1 addition, 2 deletions.../frontend/Classes/ContentObject/PageViewContentObject.php
- typo3/sysext/frontend/Classes/Page/PageInformation.php 22 additions, 0 deletionstypo3/sysext/frontend/Classes/Page/PageInformation.php
- typo3/sysext/frontend/Classes/Page/PageInformationFactory.php 18 additions, 0 deletions...3/sysext/frontend/Classes/Page/PageInformationFactory.php
- typo3/sysext/frontend/Tests/Functional/ContentObject/PageViewContentObjectTest.php 53 additions, 0 deletions...ts/Functional/ContentObject/PageViewContentObjectTest.php
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Configuration/TypoScript/reserved_variablename_language.typoscript 3 additions, 0 deletions...tion/TypoScript/reserved_variablename_language.typoscript
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Configuration/TypoScript/reserved_variablename_page.typoscript 3 additions, 0 deletions...guration/TypoScript/reserved_variablename_page.typoscript
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Configuration/TypoScript/reserved_variablename_site.typoscript 3 additions, 0 deletions...guration/TypoScript/reserved_variablename_site.typoscript
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Resources/Private/Templates/Layouts/Default.html 1 addition, 1 deletion...endering/Resources/Private/Templates/Layouts/Default.html
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Resources/Private/Templates/Pages/Standard.html 1 addition, 0 deletions...rendering/Resources/Private/Templates/Pages/Standard.html
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Resources/Private/templates_in_lowercase/layouts/Default.html 1 addition, 1 deletion...urces/Private/templates_in_lowercase/layouts/Default.html
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering/Resources/Private/templates_in_lowercase/pages/Standard.html 1 addition, 0 deletions...ources/Private/templates_in_lowercase/pages/Standard.html
- typo3/sysext/redirects/Tests/Unit/Service/RedirectServiceTest.php 3 additions, 0 deletions...sext/redirects/Tests/Unit/Service/RedirectServiceTest.php
Please register or sign in to comment