[!!!][TASK] Cleanup and remove old filefunc logic
The BasicFileUtility was used before FAL also for checking file mounts and paths, and is only used for legacy files now. A lot of that code can therefore be removed. First of all, the init() function was replaced by a real constructor. A possibility to set the file extension permissions was added. Removed DefaultConfiguration - TYPO3_CONF_VARS[BE][fileExtensions][ftpspace] Removed properties: - getUniqueNamePrefix - tempFN - f_ext - mounts - webPath - isInit Removed methods: - checkPathAgainstMounts() - findFirstWebFolder() - slashPath() - is_webpath() - checkIfFullAccess() - init() Methods that are now protected - is_directory() - is_allowed() Resolves: #77182 Releases: master Change-Id: I2a8f40f0ea143087c23e269ef69ca4e8548b7b8f Reviewed-on: https://review.typo3.org/45695 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/backend/Classes/Controller/File/FileController.php 0 additions, 1 deletion...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 1 addition, 5 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php 51 additions, 218 deletionstypo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
- typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php 6 additions, 60 deletions.../sysext/core/Classes/Utility/File/ExtendedFileUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 2 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-77182-RemovedBasicFileUtilityMethodsAndProperties.rst 54 additions, 0 deletions...ing-77182-RemovedBasicFileUtilityMethodsAndProperties.rst
- typo3/sysext/impexp/Classes/ImportExport.php 0 additions, 1 deletiontypo3/sysext/impexp/Classes/ImportExport.php
Please register or sign in to comment