[!!!][FEATURE] ElementBrowser refactoring, LinkBrowser API - Part 2
Adjust link browser integration of RTE. This removes the dedicated tree classes for RTE as those are useless by now. Additionally the ElementBrowser class is finally removed. Resolves: #66369 Releases: master Change-Id: I8f42228cb3c4b3008d3f0acaa014d01733f6186d Reviewed-on: https://review.typo3.org/43938 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php 1 addition, 2 deletions...lasses/Controller/FileSystemNavigationFrameController.php
- typo3/sysext/backend/Classes/Controller/LinkBrowserController.php 165 additions, 0 deletions...sext/backend/Classes/Controller/LinkBrowserController.php
- typo3/sysext/backend/Classes/Tree/View/ElementBrowserPageTreeView.php 5 additions, 4 deletions.../backend/Classes/Tree/View/ElementBrowserPageTreeView.php
- typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php 32 additions, 21 deletionstypo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
- typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php 7 additions, 1 deletiontypo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/backend/Configuration/Backend/Routes.php 5 additions, 0 deletionstypo3/sysext/backend/Configuration/Backend/Routes.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineLinkBrowserAdapter.js 94 additions, 0 deletions...sources/Public/JavaScript/FormEngineLinkBrowserAdapter.js
- typo3/sysext/compatibility6/Configuration/TCA/Overrides/tt_content.php 2 additions, 2 deletions...compatibility6/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/compatibility6/Migrations/Code/ClassAliasMap.php 0 additions, 7 deletions...3/sysext/compatibility6/Migrations/Code/ClassAliasMap.php
- typo3/sysext/compatibility6/Migrations/Code/LegacyClassesForIde.php 0 additions, 42 deletions...xt/compatibility6/Migrations/Code/LegacyClassesForIde.php
- typo3/sysext/core/Classes/Migrations/TcaMigration.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Migrations/TcaMigration.php
- typo3/sysext/core/Configuration/TCA/sys_file_reference.php 1 addition, 1 deletiontypo3/sysext/core/Configuration/TCA/sys_file_reference.php
- typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 1 addition, 1 deletiontypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Configuration/TCA/tx_impexpgroupfiles_item.php 1 addition, 1 deletion...roup_files/Configuration/TCA/tx_impexpgroupfiles_item.php
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 0 additions, 2728 deletionstypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
- typo3/sysext/recordlist/Classes/Browser/FileBrowser.php 2 additions, 2 deletionstypo3/sysext/recordlist/Classes/Browser/FileBrowser.php
- typo3/sysext/recordlist/Classes/Browser/FolderBrowser.php 1 addition, 1 deletiontypo3/sysext/recordlist/Classes/Browser/FolderBrowser.php
- typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php 53 additions, 117 deletions...list/Classes/Controller/AbstractLinkBrowserController.php
- typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php 2 additions, 2 deletions...ecordlist/Classes/Controller/ElementBrowserController.php
Please register or sign in to comment