Package: collective - CMFFormController
Replaces the portal_form form validation mechanism from Plone. Now standard in Plone. Latest development version here.
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFFormController |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=90836 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFFormController/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2004-07-09 21:00 | 1.0.3 beta | sourceforge | |
| 2004-05-04 15:17 | 1.0.2 | sourceforge | |
| 2004-03-11 21:00 | 1.0.1 | sourceforge | |
| 2004-03-08 21:00 | 1.0 | sourceforge | |
| 2004-03-02 21:00 | 1.0 RC3 | sourceforge | |
| 2004-01-29 21:00 | 1.0 RC2 | sourceforge | |
| 2004-01-07 21:00 | 1.0 RC1 | sourceforge |
Package README (CVS ver. 1.5)
CMFFormController
CMFFormController replaces the portal_form form validation
mechanism from Plone. It should work just fine in plain CMF as
well.
Requires
CMF 1.3+
Zope 2.5.1+ (Recommending 2.6.0+)
Quickstart
For CMF 1.4:
1) Create an external method, module CMFFormController.Install,
function: install
2) Run it
For CMF 1.3:
1) Get ahold of CMF 1.4
2) Copy the files CMFCore/FSMetadata.py and
CMFCore/FSPythonScript.py from CMF 1.4 to the CMFCore directory
in your CMF 1.3 install
3) Replace the line "if self.ZCacheable_isCachingEnabled():" in
your new FSPythonScript with the line "if 0==1:"
(Thanks to Laurent Mallet (Ellis))
Profiling CMFFormController scripts:
* If you want to use CallProfiler with CMFFormController, you will
need to download and install the CMFFormControllerPatch product
from the Collective.
(Thanks to Andy McKay)
Documentation
See www/docs.stx
Also take a look at the CMFFormControllerDemo product.