You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,6 +29,7 @@ The following PHP classes that have previously been marked as deprecated for v12
- :php:`\TYPO3\CMS\Core\Exception\MissingTsfeException`
- :php:`\TYPO3\CMS\Core\ExpressionLanguage\DeprecatingRequestWrapper`
- :php:`\TYPO3\CMS\Core\Resource\Service\MagicImageService`
+- :php:`\TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService`
- :php:`\TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser`
- :php:`\TYPO3\CMS\Core\TypoScript\TemplateService`
- :php:`\TYPO3\CMS\Core\Utility\ResourceUtility`
@@ -127,6 +128,7 @@ The following PHP class methods that have previously been marked as deprecated f
- :php:`\TYPO3\CMS\Core\Database\Query\QueryBuilder->execute`
- :php:`\TYPO3\CMS\Core\Domain\Repository\PageRepository->getExtURL`
- :php:`\TYPO3\CMS\Core\Environment->getBackendPath`
+- :php:`\TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter->filterInlineChildren`
- :php:`\TYPO3\CMS\Core\Session\UserSessionManager->createFromGlobalCookieOrAnonymous`
- :php:`\TYPO3\CMS\Dashboard\DashboardInitializationService->getRequireJsModules`
- :php:`\TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager->getContentObject`
@@ -196,6 +198,7 @@ The following PHP static class methods that have previously been marked as depre
- :php:`\TYPO3\CMS\Core\Utility\DebugUtility::debugRows`
- :php:`\TYPO3\CMS\Core\Utility\DebugUtility::printArray`
- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr`
+- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig`
- :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::_GET`
- :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::_GP`
- :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::_GPmerged`
The text was updated successfully, but these errors were encountered:
ℹ️ View this commit on Github
👥 Authored by Stefan Bürk [email protected]
✔️ Merged by Stefan Bürk [email protected]
Commit message
[!!!][TASK] Remove deprecated file reference functionality
Removed class:
Removed public method:
->filterInlineChildren
Removed public static method:
->getFileFieldTCAConfig
Resolves: #101082
Related: #100963
Related: #98479
Releases: main
Change-Id: I5a7519baa65a8296bd417b46a40b7ffe0d6e26c3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79400
Tested-by: Oliver Klee [email protected]
Tested-by: core-ci [email protected]
Reviewed-by: Stefan Bürk [email protected]
Reviewed-by: Nikita Hovratov [email protected]
Tested-by: Nikita Hovratov [email protected]
Tested-by: Stefan Bürk [email protected]
Reviewed-by: Oliver Klee [email protected]
➗ Modified files
13.0/Breaking-100963-DeprecatedFunctionalityRemoved.rst
The text was updated successfully, but these errors were encountered: