[TASK] Replace csConvObj calls
The CharsetConverter object is agnostic of charset and environment, and a singleton on top. There are still several calls in the TYPO3 core that tries to fetch csConv from TSFE or LANG which relies heavily on the environment. The calls are replaced with simple instance calls where possible. Resolves: #73441 Releases: master Change-Id: I098f17b1cdbcc1ebbbb7359cfec518c93597aad4 Reviewed-on: https://review.typo3.org/46627 Reviewed-by:Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Classes/Controller/LoginController.php 4 additions, 1 deletiontypo3/sysext/backend/Classes/Controller/LoginController.php
- typo3/sysext/backend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php 5 additions, 3 deletions...kend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php
- typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php 5 additions, 3 deletions...ext/backend/Classes/FrontendBackendUserAuthentication.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 10 additions, 3 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php 10 additions, 22 deletionstypo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 7 additions, 8 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php 4 additions, 5 deletionstypo3/sysext/extbase/Classes/Utility/LocalizationUtility.php
- typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php 1 addition, 5 deletions...ysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
- typo3/sysext/form/Classes/Domain/Filter/AbstractFilter.php 4 additions, 2 deletionstypo3/sysext/form/Classes/Domain/Filter/AbstractFilter.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 20 additions, 13 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php 20 additions, 13 deletions...ndexed_search/Classes/Controller/SearchFormController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php 13 additions, 4 deletions...poScriptTemplateObjectBrowserModuleFunctionController.php
Please register or sign in to comment