Products.PloneFormGen 1.5b4 (Beta release) (Apr 08, 2009)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
1.5 is a feature-addition release
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3, Plone 2.5 |
|---|---|
| State | Beta release |
| License | GPL |
| Release Manager | Steve McMahon |
Beta 4 adds a Captcha Field based on collective.captcha or collective.recaptcha -- your choice!
Change log
1.5b4
- Changed a few field titles to friendlier names: boolean -> checkbox,
integer -> whole number, fixed-point -> decimal number. (Steve McMahon)
- Merged branches/davisagli-captcha, providing a CAPTCHA field utilizing
either collective.captcha or collective.recaptcha. (Thanks, David Glick!)
- Reworked install strategy for allowed content types for form folders and
fieldsets to determine what's allowed by interfaces rather than GS profile.
This makes it much easier to add fields, adapters and thanks pages from
outside. (Steve McMahon)
- Fixed a problem with boolean fields in later Zope/Archetypes. (Tracker
#244)
- QuickEdit got mixed up with fields that themselves contain
tables. Fixed. (Steve McMahon)
- When using Zope 2.9.10 and Plone 2.5.x, form validation would produce an
Unauthorized error in fgvalidate_base. Fixed.
(Tracker #233; Thanks, Jean-Pascal Houde)
- Moved PFGDataGrid from examples/ to be a separate product.
(Steve McMahon)
- Make uninstall work cleanly even if Kupu has bad linkable types.
(Steve McMahon)
- Make the mailer subject variable substitution use the same method as for
the other fields so it's easier to override. (David Glick)
- Prevent embedded forms from hijacking the portal status messages unless the
form was actually submitted. (David Glick)
- Add hooks for configuring form unload protection and auto-focus, and disable
them for embedded forms by default. (David Glick)
- Fixed issue where submission of an embedded PFG form could cause processing
of a standalone PFG form later in the page. (David Glick)
- Fixed issue with embedded forms where the form would get processed again
after a Retry if the form was also embedded on the thank you page. (David
Glick)
- Patched plone.app.portlets to not catch the Retry exception, which was
causing problems when submitting forms embedded in portlets. (David Glick)


