[!!!][TASK] EXT:form - Remove deprecated code
This patchset removes the compatibility layer of EXT:form. The layer made sure that EXT:form acts almost like in TYPO3 6.2. This mainly applies to the layout configuration and rendering. In the former days integrators could use .layout settings on different levels to change the output of the form elements in the frontend. The whole process is not intuitive and not well documented. Nowadyas integrators should use fluid templates to customize their forms. With this patchset this is the only way to go. Furthermore the SELECT, TEXTAREA and TEXTBLOCK elements are adjusted. The automatic transformation of the .data and .content attribute is removed. That way .text is the only valid attribute for adding a human readable text to the above mentioned elements. Using the old attribute causes no harm. There will be neither an output nor an error message. Resolves: #72861 Releases: master Change-Id: Ibe35e68637b904c7db705d3c8fcf70b77dc8a1b1 Reviewed-on: https://review.typo3.org/45384 Reviewed-by:Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-72861-EXTform-RemoveDeprecatedCode.rst 32 additions, 0 deletions...og/master/Breaking-72861-EXTform-RemoveDeprecatedCode.rst
- typo3/sysext/form/Classes/Domain/Builder/ElementBuilder.php 17 additions, 70 deletionstypo3/sysext/form/Classes/Domain/Builder/ElementBuilder.php
- typo3/sysext/form/Classes/Domain/Builder/FormBuilder.php 1 addition, 97 deletionstypo3/sysext/form/Classes/Domain/Builder/FormBuilder.php
- typo3/sysext/form/Classes/Domain/Model/Configuration.php 0 additions, 32 deletionstypo3/sysext/form/Classes/Domain/Model/Configuration.php
- typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php 0 additions, 4 deletions...sext/form/Classes/Domain/Model/Json/SelectJsonElement.php
- typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php 0 additions, 4 deletions...xt/form/Classes/Domain/Model/Json/TextareaJsonElement.php
- typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php 0 additions, 3 deletions...t/form/Classes/Domain/Model/Json/TextblockJsonElement.php
- typo3/sysext/form/Classes/Utility/CompatibilityLayerUtility.php 0 additions, 739 deletions...sysext/form/Classes/Utility/CompatibilityLayerUtility.php
- typo3/sysext/form/Configuration/TypoScript/Elements/Form.ts 1 addition, 17 deletionstypo3/sysext/form/Configuration/TypoScript/Elements/Form.ts
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/ContainerElements/Checkboxgroup.html 0 additions, 41 deletions...ibility/Confirmation/ContainerElements/Checkboxgroup.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/ContainerElements/Fieldset.html 0 additions, 41 deletions...ompatibility/Confirmation/ContainerElements/Fieldset.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/ContainerElements/Form.html 0 additions, 53 deletions...ls/Compatibility/Confirmation/ContainerElements/Form.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/ContainerElements/Radiogroup.html 0 additions, 41 deletions...patibility/Confirmation/ContainerElements/Radiogroup.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Button.html 0 additions, 0 deletions...tials/Compatibility/Confirmation/FlatElements/Button.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/ButtonTag.html 0 additions, 0 deletions...ls/Compatibility/Confirmation/FlatElements/ButtonTag.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Checkbox.html 0 additions, 47 deletions...als/Compatibility/Confirmation/FlatElements/Checkbox.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/ContentElement.html 0 additions, 0 deletions...mpatibility/Confirmation/FlatElements/ContentElement.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Header.html 0 additions, 0 deletions...tials/Compatibility/Confirmation/FlatElements/Header.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Hidden.html 0 additions, 16 deletions...tials/Compatibility/Confirmation/FlatElements/Hidden.html
- typo3/sysext/form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Imagebutton.html 0 additions, 0 deletions.../Compatibility/Confirmation/FlatElements/Imagebutton.html
Please register or sign in to comment