diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst index 91f0fedbafec1c5d0c43b252f887b072a889ed84..48f25be3310d737a640c48127a04996993e922c9 100644 --- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst +++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst @@ -1,8 +1,10 @@ .. include:: /Includes.rst.txt -==================================================================================== -Deprecation: #89554 - Deprecate \TYPO3\CMS\Extbase\Mvc\Controller\AbstractController -==================================================================================== +.. _deprecation-89554: + +========================================================================================== +Deprecation: #89554 - Deprecate \\TYPO3\\CMS\\Extbase\\Mvc\\Controller\\AbstractController +========================================================================================== See :issue:`89554` diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst index 9db4f51815e0ce00f42a715260fa1a9b06b864a1..1faf0cf4ebcac6e4bb720974fdc5ed64008e0bdf 100644 --- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst +++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst @@ -1,8 +1,10 @@ .. include:: /Includes.rst.txt -==================================================================== -Breaking: #92060 - Dropped class TYPO3\CMS\Backend\View\PageTreeView -==================================================================== +.. _breaking-92060: + +======================================================================== +Breaking: #92060 - Dropped class TYPO3\\CMS\\Backend\\View\\PageTreeView +======================================================================== See :issue:`92060` diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst index 60b82b0e54d596e6a90f6e25ae999a1fb512af4a..5e06ae4f4f8e78efc2aed5ffa3056ac8e2c22d0a 100644 --- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst +++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst @@ -1,7 +1,7 @@ .. include:: /Includes.rst.txt ======================================================================================================================= -Breaking: #92513 - Method signature change of TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface::processRequest +Breaking: #92513 - Method signature change of TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ControllerInterface::processRequest ======================================================================================================================= See :issue:`92513` diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst index 5af9bd38972e247b9c9dabfa8243ab87c2d411b6..e55f4457d436a48b467e34aacbf4892df30ae6ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst +++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst @@ -1,8 +1,10 @@ .. include:: /Includes.rst.txt -====================================================================== -Feature: #93209 - FAL: Add getFile() to TYPO3\CMS\Core\Resource\Folder -====================================================================== +.. _feature-93209: + +========================================================================== +Feature: #93209 - FAL: Add getFile() to TYPO3\\CMS\\Core\\Resource\\Folder +========================================================================== See :issue:`93209` diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst index 8afbeebeac408d89bfccebda4c823887586c6819..a7cf6a8e44dbf6cfe98d345e728125cd9a1b7bae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst @@ -17,14 +17,14 @@ over the Class Loader provided by Composer. There are four types of Applications provided by the TYPO3 Core: -TYPO3\CMS\Frontend\Http\Application ------------------------------------ +\\TYPO3\\CMS\\Frontend\\Http\\Application +----------------------------------------- All incoming web requests coming to index.php in the main directory, handling all TSFE and eID requests. The Application sets TYPO3_MODE=FE very early. The Application checks if all configuration is given, otherwise redirects to the TYPO3 Install Tool. -TYPO3\CMS\Backend\Http\Application ----------------------------------- +\\TYPO3\\CMS\\Backend\\Http\\Application +---------------------------------------- All incoming web requests for any regular Backend call inside typo3/\*. This handles three types of Request Handlers: - The AJAX Request Handler, which is triggered on requests with an "ajaxID" GET Parameter given. @@ -33,13 +33,13 @@ All incoming web requests for any regular Backend call inside typo3/\*. This han The Application checks if all configuration is given, otherwise redirects to the TYPO3 Install Tool. -\TYPO3\CMS\Backend\Console\Application --------------------------------------- +\\TYPO3\\CMS\\Backend\\Console\\Application +------------------------------------------- All CLI Requests handled by cli_dispatch.php. Only executes the parts that are necessary for Backend CLI Scripts used with the cliKey syntax. The typical CliRequestHandler is used for handling requests set up by this Application. -\TYPO3\CMS\Install\Http\Application ------------------------------------ +\\TYPO3\\CMS\\Install\\Http\\Application +---------------------------------------- The install tool Application only runs with a very limited bootstrap set up with a Failsafe Package Manager not taking the ext_localconf.php scripts of installed extensions into account. diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst index ed2b3437805943130a2f8661ad13bd054998ceb5..4cb536290548d6fb69ac466623f2207e81f0d8f9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst @@ -1,9 +1,10 @@ - .. include:: /Includes.rst.txt -====================================================================================== -Deprecation: #69535 - Deprecate \TYPO3\CMS\Fluid\ViewHelpers\Be\Buttons\IconViewHelper -====================================================================================== +.. _deprecation-69535: + +============================================================================================= +Deprecation: #69535 - Deprecate \\TYPO3\\CMS\\Fluid\\ViewHelpers\\Be\\Buttons\\IconViewHelper +============================================================================================= See :issue:`69535` diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst index 2943738f2fe449c84686e790f821996e633132e1..0b072a9d48fccb20146132fc55a8a86a1e462666 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst @@ -1,9 +1,10 @@ - .. include:: /Includes.rst.txt -============================================================================================================= -Deprecation: #72585 - Deprecate TYPO3\CMS\Core\Resource\Utility\BackendUtility::getFlashMessageForMissingFile -============================================================================================================= +.. _deprecation-72585: + +================================================================================================================== +Deprecation: #72585 - Deprecate TYPO3\\CMS\\Core\\Resource\\Utility\\BackendUtility::getFlashMessageForMissingFile +================================================================================================================== See :issue:`72585` diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst index 492ab15fa4d5ff0a6b731442a66a802a79cbb4c6..d0a39985906fd8dc79e8bab71ce7a71dfa03779e 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst @@ -1,9 +1,10 @@ - .. include:: /Includes.rst.txt -======================================================================================================= -Feature: #75827 - Add configuration options to \TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter -======================================================================================================= +.. _feature-75827: + +============================================================================================================= +Feature: #75827 - Add configuration options to \\TYPO3\\CMS\\Extbase\\Property\\TypeConverter\\FloatConverter +============================================================================================================= See :issue:`75827` diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst index d9cd6620834f6e5fffa4c8c262fb9a2e777f7eae..6c5386c7813e30f6ab9e89e087d4b5052c671bda 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst @@ -22,8 +22,8 @@ The form editor contains new selectable form elements * :html:`url` (HTML5) * :html:`number` (HTML5) -The server side 'TYPO3\CMS\Extbase\Validation\Validator\NumberValidator' validator can be used. ------------------------------------------------------------------------------------------------ +The server side 'TYPO3\\CMS\\Extbase\\Validation\\Validator\\NumberValidator' validator can be used. +---------------------------------------------------------------------------------------------------- .. code-block:: yaml diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst index fa76efa75b4a3a18781b85840582879c9dadb4d2..f27cb83e1352763f0755e85f52219ecbf8b12358 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst @@ -1,8 +1,10 @@ .. include:: /Includes.rst.txt -======================================================================== -Deprecation: #85822 - Static class TYPO3\CMS\Frontend\Page\PageGenerator -======================================================================== +.. _deprecation-85822: + +============================================================================ +Deprecation: #85822 - Static class TYPO3\\CMS\\Frontend\\Page\\PageGenerator +============================================================================ See :issue:`85822`