[!!!][TASK] Remove deprecated adminpanel/feedit code
The following previously deprecated classes/interfaces have been removed: * TYPO3\CMS\Adminpanel\View\AdminPanelView * TYPO3\CMS\Adminpanel\View\AdminPanelViewHookInterface * TYPO3\CMS\Core\FrontendEditing\FrontendEditingController The following methods have been removed: * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeAdminPanel() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeFrontendEdit() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->isFrontendEditingActive() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->displayAdminPanel() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->isAdminPanelVisible() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->checkBackendAccessSettingsFromInitPhp() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extPageReadAccess() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extGetTreeList() * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extGetLL() The following public properties have been removed * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extAdmEnabled * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->adminPanel * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->frontendEdit * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extAdminConfig The following PageTSconfig option has no effect anymore: * TSFE.frontendEditingController Resolves: #87231 Releases: master Change-Id: I88cc3ac18077f054cc8895f5ccfb65291e94defa Reviewed-on: https://review.typo3.org/59205 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- composer.json 0 additions, 1 deletioncomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- typo3/sysext/adminpanel/Classes/Controller/MainController.php 0 additions, 7 deletions...3/sysext/adminpanel/Classes/Controller/MainController.php
- typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php 0 additions, 5 deletions...ext/adminpanel/Classes/Middleware/AdminPanelInitiator.php
- typo3/sysext/adminpanel/Classes/Utility/StateUtility.php 2 additions, 1 deletiontypo3/sysext/adminpanel/Classes/Utility/StateUtility.php
- typo3/sysext/adminpanel/Classes/View/AdminPanelView.php 0 additions, 480 deletionstypo3/sysext/adminpanel/Classes/View/AdminPanelView.php
- typo3/sysext/adminpanel/Classes/View/AdminPanelViewHookInterface.php 0 additions, 32 deletions...t/adminpanel/Classes/View/AdminPanelViewHookInterface.php
- typo3/sysext/adminpanel/Migrations/Code/ClassAliasMap.php 0 additions, 5 deletionstypo3/sysext/adminpanel/Migrations/Code/ClassAliasMap.php
- typo3/sysext/adminpanel/Migrations/Code/LegacyClassesForIde.php 0 additions, 13 deletions...sysext/adminpanel/Migrations/Code/LegacyClassesForIde.php
- typo3/sysext/adminpanel/composer.json 0 additions, 5 deletionstypo3/sysext/adminpanel/composer.json
- typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php 2 additions, 239 deletions...ext/backend/Classes/FrontendBackendUserAuthentication.php
- typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php 0 additions, 633 deletions...ore/Classes/FrontendEditing/FrontendEditingController.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst 19 additions, 0 deletions.../master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/feedit/Classes/DataHandling/FrontendEditDataHandler.php 3 additions, 2 deletions...t/feedit/Classes/DataHandling/FrontendEditDataHandler.php
- typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php 1 addition, 19 deletions...ysext/feedit/Classes/Middleware/FrontendEditInitiator.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 24 additions, 4 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 4 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment