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,28 @@
.. include:: /Includes.rst.txt
.. _feature-98957-1667131640:
======================================================================
Feature: #98957 - Respect write-protected settings.php in Install Tool
======================================================================
See :issue:`98957`
Description
===========
The :guilabel:`Admin Tools > Settings` backend module now informs a system
maintainer if the :file:`system/settings.php` file is write-protected.
This allows to make the settings file read-only after deployments.
Impact
======
An info box is rendered in the module and each submodule, informing the system
maintainer that the :file:`system/settings.php` file is write-protected.
In that case, all input fields are disabled and the submit buttons are not
available.
.. index:: LocalConfiguration, ext:install