CMF Form Controller 2.1 (Aug 09, 2007)
New feature release targeted at Plone 3.0
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Hanno Schlichting |
| Released | 2007/08/09 00:00:00 Universal |
Change log
CMFFormController 2.1 - Released August 9, 2007
- No changes.
[hannosch]
CMFFormController 2.1rc1 - Released July 9, 2007
- Removed utility registration - the formcontroller tool uses self.REQUEST
which is not available in utilities.
[wichert[
CMFFormController 2.1b4 - Released May 5, 2007
- Removed five:registerPackage again, as it is causing problems in ZEO
environments.
[hannosch]
CMFFormController 2.1b3 - Released May 1, 2007
- Back to getToolByName we go.
[wichert]
CMFFormController 2.1b2 - Released March 23, 2007
- Converted installation code to be based on a GenericSetup extension
profile.
[hannosch]
- Let the form controller tool implement and interface and added a bbb
registerToolInterface call.
[hannosch]
- Replaced getToolByName by getUtility calls.
[hannosch]
CMFFormController 2.1b1 - Released March 5, 2007
- Converted to a regular Python package in the Products namespace.
[hannosch]
- Fixed deprecation warnings for minimalpath and expandpath methods. These
weren't needed at all anymore, as the stored filepath is absolut anyways.
[hannosch]
- Removed all occurrences of portal_status_message.
[hannosch]


