Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: #96107 - Deprecated functionality removed #1636

Merged
merged 2 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Documentation/ApiOverview/Categories/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<t3tca:columns-category>`. While using this type, TYPO3
takes care of generating the necessary TCA configuration and also adds
Expand Down
8 changes: 0 additions & 8 deletions Documentation/ApiOverview/DependencyInjection/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions Documentation/ApiOverview/Enumerations/Enumeration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions Documentation/ApiOverview/FlexForms/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions Documentation/ApiOverview/GlobalValues/Typo3ConfVars/SYS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -482,20 +482,6 @@ $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyPrefixSSL']
when accessing the server via an SSL proxy. This setting overrides
:ref:`[SYS][reverseProxyPrefix]<typo3ConfVars_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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down