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,35 @@
.. include:: /Includes.rst.txt
.. _breaking-63056:
=================================================
Breaking: #63056 - Remove Template Selection Hack
=================================================
See :issue:`63056`
Description
===========
There has been an ancient hack for the former "freesite" extension, which enabled selection
of the template via GET variable.
This technique is outdated and has been removed.
Impact
======
Any extension using this hack will not be able to select the template this way anymore.
Affected installations
======================
Installations with third party extensions using the hack.
Migration
=========
No migration path intended.
.. index:: PHP-API, Frontend