Project

General

Profile

Actions

Task #64516

closed

Move non-namespaced class into correct places

Added by Benni Mack over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2015-01-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #55876: Rename classes with the same nameClosed2014-02-11

Actions
Related to TYPO3 Core - Bug #55830: Cleanup mess with treeView implementationsClosed2014-02-10

Actions
Actions

Also available in: Atom PDF