[TASK] Deprecate two TypoScript related exceptions
MissingTsfeException: This one is useless, we can simply return false in the expression function instead of throwing the exception. InvalidTypoScriptConditionException: This was rendered unused with the refactoring of the condition matcher and expression language TypoScript implementation in patch #100047. Resolves: #100237 Related: #100047 Releases: main Change-Id: Ic6732bbb07b5e38deee8d94921eac12041f00e38 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78195 Reviewed-by:Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
Showing
- typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php 0 additions, 5 deletions...TypoScript/ConditionMatching/AbstractConditionMatcher.php
- typo3/sysext/core/Classes/Configuration/TypoScript/Exception/InvalidTypoScriptConditionException.php 2 additions, 0 deletions...oScript/Exception/InvalidTypoScriptConditionException.php
- typo3/sysext/core/Classes/Exception/MissingTsfeException.php 3 additions, 0 deletionstypo3/sysext/core/Classes/Exception/MissingTsfeException.php
- typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php 2 additions, 2 deletions...age/FunctionsProvider/Typo3ConditionFunctionsProvider.php
- typo3/sysext/core/Classes/TypoScript/IncludeTree/Visitor/IncludeTreeConditionMatcherVisitor.php 0 additions, 5 deletions...ncludeTree/Visitor/IncludeTreeConditionMatcherVisitor.php
- typo3/sysext/core/Documentation/Changelog/12.3/Deprecation-100237-TypoScriptRelatedExceptions.rst 49 additions, 0 deletions...g/12.3/Deprecation-100237-TypoScriptRelatedExceptions.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php 10 additions, 0 deletions...l/Configuration/ExtensionScanner/Php/ClassNameMatcher.php
Please register or sign in to comment