Task #64516
closedMove non-namespaced class into correct places
100%
Description
There are a few leftover classes inside typo3/ which
haven't been moved or migrated yet into the according
places.
1. typo3/move_el.php. The extension classes
to PagePositionMap are now moved to
EXT:backend/Classes/Tree/View with according
names.
2. typo3/class.browse_links.php - several extensions
to the PageTreeView and the FolderTreeView.
The base classes (localPageTree and localFolderTree)
have been moved to
EXT:backend/Classes/Tree/View/ElementBrowser*.
The subclasses for recordlist (regular record picker)
are moved into EXT:recordlist.
The subclasses used in RTEhtmlarea are adopted to
use the new naming scheme.
All calls within the core have been adopted. As
backwards compatibility, the old class names are
added to EXT:compatibility6.
The ext_autoload.php inside EXT:core is therefore
not needed anymore.
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36276
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36276
Updated by Tymoteusz Motylewski almost 10 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review almost 10 years ago
- Status changed from In Progress to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36276
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36276
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36276
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cbbf6b670f71ecec97e21c174db3adf5e007153e.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed