[TASK] Deprecate GeneralUtility methods
There are some methods within GeneralUtility that are not used within TYPO3 anymore or a now just plain stubs for PHP methods. Additionally, there are some parameters within wrapJS() that have no effect at all, and are removed without substitution. Resolves: #75621 Releases: master Change-Id: I1ad6c73b4733db172b37999b38d0a7b098d4e191 Reviewed-on: https://review.typo3.org/47669 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php 2 additions, 2 deletions...3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php
- typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php 2 additions, 1 deletion...TypoScript/ConditionMatching/AbstractConditionMatcher.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 39 additions, 25 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-75621-GeneralUtilityMethods.rst 48 additions, 0 deletions...ngelog/master/Deprecation-75621-GeneralUtilityMethods.rst
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 1 addition, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 2 additions, 3 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
Please register or sign in to comment