Actions
Bug #44718
closedOld classes still instantiated by the Core
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2013-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Several files in typo3/*.php require the new Controller classes, but still instantiate the old classes. This works thanks to the legacy classes mapping file, but breaks the new XCLASSing mechanism.
I propose to change all these leftover instantiations, unless there were good reasons to do this (but it seems hard to believe).
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17650
Updated by Francois Suter almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4b1d5c9a946cc35eaf7065bb89d13661302ff1bd.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17656
Updated by Francois Suter almost 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 529b8ad59c46aeccadb13d1c54fd17cc10dafc79.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions