CMF Quick Installer Tool 2.1
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 3.0 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Hanno Schlichting |
| Released | 2008/03/09 |
Change log
CMFQuickInstallerTool 2.1 - Released March 9, 2008
- Added metadata.xml to GenericSetup profile.
- Avoid breakage for InstalledProduct instances without the left or rightslots properties. Thx to Roberto Fontanarosa from the OpenCpi division of Cpi Progetti Spa.
- Fixed logging code in utils. This closes http://dev.plone.org/plone/ticket/7093.
- Reverted getUtility usage. Closes http://dev.plone.org/plone/ticket/7314.
- Fixed class variables in InstalledProduct. All products would share the same left slots and right slots properties. Thx to Saverio Mucci for noting this.
- Hook into the import-events generated by the development version of GenericSetup. This allows us to automatically mark a product as installed if its profile is imported successfully.
- Avoid an unneeded transaction savepoint.