From 5387e553c57ea7bb208f826a2fb5b45a88277d8f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 15:51:01 +0200 Subject: [PATCH] TASK: Add remaining TypoScript changes for 7.1 Relates: #54 --- .../Configuration/Removed/TypoScript/7.1.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml index 4433df2..a0079d5 100644 --- a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/7.1.yaml @@ -24,3 +24,12 @@ new HRULER: replacement: 'Any installation should migrate to alternatives such as FLUIDTEMPLATE to customize the output of the content' docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Breaking-64639-RemovedContentObjects.html' + new FORM: + replacement: 'For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. For the long term the affected installations should migrate to a different, better suited solution for sending mails and building forms' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.html' + new IMGTEXT: + replacement: 'Any installation should migrate to alternatives such as CSS Styled Content without a table-based rendering for text w/ image elements to customize the output of content' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.html' + new SEARCHRESULTS: + replacement: 'For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. For the long term the affected installations should be migrate to a better suited solution for searching' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.html'