[!!!][TASK] Remove sys_template.sitetitle DB field and logic
The sys_template.sitetitle field has been deprecated in v10 and is superseded by title handling of site configuration. The patch removes handling and db field. Resolves: #91927 Related: #91473 Releases: master Change-Id: I14f034193a31b7fdb0c37aeca9a485060843cefc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64618 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php 1 addition, 3 deletions...ysext/core/Classes/TypoScript/ExtendedTemplateService.php
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 0 additions, 16 deletionstypo3/sysext/core/Classes/TypoScript/TemplateService.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-91473-DeprecatedFunctionalityRemoved.rst 2 additions, 0 deletions.../master/Breaking-91473-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php 0 additions, 1 deletion...t/core/Tests/Acceptance/Backend/Template/TemplateCest.php
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/JsonRenderer.typoscript 0 additions, 3 deletions...ests/Functional/Fixtures/Frontend/JsonRenderer.typoscript
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 3 additions, 7 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Configuration/TCA/sys_template.php 1 addition, 9 deletionstypo3/sysext/frontend/Configuration/TCA/sys_template.php
- typo3/sysext/frontend/Resources/Private/Language/locallang_csh_systmpl.xlf 0 additions, 3 deletions...tend/Resources/Private/Language/locallang_csh_systmpl.xlf
- typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf 0 additions, 3 deletions...ext/frontend/Resources/Private/Language/locallang_tca.xlf
- typo3/sysext/frontend/Tests/Functional/Rendering/TitleTagRenderingTest.php 7 additions, 35 deletions...tend/Tests/Functional/Rendering/TitleTagRenderingTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGeneratorTest.php 0 additions, 6 deletions...sts/Functional/SiteHandling/EnhancerLinkGeneratorTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php 0 additions, 7 deletions...Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/AbstractLocalizedPagesTestCase.php 0 additions, 7 deletions...LocalizedPageRendering/AbstractLocalizedPagesTestCase.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/MountPointTest.php 0 additions, 12 deletions...frontend/Tests/Functional/SiteHandling/MountPointTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php 0 additions, 22 deletions...rontend/Tests/Functional/SiteHandling/SiteRequestTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php 0 additions, 7 deletions...d/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php 0 additions, 22 deletions...end/Tests/Functional/SiteHandling/SlugSiteRequestTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php 0 additions, 6 deletions...d/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php
- typo3/sysext/frontend/Tests/Functional/Tca/TemplateVisibleFieldsTest.php 0 additions, 1 deletion...ontend/Tests/Functional/Tca/TemplateVisibleFieldsTest.php
- typo3/sysext/frontend/ext_tables.sql 0 additions, 1 deletiontypo3/sysext/frontend/ext_tables.sql
Please register or sign in to comment