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,39 @@
.. include:: /Includes.rst.txt
.. _breaking-67946:
===================================================
Breaking: #67946 - LowLevel Cleaner Scripts Removed
===================================================
See :issue:`67946`
Description
===========
The shell scripts for checking and cleaning a TYPO3 installation for its integrity have been removed from the Core.
They were previously located under :file:`typo3/cleaner_check.sh` and :file:`typo3/cleaner_fix.sh`. The contents have
been moved to the documentation for EXT:lowlevel in the respective :file:`README.rst`.
Impact
======
Any regular system jobs that execute these scripts will exit with the script not found anymore.
Affected Installations
======================
Any installation that uses the shell scripts above from the command line directly.
Migration
=========
If such a list is needed, create the files manually again in your system (outside your document root). The code can be
found inside :file:`EXT:lowlevel/README.rst`.
.. index:: ext:lowlevel, Backend