[TASK] Remove runThroughTemplatesPostProcessing hook
Hook call runThroughTemplatesPostProcessing related to the old TypoScript parser is now removed in the new TypoScript parser: This hook has been marked as breaking in 12.0 already and was only kept for b/w compat in typo3/testing-framework, which has been adapted meanwhile. The substitution event AfterTemplatesHaveBeenDeterminedEvent is slightly changed to provide the full Request to listeners instead of just the Site object. > composer u typo3/testing-framework Change-Id: I0b46aa50c576782f6853f91105478cd66d0ddcc3 Resolves: #98550 Related: #97816 Releases: main Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75995 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.lock 5 additions, 4 deletionscomposer.lock
- typo3/sysext/core/Classes/TypoScript/IncludeTree/Event/AfterTemplatesHaveBeenDeterminedEvent.php 12 additions, 3 deletions...cludeTree/Event/AfterTemplatesHaveBeenDeterminedEvent.php
- typo3/sysext/core/Classes/TypoScript/IncludeTree/SysTemplateRepository.php 8 additions, 5 deletions.../Classes/TypoScript/IncludeTree/SysTemplateRepository.php
- typo3/sysext/core/Classes/TypoScript/IncludeTree/TreeBuilder.php 0 additions, 27 deletions...ysext/core/Classes/TypoScript/IncludeTree/TreeBuilder.php
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-97816-NewAfterTemplatesHaveBeenDeterminedEvent.rst 1 addition, 1 deletion...eature-97816-NewAfterTemplatesHaveBeenDeterminedEvent.rst
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 0 additions, 10 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataScenarios/AbstractDataHandlerActionTestCase.php 0 additions, 10 deletions...ional/DataScenarios/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/TypoScript/IncludeTree/SysTemplateRepositoryTest.php 6 additions, 7 deletions...onal/TypoScript/IncludeTree/SysTemplateRepositoryTest.php
- typo3/sysext/core/Tests/Functional/TypoScript/IncludeTree/TreeBuilderTest.php 9 additions, 10 deletions...sts/Functional/TypoScript/IncludeTree/TreeBuilderTest.php
- typo3/sysext/fluid_styled_content/Tests/Functional/Rendering/SecureHtmlRenderingTest.php 0 additions, 11 deletions...nt/Tests/Functional/Rendering/SecureHtmlRenderingTest.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 3 additions, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php 0 additions, 10 deletions...end/Tests/Functional/Rendering/UriPrefixRenderingTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php 0 additions, 7 deletions...ontend/Tests/Functional/SiteHandling/AbstractTestCase.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/Fixtures/LinkHandlingController.php 9 additions, 4 deletions...nctional/SiteHandling/Fixtures/LinkHandlingController.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php 0 additions, 7 deletions...end/Tests/Functional/SiteHandling/SlugSiteRequestTest.php
- typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php 0 additions, 10 deletions...seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php
- typo3/sysext/tstemplate/Classes/Controller/ConstantEditorController.php 2 additions, 2 deletions...stemplate/Classes/Controller/ConstantEditorController.php
- typo3/sysext/tstemplate/Classes/Controller/ObjectBrowserController.php 4 additions, 4 deletions...tstemplate/Classes/Controller/ObjectBrowserController.php
- typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerController.php 3 additions, 3 deletions...emplate/Classes/Controller/TemplateAnalyzerController.php
Loading
Please register or sign in to comment