[FEATURE] EXT:form - add file size validator
A new ExtbaseValidator called "FileSizeValidator" has been added which is able to validate a file resource regarding its file size. The validator is also available within the form editor. Resolves: #82177 Releases: master Change-Id: I04ae755b8632c473769fc7ae859c97d88c60b390 Reviewed-on: https://review.typo3.org/54135 Reviewed-by:Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Carlos Meyer <cm@davitec.de> Tested-by:
Carlos Meyer <cm@davitec.de> Reviewed-by:
Daniel Lorenz <daniel.lorenz@extco.de> Tested-by:
Daniel Lorenz <daniel.lorenz@extco.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-82177-ExtFormAddFileSizeValidator.rst 45 additions, 0 deletions...elog/master/Feature-82177-ExtFormAddFileSizeValidator.rst
- typo3/sysext/form/Classes/Mvc/ProcessingRule.php 12 additions, 0 deletionstypo3/sysext/form/Classes/Mvc/ProcessingRule.php
- typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php 12 additions, 1 deletion...orm/Classes/Mvc/Property/PropertyMappingConfiguration.php
- typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php 19 additions, 8 deletions...Property/TypeConverter/UploadedFileReferenceConverter.php
- typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php 105 additions, 0 deletions.../sysext/form/Classes/Mvc/Validation/FileSizeValidator.php
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 5 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 38 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Resources/Private/Language/Database.xlf 15 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/form/Resources/Private/Language/locallang.xlf 40 additions, 19 deletionstypo3/sysext/form/Resources/Private/Language/locallang.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ViewModel.js 6 additions, 0 deletions...sources/Public/JavaScript/Backend/FormEditor/ViewModel.js
- typo3/sysext/form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php 127 additions, 0 deletions.../form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php
Please register or sign in to comment