Bug #40240
Task #40095: Move core to namespaces
Remove compatibility layer of new classes in 6.0
Status: | Resolved | Start date: | 2012-08-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
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.
Related issues
Associated revisions
[TASK] Remove compat layer for new 6.0 classes
There is no compatibility layer needed for classes that were added
with 6.0. This first patch affects lots of classes in t3lib/,
especially some new 6.0 cache classes, the category code 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.
Change-Id: I8e81af7bf99a9d47866e1060dc5554f8297af5ca
Resolves: #40240
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14120
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[TASK] Remove compat layer for new 6.0 classes - 2
Remove the name space compatibility layer for new 6.0 classes in
t3lib/. This second patch finishes the work started with #40240
and removes the compatibily layer for the log API, and the new
configuration and rootline handling.
All class occurences that still referenced the old class names
in method headers and comments are adapted.
Change-Id: Icb49db084dc25ed7b1a0b2e092c3b7a4e672b01c
Resolves: #40244
Related: #40095
Related: #40240
Releases: 6.0
Reviewed-on: http://review.typo3.org/14122
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[TASK] Remove compat layer for about module
Patch deletes compat layer for class CustomSectionsInterface as it's newly
introduced in TYPO3 6.0
Change-Id: I22b9ffa117099d0ca86b0e8fb50a8d52c6182b8b
Resolves: #40360
Related: #40095
Related: #40240
Releases: 6.0
Reviewed-on: http://review.typo3.org/14173
Reviewed-by: Thomas Maroschik
Tested-by: Thomas Maroschik
[TASK] Remove compat layer for backend module
Patch replaces calls of old extension classes which were replaced
in TYPO3 6.0
Change-Id: I34b170f3e7471835ccac553b0dc19eb363a4a30c
Resolves: #40369
Related: #40095
Related: #40240
Releases: 6.0
Reviewed-on: http://review.typo3.org/14210
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
[TASK] Remove compat layer for backend module
Patch replaces calls of old extension classes which were replaced
in TYPO3 6.0
Change-Id: I34b170f3e7471835ccac553b0dc19eb363a4a30c
Resolves: #40369
Related: #40095
Related: #40240
Releases: 6.0
Reviewed-on: http://review.typo3.org/14210
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
[TASK] Use namespaced class name in adodb flexform
Resolves: #40363
Related: #40095
Related: #40240
Releases: 6.0
Change-Id: Ic6294e41096c2db1327ad77d3d4fd00f93364ea0
Reviewed-on: http://review.typo3.org/14177
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
[TASK] Remove compat layer for backend module
Patch replaces calls of old extension classes which were replaced
in TYPO3 6.0
Change-Id: I6b96d54e7505d14cd4f1909f8fda9559ec79a951
Resolves: #40369
Related: #40095
Related: #40240
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/14209
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
[TASK] Remove compat layer for backend module
Patch replaces calls of old extension classes which were replaced
in TYPO3 6.0
Change-Id: I6b96d54e7505d14cd4f1909f8fda9559ec79a951
Resolves: #40369
Related: #40095
Related: #40240
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/20196
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
History
#1 Updated by Gerrit Code Review almost 3 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
#2 Updated by Christian Kuhn almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8f97a96832571b2dacb930ef07b326fed7713f99.