diff --git a/Documentation/ApiOverview/Categories/Index.rst b/Documentation/ApiOverview/Categories/Index.rst index b2bab94424..fd4811631d 100644 --- a/Documentation/ApiOverview/Categories/Index.rst +++ b/Documentation/ApiOverview/Categories/Index.rst @@ -43,12 +43,6 @@ been marked as belonging to this category. Adding categories to a table ---------------------------- -.. deprecated:: 11.4 - Starting with v11.4 Defining category fields for tables with - :php:`$GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']` or - by calling :php:`ExtensionManagementUtility::makeCategorizable()` is - deprecated. - Categories can be added to a table by defining a TCA field of the TCA column type :ref:`category`. While using this type, TYPO3 takes care of generating the necessary TCA configuration and also adds diff --git a/Documentation/ApiOverview/DependencyInjection/Index.rst b/Documentation/ApiOverview/DependencyInjection/Index.rst index 1215fbb8b9..452d7f3d1f 100644 --- a/Documentation/ApiOverview/DependencyInjection/Index.rst +++ b/Documentation/ApiOverview/DependencyInjection/Index.rst @@ -44,14 +44,6 @@ injection. When to use Dependency Injection in TYPO3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. deprecated:: 11.4 - - The class :php:`\TYPO3\CMS\Extbase\Object\ObjectManager` has been deprecated - with TYPO3 11.4. Classes should be updated to avoid both, - :php:`\TYPO3\CMS\Extbase\Object\ObjectManager` and - :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()` whenever possible - when requiring service dependencies. - Class dependencies to services should be injected via constructor injection or setter methods. Where possible, Symfony dependency injection should be used for all cases where DI is required. diff --git a/Documentation/ApiOverview/Enumerations/Enumeration.rst b/Documentation/ApiOverview/Enumerations/Enumeration.rst index 7c56165cbd..c7867fe620 100644 --- a/Documentation/ApiOverview/Enumerations/Enumeration.rst +++ b/Documentation/ApiOverview/Enumerations/Enumeration.rst @@ -110,11 +110,9 @@ This logic can be implemented by a custom method:: final class VersionState extends \TYPO3\CMS\Core\Type\Enumeration { const __default = self::DEFAULT_STATE; - const NEW_PLACEHOLDER_VERSION = -1; const DEFAULT_STATE = 0; const NEW_PLACEHOLDER = 1; const DELETE_PLACEHOLDER = 2; - const MOVE_POINTER = 4; /** * @return bool diff --git a/Documentation/ApiOverview/FlexForms/Index.rst b/Documentation/ApiOverview/FlexForms/Index.rst index 34b33f4ece..3414af90b1 100644 --- a/Documentation/ApiOverview/FlexForms/Index.rst +++ b/Documentation/ApiOverview/FlexForms/Index.rst @@ -283,20 +283,6 @@ in the TCA reference: * :ref:`t3tca:columns-properties-displaycond` in TCA Reference -.. index:: Flexforms; switchableControllerActions -.. _flexformSwitchableControllerActions: - -switchableControllerActions ---------------------------- - -.. deprecated:: 10.3 - - It is no longer considered best practice to use - `switchableControllerActions` in a Flexform. The reasons - for the deprecation and possible alternatives are outlined - in the changelog :doc:`t3core:Changelog/10.3/Deprecation-89463-SwitchableControllerActions`. - - .. _flexformReload: Reload on change diff --git a/Documentation/ApiOverview/GlobalValues/Typo3ConfVars/SYS.rst b/Documentation/ApiOverview/GlobalValues/Typo3ConfVars/SYS.rst index f4451226b6..6c179f230d 100644 --- a/Documentation/ApiOverview/GlobalValues/Typo3ConfVars/SYS.rst +++ b/Documentation/ApiOverview/GlobalValues/Typo3ConfVars/SYS.rst @@ -482,20 +482,6 @@ $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyPrefixSSL'] when accessing the server via an SSL proxy. This setting overrides :ref:`[SYS][reverseProxyPrefix]`. -.. index:: - TYPO3_CONF_VARS SYS; defaultCategorizedTables -.. _typo3ConfVars_sys_defaultCategorizedTables: - -$GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables'] -============================================================== - -.. confval:: defaultCategorizedTables - - :type: list - :Default: '' - - List of comma separated tables that are categorizable by default. - .. index:: TYPO3_CONF_VARS SYS; .. _typo3ConfVars_sys_displayErrors: diff --git a/Documentation/ApiOverview/Typo3CoreEngine/Database/Index.rst b/Documentation/ApiOverview/Typo3CoreEngine/Database/Index.rst index f93e9d859f..67e9133cd7 100644 --- a/Documentation/ApiOverview/Typo3CoreEngine/Database/Index.rst +++ b/Documentation/ApiOverview/Typo3CoreEngine/Database/Index.rst @@ -228,7 +228,6 @@ Command keywords and values The :php:`copyToLanguage` command should be used when localizing records in the "Free Mode". This command is used when localizing content elements using translation wizard's "Copy" strategy. - - :Command: inlineLocalizeSynchronize :Type: