Products.PloneFormGen 1.5rc2 (Release candidate) (Jun 16, 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.

Feature enhancements including quick editor, embedded forms, export/import, captcha support and much more.

For additional information about this project, please visit the overview page .

Available downloads

Python Package

For all platforms (0 kB)

Change log

1.5rc2


 - Pruned tests directory from the Python Package. Installation had been failing
   on some Windows machines while copying the deeply nested tests. We're guessing
   that path length restrictions were exceeded. Those needing to run the tests
   should check out PFG from svn. (Steve)

 - Factored action adapter processing out of the fgvalidate method of the form
   folder, and added a 'skip_action_adapters' parameter to fgvalidate (default:
   False), so it's possible to validate without calling the action adapters, or
   vice versa. (David Glick)