Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Releases: rkeet/zf-doctrine-form

Updated as abandoned

22 Mar 10:01
efab18b
Compare
Choose a tag to compare
Added "abandoned" flag

Have not and will no longer update Zend Framework (now Laminas) packages. Have not worked with them for quite some time.

ID in Fieldset (optional) and human understandable CSRF message

20 Jan 20:25
Compare
Choose a tag to compare
  • 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

06 Nov 21:00
8070a31
Compare
Choose a tag to compare

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

15 Oct 15:10
Compare
Choose a tag to compare
  • 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

29 Aug 18:07
Compare
Choose a tag to compare
  • Changed usage of EntityManager to interface ObjectManager
  • 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 and GenericDeleteFieldsetInputFilter have been marked deprecated
    • Doctrine versions will remain supported (for now?)
  • Requiring PHP Modules ext-intl, ext-json and ext-gettext
  • Some abstract classes have received strict typing for function params

Fixed CollectionInputFilter re-population & nested validation

06 Jul 08:27
Compare
Choose a tag to compare
Fixing the setting of collectionRawValues on CollectionInputFilters. …

…In the past these may have contained incorrect data, causing collections to not be re-populated or validated correctly.

Forgot the bloody config documentation

12 Apr 20:55
Compare
Choose a tag to compare

Forgot the bloody config documentation

First release

12 Apr 20:49
Compare
Choose a tag to compare

First complete release, including documented examples.

Make sure to check examples in matching version (1.0.0) here.

Initial setup

23 Mar 21:43
a96b9ad
Compare
Choose a tag to compare

Initial setup - do not use, nothing to see here.