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-88427:
=======================================================
Breaking: #88427 - jsfunc.evalfield.js has been removed
=======================================================
See :issue:`88427`
Description
===========
The file :file:`jsfunc.evalfield.js`, responsible for form value evaluation and validation, has been removed. This job is
now done by :js:`TYPO3/CMS/Backend/FormEngineValidation` since TYPO3 7.4.
Impact
======
Extensions still relying on this file and its API will not work anymore.
Affected Installations
======================
All installations with third party extensions using this API are affected.
Migration
=========
In most cases no migration is necessary, unless this API is used in a custom built form. In such case, migrate to
FormEngine API to automatically use the new API.
.. index:: Backend, JavaScript, NotScanned, ext:backend