[TASK] Resident Eval - The Removal from FormEngine
A long long time ago jsfunc.evalfield.js found its way into the core. Now - after 12 years - it is time to leave. This patch removes the usage of jsfunc.evalfield.js from FormEngine and moves the logic into FormEngineValidation.js as a first step. The validators and processors have been split up into two methods. Resolves: #67852 Releases: master Change-Id: I781bae602ea09a4a4e359df0a461f2cfc1cdf6d8 Reviewed-on: http://review.typo3.org/40912 Reviewed-by:Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/AbstractNode.php 16 additions, 0 deletionstypo3/sysext/backend/Classes/Form/AbstractNode.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 15 additions, 14 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 6 additions, 6 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js 888 additions, 83 deletions...ckend/Resources/Public/JavaScript/FormEngineValidation.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.evalfield.js 35 additions, 35 deletions...t/backend/Resources/Public/JavaScript/jsfunc.evalfield.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 12 additions, 1 deletion.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
- typo3/sysext/core/Documentation/Changelog/master/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst 12 additions, 0 deletions...Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 4 additions, 4 deletionstypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 3 additions, 1 deletiontypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
Please register or sign in to comment