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
.. _breaking-60559-1668719172:
=============================================================
Breaking: #60559 - T3skin Backend Login Javascript File Moved
=============================================================
See :issue:`60559`
Description
===========
Javascript files of the backend login form moved from EXT:t3skin to EXT:backend.
Impact
======
Javascript or file not found errors.
Affected installations
======================
An installation is affected if a 3rd party extension includes EXT:t3skin/Resources/Public/JavaScript/login.js
Migration
=========
Include EXT:backend/Resources/Public/JavaScript/login.js instead or refactor the affected extension to free it
from the dependency to this core internal file.
.. index:: JavaScript, ext:t3skin, Backend