Change Log
Version 1.3
Release Date: February 10, 2010
Changes to GoodForm Core
- Added submitted() method
- Added support for the CI form_validation library with the following methods:
- run()
- set_rules()
- set_message
- A validation attribute can also be set in the input method array to define validation rules. See special attributes.
- Added support for option groups in select dropdowns and check/radio groups!
Version 1.2
Release Date: February 2, 2010
Changes to GoodForm Core
- Added proper CI config file for goodform
- Invalid element attributes now defined in config
- Tooltip and error message classes now defined in config
- Input group label classes now defined in config
Changes to DM Plugin
- Added code to auto generate related lookup values to has_one form fields
- Added title to allowed html params
- Allowed datamapper field attributes now defined in goodform config
- Added 'options' method to return an array of related options to be used in dropdown
Version 1.1
Release Date: December 17, 2009
- First param of generate() can now be either be an action string or and attribute array for the form element
- generate() will default to method="post" if no method is defined.
- Added radio() method to add individual radio inputs to a form.
- Added error() method to add individual error messages to a form.
- Various other bug fixes
Version 1.0
Release Date: November 5, 2009
- All GoodForm methods now return self to add chainability!