X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/9a71c6b210c47d8836117ed7c5cfc0ff2c68c2ba..4dc2631604bf743ed71337ae09201395236c5535:/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst?ds=sidebyside diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst index 1588cfc2e2a5..39e5f8dff734 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst @@ -207,6 +207,12 @@ The following PHP class methods that have been previously deprecated for v9 have * :php:`TYPO3\CMS\Backend\Controller\NewRecordController->regularNew()` * :php:`TYPO3\CMS\Backend\Controller\NewRecordController->showNewRecLink()` * :php:`TYPO3\CMS\Backend\Controller\NewRecordController->sortNewRecordsByConfig()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->cfgArray2CfgString()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->cfgString2CfgArray()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->changeFunc()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->getConfigCode()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->getTableHTML()` +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->tableWizard()` * :php:`TYPO3\CMS\Backend\Controller\UserSettingsController->process()` * :php:`TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeAdminPanel()` * :php:`TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeFrontendEdit()` @@ -780,6 +786,15 @@ The following class properties have changed visibility: * :php:`TYPO3\CMS\Backend\Controller\PageLayoutController->search_field` changed from public to protected * :php:`TYPO3\CMS\Backend\Controller\PageLayoutController->search_levels` changed from public to protected * :php:`TYPO3\CMS\Backend\Controller\PageLayoutController->showLimit` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->content` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->inputStyle` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->xmlStorage` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->numNewRows` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->colsFieldName` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->P` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->TABLECFG` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->tableParsing_quote` changed from public to protected +* :php:`TYPO3\CMS\Backend\Controller\Wizard\TableController->tableParsing_delimiter` changed from public to protected * :php:`TYPO3\CMS\Core\Authentication\BackendUserAuthentication->checkWorkspaceCurrent_cache` changed from public to protected * :php:`TYPO3\CMS\Core\Authentication\BackendUserAuthentication->TSdataArray` changed from public to protected * :php:`TYPO3\CMS\Core\Authentication\BackendUserAuthentication->userTS` changed from public to protected