[TASK] Deprecate various public TSFE properties
Various properties can be accessed directly via TypoScript config settings. * $TSFE->spamProtectEmailAddresses * $TSFE->intTarget * $TSFE->extTarget * $TSFE->fileTarget * $TSFE->baseUrl They have been marked as deprecated. In addition, some internal functionality is now marked as @internal as well, somehow related to the deprecated properties. Resolves: #97866 Releases: main Change-Id: Ieecd1674783a1d9b9092528d16a988568e857e18 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75040 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97866-VariousPublicTSFEProperties.rst 48 additions, 0 deletions...og/12.0/Deprecation-97866-VariousPublicTSFEProperties.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 27 additions, 11 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 3 additions, 2 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php 7 additions, 3 deletionstypo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php 1 addition, 1 deletion...sext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php 1 addition, 1 deletion...ext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php 2 additions, 2 deletionstypo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php 2 additions, 2 deletionstypo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
- typo3/sysext/frontend/Tests/Functional/ContentObject/ContentObjectRendererTest.php 1 addition, 1 deletion...ts/Functional/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 2 additions, 3 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 1 addition, 1 deletion...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 25 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
Please register or sign in to comment