Task #56772
Task #52965: Remove deprecated functions, classes and files
Remove deprecated filemount functions in BE_USER
Status: | Resolved | Start date: | ||
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 100% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | 6.2.0 | Estimated time: | 0.00 hour | |
TYPO3 Version: | 6.2 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
With the introduction of the file abstraction layer,
the filemount functionality was deprecated in 6.0
but wasn't removed.
However, still rtehtmlarea and EXT:recordlist uses
addFileMount() as the functionality of read-only
filemounts wasn't re-implemented with FAL
properly before.
Associated revisions
[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
History
#1 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28265
#2 Updated by Markus Klein over 1 year ago
- Parent task set to #52965
#3 Updated by Gerrit Code Review over 1 year ago
- Estimated time set to 0.00
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28265
#4 Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28265
#5 Updated by Benjamin Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c027ce8cd8dea84bdb7c43c704da9802358bb12a.