PloneFormGen 1.2.2
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 3.1, Plone 3.0, Plone 2.5, Plone 2.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Steve McMahon |
Requires ScriptableFields bundle. The easiest way to install both PFG and ScriptableFields is to download the bundle.
Change log
Changes since 1.2.1:
- The PicklistWidget used to pick ThanksPage fields doesn't respect the
order of the value it's supplied, so let's always sort the values
into the same order as the form. (Thanks, Lucia Colombo)
- Adapt more public page templates to have Plone 3+ -specific versions.
(Tracker: 189; Thanks, Max Bloechle)
- Mailer "None" radio button choices for to_field and replyto_field
should be selected when appropriate. (Tracker 190)
- Hide useless "properties" and "references" tabs in Plone 3+.
(Thanks, ddurham)
- Added 'Contributor' to default roles allowed to create Form Folders.
(Tracker #199; thanks, Marc Nieper-Wißkirchen)
- Values in password fields were being lost whenever a form didn't
validate. While this might make sense in other contexts, it doesn't
match the common use case in PFG. Fixed. (Tracker #200)
- Mailer body prepend and append fields were showing unnecessary
and misleading text format selection boxes. (Tracker #185; Same
problem as #173)