TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,36 @@
.. include:: /Includes.rst.txt
.. _breaking-72427:
====================================================================
Breaking: #72427 - Removed TypoScript-related methods and properties
====================================================================
See :issue:`72427`
Description
===========
The following methods and properties have been removed:
* `TYPO3\CMS\Core\TypoScript\ConfigurationForm::ext_getKeyImage()`
* `TYPO3\CMS\Core\TypoScript\ExtendedTemplateService::ext_noSpecialCharsOnLabels`
* `TYPO3\CMS\Core\TypoScript\ExtendedTemplateService::makeHtmlspecialchars()`
* `TYPO3\CMS\Core\TypoScript\ExtendedTemplateService::ext_getKeyImage()`
* `TYPO3\CMS\Core\TypoScript\TemplateService::tempPath`
* `TYPO3\CMS\Core\TypoScript\TemplateService::wrap()`
* `TYPO3\CMS\T3editor\T3editor::isEnabled()`
* `TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::verify_TSobjects()`
The TypoScript conditions "browser", "version", "device", "system" and "useragent" have been removed.
Impact
======
Calling the methods above will result in a PHP fatal error.
Using the removed TypoScript conditions will have no effect anymore.
.. index:: PHP-API, TypoScript