[TASK] Deprecate usages of CharsetConverter in core
CharsetConverter is still instantiated in some places and not needed at all times. The following places have CharsetConverter completely removed (as internal property): - PageRenderer - SearchController - Indexer The AbstractHierarchicalFilesystemDriver's shorthand method getCharsetConversion() has been deprecated, as drivers should instantiate the CharsetConversion themself. Indexed Search's Lexer has a public property "csObj" which has been switched to protected, where a deprecation message will be thrown. Resolves: #85125 Releases: master Change-Id: I48fd110ecd25bb6a4225a3d2141edc5fc3b92673 Reviewed-on: https://review.typo3.org/57097 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
- typo3/sysext/core/Classes/Page/PageRenderer.php 0 additions, 6 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php 3 additions, 0 deletions.../Resource/Driver/AbstractHierarchicalFilesystemDriver.php
- typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php 3 additions, 2 deletionstypo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-85125-UsagesOfCharsetConverterInCore.rst 39 additions, 0 deletions...ster/Deprecation-85125-UsagesOfCharsetConverterInCore.rst
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 0 additions, 7 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Indexer.php 13 additions, 1 deletiontypo3/sysext/indexed_search/Classes/Indexer.php
- typo3/sysext/indexed_search/Classes/Lexer.php 20 additions, 3 deletionstypo3/sysext/indexed_search/Classes/Lexer.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 5 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 10 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
Please register or sign in to comment