[CLEANUP] Remove deprecated filemount functions in BE_USER
With the introduction of the file abstraction layer, the filemount functionality was deprecated in 6.0 but wasn't removed. However, the usage of addFileMount() in rtehtmlarea and EXT:recordlist is now removed, since the added filemounts are never read anywhere, so this is only dead code. The functionality needs to be re-implemented. Releases: 6.2 Resolves: #56772 Change-Id: I20ec66f46f15a785f5014cb625dabef711fae0a1 Reviewed-on: https://review.typo3.org/28265 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Oliver Klee Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 0 additions, 89 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
- typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php 1 addition, 2 deletions...ecordlist/Classes/Controller/ElementBrowserController.php
- typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php 1 addition, 1 deletion.../rtehtmlarea/Classes/Controller/BrowseLinksController.php
- typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php 1 addition, 1 deletion.../rtehtmlarea/Classes/Controller/SelectImageController.php
Loading
Please register or sign in to comment