diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemoveUtf8ConversionInEXTrecycler.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst similarity index 80% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemoveUtf8ConversionInEXTrecycler.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst index f42cd896f202c5ee32b6b6e3c6cb712a5d42623f..2ac9b99543afcd335f98ffd446e500e6f9a78c13 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemoveUtf8ConversionInEXTrecycler.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst @@ -1,6 +1,6 @@ -========================================================= -Breaking: #72334 - Remove utf8 conversion in EXT:recycler -========================================================= +========================================================== +Breaking: #72334 - Removed utf8 conversion in EXT:recycler +========================================================== Description =========== @@ -33,4 +33,4 @@ Any TYPO3 instance directly accessing any of the mentioned RecyclerUtility metho Migration ========= -Remove the usages to these methods, and use the strings directly. \ No newline at end of file +Remove the usages to these methods, and use the strings directly. diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemoveDeprecatedEntryPointFallback.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst similarity index 81% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemoveDeprecatedEntryPointFallback.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst index d07cc19a96b351de0a814bd1806097d994c96737..07ffab42263ca9d8943865c591696c0639906785 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemoveDeprecatedEntryPointFallback.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst @@ -1,6 +1,6 @@ -========================================================= -Breaking: #72360 - Remove deprecated entry point fallback -========================================================= +========================================================== +Breaking: #72360 - Removed deprecated entry point fallback +========================================================== Description =========== @@ -47,4 +47,4 @@ Migration ========= Move all existing code in extensions that link to the deprecated entry points to use methods -like ``BackendUtility::getModuleUrl()`` and ``BackendUtility::getAjaxUrl()`` or the UriBuilder class. \ No newline at end of file +like ``BackendUtility::getModuleUrl()`` and ``BackendUtility::getAjaxUrl()`` or the UriBuilder class. diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemoveDeprecatedCodeFromCss_styled_content.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst old mode 100755 new mode 100644 similarity index 89% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemoveDeprecatedCodeFromCss_styled_content.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst index 7c8ed90edf834921ea6074b05aa006f7d3d4aa86..faefcd9c9a5a232f988a5cb9b76ea33320f5e461 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemoveDeprecatedCodeFromCss_styled_content.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst @@ -1,6 +1,6 @@ -================================================================= -Breaking: #72373 - Remove deprecated code from css_styled_content -================================================================= +================================================================== +Breaking: #72373 - Removed deprecated code from css_styled_content +================================================================== Description =========== diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemoveDeprecatedCodeFromDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst similarity index 86% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemoveDeprecatedCodeFromDocumentTemplate.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst index 5ec6b3428c7293a09f568e05cc91f783b525aadb..17e72082484ff0c2394ed83da6900c02cd56a7a7 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemoveDeprecatedCodeFromDocumentTemplate.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst @@ -1,6 +1,6 @@ -=============================================================== -Breaking: #72392 - Remove deprecated code from DocumentTemplate -=============================================================== +================================================================ +Breaking: #72392 - Removed deprecated code from DocumentTemplate +================================================================ Description =========== @@ -64,4 +64,4 @@ For ``issueCommand`` use BackendUtility::getLinkToDataHandlerAction() instead. For ``formatTime`` and ``parseTime`` use the corresponding methods in BackendUtility. For ``rfw`` and ``dfw`` use proper HTML directly instead. For ``getDynamicTabMenu`` use getDynamicTabMenu() from ModuleTemplate instead. -For ``collapseableSection`` use HTML bootstrap classes, localStorage etc. \ No newline at end of file +For ``collapseableSection`` use HTML bootstrap classes, localStorage etc. diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemoveDeprecatedCodeFromEXTrecordlist.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst old mode 100755 new mode 100644 similarity index 84% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemoveDeprecatedCodeFromEXTrecordlist.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst index 26d631fdf201459817b0c145a2a258622c0f0aad..dae84ebc4d110eabdc0ab114511971cf592ad81a --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemoveDeprecatedCodeFromEXTrecordlist.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst @@ -1,6 +1,6 @@ -============================================================= -Breaking: #72398 - Remove deprecated code from EXT:recordlist -============================================================= +============================================================== +Breaking: #72398 - Removed deprecated code from EXT:recordlist +============================================================== Description =========== diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemoveDeprecatedCodeFromBackendUtility.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst old mode 100755 new mode 100644 similarity index 83% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemoveDeprecatedCodeFromBackendUtility.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst index f91c0ce93a658a3c302e88543a7791a8adc579fe..2f27d8dcbbca6c53ba5ebea7f65a480380dacd47 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemoveDeprecatedCodeFromBackendUtility.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst @@ -1,6 +1,6 @@ -============================================================= -Breaking: #72399 - Remove deprecated code from BackendUtility -============================================================= +============================================================== +Breaking: #72399 - Removed deprecated code from BackendUtility +============================================================== Description =========== diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemoveTraditionalBEModulesHandling.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemovedTraditionalBEModulesHandling.rst similarity index 78% rename from typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemoveTraditionalBEModulesHandling.rst rename to typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemovedTraditionalBEModulesHandling.rst index 3ffe7cf9087a1eac5a6360b0b540e69f143b7980..3b580d3299b12d2b0780c15a192f543f58285d33 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemoveTraditionalBEModulesHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-72405-RemovedTraditionalBEModulesHandling.rst @@ -1,6 +1,6 @@ -========================================================= -Breaking: #72405 - Remove traditional BE modules handling -========================================================= +========================================================== +Breaking: #72405 - Removed traditional BE modules handling +========================================================== Description =========== @@ -28,4 +28,4 @@ Any installation using an extension that registers a module via the traditional Migration ========= -Use the option ``routeTarget`` when registering a module, and PSR-7 equivalent entry-points in module controllers. \ No newline at end of file +Use the option ``routeTarget`` when registering a module, and PSR-7 equivalent entry-points in module controllers.