From 2e7f155b8d7c3d9f35967d16dccdf61bf22edeca Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 14:57:33 +0200 Subject: [PATCH] TASK: Configure all 7.0 breaking changed for ObjectIdentifier Relates: #54 --- .../TypoScript/ObjectIdentifier/7.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/ObjectIdentifier/7.0.yaml b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/ObjectIdentifier/7.0.yaml index 505ace8..ad72f4c 100644 --- a/src/Standards/Typo3Update/Configuration/Removed/TypoScript/ObjectIdentifier/7.0.yaml +++ b/src/Standards/Typo3Update/Configuration/Removed/TypoScript/ObjectIdentifier/7.0.yaml @@ -6,3 +6,21 @@ mod.web_list.alternateBgColors: replacement: 'Removed without substitution' docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.html' + acronym: + replacement: 'User TSconfig must be modified to refer to "abbreviation" instead of "acronym"' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.html' + features.rewrittenPropertyMapper: + replacement: 'it is no longer possible to deactivate the feature. If configured with 1, just remove, otherwise adjust your code.' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.html' + config.notification_email_charset: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-62793-RemoveConfigNotification.html' + config.notification_email_encoding: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-62793-RemoveConfigNotification.html' + config.notification_email_urlmode: + replacement: ~ + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-62793-RemoveConfigNotification.html' + config.uniqueLinkVars: + replacement: 'The setting config.uniqueLinkVars has been removed as the behaviour is now always used' + docsUrl: 'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.html'