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,36 @@
.. include:: /Includes.rst.txt
.. _breaking-62886:
==================================================================
Breaking: #62886 - Removed setting config.meaningfulTempFilePrefix
==================================================================
See :issue:`62886`
Description
===========
The setting *config.meaningfulTempFilePrefix* which was still used for images built by GIFBUILDER that were saved in
typo3temp/GB/ has been removed. With this option it was possible to configure a meaningful file prefix limiting
the filename prefix to a certain character length.
Impact
======
All files will always have their original filename fully prepended when stored in the folder typo3temp/GB/.
Affected Installations
======================
All installations using GIFBUILDER to generate images. The files within typo3temp/GB/ will now be called
with the full name of each original file before the hash and the file extension.
Migration
=========
The setting should be removed from any TypoScript configuration because it has no impact anymore.
.. index:: TypoScript, Frontend