Skip to content
Snippets Groups Projects
Commit e8828147 authored by Chris Müller's avatar Chris Müller Committed by Lina Wolf
Browse files

[DOCS] Streamline deprecation removal ReST file

Resolves: #101598
Releases: main
Change-Id: Ie5d2cbc4844fc14e8768b1d11a2330863596e398
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80417


Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarLina Wolf <112@linawolf.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarLina Wolf <112@linawolf.de>
parent c82996b8
Branches
Tags
No related merge requests found
......@@ -293,10 +293,6 @@ The following class methods visibility have been changed to protected:
- :php:`\TYPO3\CMS\Core\Domain\Repository\PageRepository->getRecordOverlay`
The following class methods visibility have been changed to private:
- :php:`\Full\Class\Name->methodName`
The following class methods are now marked as internal:
- :php:`\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication->isSetSessionCookie`
......@@ -306,7 +302,8 @@ The following class methods are now marked as internal:
- :php:`\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication->unpack_uc`
- :php:`\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication->appendCookieToResponse`
The following class methods now have a native return type and removed the #[\ReturnTypeWillChange] attribute:
The following class methods now have a native return type and removed the
:php:`#[\ReturnTypeWillChange]` attribute:
- :php:`\TYPO3\CMS\Core\Collection\AbstractRecordCollection->current`
- :php:`\TYPO3\CMS\Core\Collection\AbstractRecordCollection->key`
......@@ -352,6 +349,7 @@ The following class properties have been marked as internal:
- :php:`\TYPO3\CMS\Core\Authentication\FrontendUserAuthentication->is_permanent`
The following class properties have changed/enforced type:
- :php:`\TYPO3\CMS\Core\Page\PageRenderer->endingSlash` (is now string)
The following eID entrypoints have been removed:
......@@ -444,7 +442,7 @@ The following fallbacks have been removed:
- Usage of the jsonArray property :php:`scriptCall` for AjaxController's
- Binding the selected menu items to callback actions in context menus
- Checking for :php:`\TYPO3\CMS\Core\Site\SiteLanguageAwareTrait` is removed in :php:`\TYPO3\CMS\Core\Routing\Aspect\AspectFactory`
- f:format.html ViewHelper no longer works in BE context
- :html:`f:format.html` ViewHelper no longer works in BE context
- Usage of :php:`JScode` containing inline JavaScript for handing custom signals
- Usage property :php:`$resultArray['requireJsModules']` of the form engine result array
- Using backend FormEngine, the current ServerRequestInterface request must be provided in key "request" as
......@@ -476,7 +474,7 @@ The following database table fields have been removed:
- :sql:`fe_users.TSconfig`
- :sql:`fe_groups.TSconfig`
The following Backend route identifiers have been removed:
The following backend route identifiers have been removed:
- `ajax_core_requirejs`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment