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,33 @@
.. include:: /Includes.rst.txt
.. _breaking-63110:
============================================
Breaking: #63110 - alt_doc_nodoc.php removed
============================================
See :issue:`63110`
Description
===========
Script entry point typo3/alt_doc_nodoc.php and NoDocumentsOpenController class are removed without substitution.
Impact
======
A script pointing to this file resource will trigger a 404 server response and a script instantiating the class will cause a fatal error.
Affected installations
======================
An extension needs to be adapted in the unlikely case that it uses this code.
Migration
=========
Redirecting to typo3/dummy.php instead.
.. index:: PHP-API, Backend