[TASK] Deprecate config.baseURL
The methods: TSFE->wrapBaseUrl() PageRenderer->setBaseUrl() and the TypoScript setting config.baseURL are set to be removed, as the <base> tag has its drawback with Crawlers and with Site Handling, proper links with "config.absRefPrefix=auto" or the global "config.forceAbsoluteUrls = 1" (available in v12.1), solve all use cases nowadays. Resolves: #99170 Releases: main Change-Id: I90131a01a731322a65bd75875e239151a2269b52 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76768 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev>
Showing
- typo3/sysext/core/Classes/Page/PageRenderer.php 10 additions, 1 deletiontypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-99170-ConfigbaseURLAndBaseTagFunctionality.rst 81 additions, 0 deletions...eprecation-99170-ConfigbaseURLAndBaseTagFunctionality.rst
- typo3/sysext/core/Tests/Functional/Page/PageRendererTest.php 0 additions, 6 deletionstypo3/sysext/core/Tests/Functional/Page/PageRendererTest.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 1 addition, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 6 additions, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 2 additions, 1 deletiontypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 1 addition, 1 deletion...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 21 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
Please register or sign in to comment