[TASK] Restructure form setup
The setup of the "form" extension has been restructured. For each validator, form element, and finisher separate files are available. In addition, inheritances have been resolved, which makes existing mixins obsolete. In a subsequent change these mixins will be deprecated as these where actually meant for internal use only but could be used by 3rd party extensions. Due to this change, integrators can easily understand how form objects are defined. Resolves: #84221 Resolves: #84203 Releases: master Change-Id: I1b8d0d67929015ed687335586875fde73b598c13 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62366 Reviewed-by:Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniela Pohl <dpohl@i-d.de> Reviewed-by:
Martin Schöne <martin.koske@gmx.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Daniela Pohl <dpohl@i-d.de> Tested-by:
Martin Schöne <martin.koske@gmx.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Important-84221-RestructuringOfFormSetup.rst 33 additions, 0 deletions...gelog/master/Important-84221-RestructuringOfFormSetup.rst
- typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php 60 additions, 33 deletionstypo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php
- typo3/sysext/form/Configuration/TypoScript/setup.typoscript 2 additions, 3 deletionstypo3/sysext/form/Configuration/TypoScript/setup.typoscript
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 0 additions, 488 deletionstypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/Closure.yaml 14 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/Finishers/Closure.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/Confirmation.yaml 37 additions, 0 deletions...ysext/form/Configuration/Yaml/Finishers/Confirmation.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/DeleteUploads.yaml 11 additions, 0 deletions...sext/form/Configuration/Yaml/Finishers/DeleteUploads.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/EmailToReceiver.yaml 151 additions, 0 deletions...xt/form/Configuration/Yaml/Finishers/EmailToReceiver.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/EmailToSender.yaml 136 additions, 0 deletions...sext/form/Configuration/Yaml/Finishers/EmailToSender.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/FlashMessage.yaml 18 additions, 0 deletions...ysext/form/Configuration/Yaml/Finishers/FlashMessage.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/Redirect.yaml 34 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/Finishers/Redirect.yaml
- typo3/sysext/form/Configuration/Yaml/Finishers/SaveToDatabase.yaml 13 additions, 0 deletions...ext/form/Configuration/Yaml/Finishers/SaveToDatabase.yaml
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 0 additions, 1611 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/AdvancedPassword.yaml 319 additions, 0 deletions...orm/Configuration/Yaml/FormElements/AdvancedPassword.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/Checkbox.yaml 78 additions, 0 deletions...sysext/form/Configuration/Yaml/FormElements/Checkbox.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/ContentElement.yaml 46 additions, 0 deletions.../form/Configuration/Yaml/FormElements/ContentElement.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/Date.yaml 330 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormElements/Date.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/DatePicker.yaml 139 additions, 0 deletions...sext/form/Configuration/Yaml/FormElements/DatePicker.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/Email.yaml 300 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormElements/Email.yaml
- typo3/sysext/form/Configuration/Yaml/FormElements/Fieldset.yaml 58 additions, 0 deletions...sysext/form/Configuration/Yaml/FormElements/Fieldset.yaml
Please register or sign in to comment