From 6e602cf5f5e148f987de36e70d6de1b58efcb753 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 16:02:40 +0200 Subject: [PATCH] TASK: Add all remaining TypoScripts Resolves: #54 --- .../Configuration/Removed/TypoScript/7.1.yaml | 2 +- .../Configuration/Removed/TypoScript/7.2.yaml | 23 +++++++++++++++++++ .../Configuration/Removed/TypoScript/7.4.yaml | 14 +++++++++++ .../Configuration/Removed/TypoScript/7.6.yaml | 5 ++++ 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.2.yaml create mode 100644 src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.4.yaml create mode 100644 src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.6.yaml diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml index a0079d5..18d7192 100644 --- a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml @@ -1,4 +1,4 @@ -# Breaking changes in 8.0: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Index.html#breaking-changes +# Breaking changes in 7.1: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Index.html#breaking-changes '7.1': lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser: replacement: 'It is recommended to fix the margins inside your website CSS. Alternatively, you can re-add the above TypoScript lines to your website TypoScript template (not recommended)' diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.2.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.2.yaml new file mode 100644 index 0000000..f1afb7b --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.2.yaml @@ -0,0 +1,23 @@ +# Breaking changes in 7.2: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Index.html#breaking-changes +'7.2': + mod.web_info.menu.function.tx_cms_webinfo_page: + replacement: 'Renamed to mod.web_info.menu.function.TYPO3\CMS\Frontend\Controller\PageInformationController' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_cms_webinfo_lang: + replacement: 'Renamed to mod.web_info.menu.function.TYPO3\CMS\Frontend\Controller\TranslationStatusController' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_belog_webinfo: + replacement: 'Renamed to mod.web_info.menu.function.TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_infopagetsconfig_webinfo: + replacement: 'Renamed to mod.web_info.menu.function.TYPO3\CMS\InfoPagetsconfig\Controller\InfoPageTyposcriptConfigController' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_linkvalidator_ModFuncReport: + replacement: 'Renamed to mod.web_info.menu.function.TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_indexedsearch_modfunc1: + replacement: 'removed, indexed_search has its own module' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' + mod.web_info.menu.function.tx_indexedsearch_modfunc2: + replacement: 'removed, indexed_search has its own module' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.html' diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.4.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.4.yaml new file mode 100644 index 0000000..a879ace --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.4.yaml @@ -0,0 +1,14 @@ +# Breaking changes in 7.4: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Index.html#breaking-changes +'7.4': + page.javascriptLibs.Prototype: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.html' + page.javascriptLibs.Scriptaculous: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.html' + page.javascriptLibs.Scriptaculous.modules: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.html' + RTE.userLinks: + replacement: 'Use the newly added Tabbing API to add your custom link selection tab' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.html' diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.6.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.6.yaml new file mode 100644 index 0000000..3396b79 --- /dev/null +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.6.yaml @@ -0,0 +1,5 @@ +# Breaking changes in 7.6: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.6/Index.html#breaking-changes +'7.6': + plugin.tx_indexedsearch.settings.showRules: + replacement: 'Use to plugin.tx_indexedsearch.settings.displayRules = 0 instead' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.html'