Task #40530
FAL: Move migration scripts into their own sub-namespace
Status: | Closed | Start date: | 2012-09-02 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Andreas Wolf | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
The FAL migration scripts had their own namespace. With the introduction of namespaces for the Core, this sub-namespace was removed. As all FAL tasks belong together (and for the sake of clear names), we should have them in their own namespace again. I propose something like TYPO3\CMS\Install\Updates\Resource
(i.e., just add Resource as sub-namespace).
Related issues
History
#1 Updated by Andreas Wolf almost 3 years ago
- Status changed from New to Accepted
The scripts are currently also registered with sysext_file_*, which is complete nonsense. I doubt however that we're still able to change this, as it might possibly break already migrated installations.
#2 Updated by Wouter Wolters about 2 years ago
- Status changed from Accepted to Needs Feedback
IMO we should not change this anymore. There are already a few new update wizard for FAL introduced. Can this be closed?
#3 Updated by Christian Kuhn almost 2 years ago
- Status changed from Needs Feedback to Closed
- Target version set to 6.2.0
Yeah, let's leave it as it is now. With 6.2 the update scripts were also renamed and moved to one central location.