Actions
Bug #40240
closedTask #40095: Move core to namespaces
Remove compatibility layer of new classes in 6.0
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is no compatibility layer needed for classes that were added
with 6.0. This first patch affects the whole lots of classes in t3lib/,
especially some new 6.0 cache classes, the category collection and
the whole FAL layer. The compatibily files are removed, deleted from
core_autoload and the migration class_alias file and all other
occurences of the class names within the core are cleaned up.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14120
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8f97a96832571b2dacb930ef07b326fed7713f99.
Actions