Actions
Task #72371
closedRemove uploads/ folder from TYPO3 8.0
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2015-12-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The TYPO3 smooth migration from 4.5 LTS to 6.2 LTS did mention that uploads/ folder was deprecated since 6.2 LTS, it was still in 7 LTS, so time to get rid of it in TYPO3 8.0?
Updated by Georg Ringer almost 9 years ago
where was this written? it is still used in felogin template selector: uploads/tx_felogin
Updated by Georg Ringer almost 9 years ago
- Status changed from New to Closed
- Target version deleted (
8.0)
the best practice is currently to use FAL instead of copying assets to the uploads/ directory. the "old" behaviour still works and is supported.
so using that for 8 is still fine
Actions