[TASK] Avoid TSFE->MP
Based on the new PageInformation object attached to the Request from #102715, we can get rid of usages of TSFE->MP property. The patch does this and streamlines an admin panel class and the seo CanonicalGenerator class along the way. Change-Id: I0597fdfe5392128a6ae1932305e21a7d25076e29 Resolves: #102797 Related: #102715 Releases: main Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82277 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php 11 additions, 19 deletions...xt/adminpanel/Classes/Modules/Info/GeneralInformation.php
- typo3/sysext/adminpanel/Configuration/Services.yaml 2 additions, 0 deletionstypo3/sysext/adminpanel/Configuration/Services.yaml
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 19 additions, 19 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php 0 additions, 2 deletions...d/Classes/Middleware/TypoScriptFrontendInitialization.php
- typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php 8 additions, 6 deletionstypo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageExposingTsfeMpParameter.typoscript 0 additions, 3 deletions...ontroller/Fixtures/PageExposingTsfeMpParameter.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageHelloWorld.typoscript 3 additions, 0 deletions.../Functional/Controller/Fixtures/PageHelloWorld.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/TypoScriptFrontendControllerTestUserFuncs.php 0 additions, 11 deletions...er/Fixtures/TypoScriptFrontendControllerTestUserFuncs.php
- typo3/sysext/frontend/Tests/Functional/Controller/TypoScriptFrontendControllerTest.php 1 addition, 45 deletions...unctional/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/indexed_search/Classes/EventListener/FrontendGenerationPageIndexingTrigger.php 10 additions, 6 deletions...s/EventListener/FrontendGenerationPageIndexingTrigger.php
- typo3/sysext/redirects/Classes/Service/RedirectService.php 1 addition, 3 deletionstypo3/sysext/redirects/Classes/Service/RedirectService.php
- typo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php 36 additions, 32 deletionstypo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php
- typo3/sysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php 2 additions, 1 deletion...ysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php
- typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php 1 addition, 1 deletiontypo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php
- typo3/sysext/seo/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/seo/Configuration/Services.yaml
- typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php 1 addition, 1 deletion...seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php
- typo3/sysext/seo/Tests/Unit/Event/ModifyUrlForCanonicalTagEventTest.php 4 additions, 5 deletions...eo/Tests/Unit/Event/ModifyUrlForCanonicalTagEventTest.php
Please register or sign in to comment