TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-85707:
=============================================
Deprecation: #85707 - LoginFramesetController
=============================================
See :issue:`85707`
Description
===========
The class :php:`TYPO3\CMS\Backend\Controller\LoginFramesetController` builds a simple HTML frameset
and has been replaced by using the full logic within :php:`LoginController` or a request to
`index.php?loginRefresh=1` directly.
Impact
======
Instantiating the LoginFramesetController class will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
TYPO3 installations with custom logic using the rare functionality of LoginFramesetController.
Migration
=========
Reference `index.php?loginRefresh=1` in the callers code directly, or re-implement the frameset if
necessary.
.. index:: Backend, FullyScanned, ext:backend