This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Releases: rkeet/zf-doctrine-form
Releases · rkeet/zf-doctrine-form
Updated as abandoned
ID in Fieldset (optional) and human understandable CSRF message
- Updated Fieldset and FieldsetInputFilter abstract classes to contain ID property (
id
) by default and validate for it. However, not required and will not fail if not used. - Overwriting default CSRF message "
The form submitted did not originate from the expected site
" with "The form expired or could otherwise not be validated. Please try again.
" which is both easier to understand and makes clear to the user to submit again (the server should have refreshed the token, if not, then you have an error server side)
Release only adds above functionality, does not backwards break anything.
Minor release due to not bugfixing.
Doctrine ORM Module requirement update
Updated Doctrine ORM Module requirement.
This module already adhered the requirements set forth in Doctrine ORM Module 2.1.x as they matched with 1.1.x. The biggest change is full on usage of > PHP 7.2, which this module also already did.
Strict type bug fix
- Strict type bug fix in AbstractDoctrineFormFactory - used to send null as second parameter, required type is array, now empty array by default
- Code styling in AbstractDoctrineFormFactory
- Updated author details in composer
- Requiring PHP ext modules
Next iteration - MvcTranslator, PHP modules & GenericDeleteForm (and associated) deprecated
- Changed usage of
EntityManager
to interfaceObjectManager
- Code styling has been applied/updated throughout module automagically with PhpStorm
- Some corrections have been made to faultily names return types and/or required params
- Requiring
zendframework/zend-mvc-i18n
module - Updated module to use MvcTranslator instead of Translator
GenericDeleteFormFactory
,GenericDeleteForm
andGenericDeleteFieldsetInputFilter
have been marked deprecated-
- Doctrine versions will remain supported (for now?)
- Requiring PHP Modules
ext-intl
,ext-json
andext-gettext
- Some abstract classes have received strict typing for function params
Fixed CollectionInputFilter re-population & nested validation
1.1.0 Fixing the setting of collectionRawValues on CollectionInputFilters. …
Forgot the bloody config documentation
Forgot the bloody config documentation
First release
First complete release, including documented examples.
Make sure to check examples in matching version (1.0.0) here.
Initial setup
Initial setup - do not use, nothing to see here.