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-66861:
==================================================================================
Breaking: #66861 - Do not automatically append a "/" to the identifier of a folder
==================================================================================
See :issue:`66861`
Description
===========
The `Folder` object automatically appended a `/` to the identifier. But as the `Folder` object should not
manipulate the folder identifier this is removed.
Impact
======
Installations with custom FAL driver(s) could break.
Affected Installations
======================
Installations with a custom FAL driver that relies on the `/` being added by the Folder object.
Migration
=========
All drivers that depend on this `/` being added should be adjusted so the driver handles this.
.. index:: PHP-API, FAL