Metadata-Version: 1.0
Name: collective.gsqi
Version: 0.2
Summary: Various GenericSetup handlers and CMFQuickInstaller enhancements
Home-page: http://pypi.python.org/pypi/collective.gsqi
Author: Ross Patterson
Author-email: me@rpatterson.net
License: GPL
Description: Introduction
        ============
        
        * Prevents portal_quickinstaller from removing local utilities and
        other persistent data on reinstall
        
        * Enhances the content/structure import handler with support for
        reindexing title and description, setting arbitrary AT fields,
        setting local roles, and performing workflow transitions
        
        Changelog
        =========
        
        0.2 - 2009-06-27
        ----------------
        
        * Make the content properties importers apply even when the content
        already exists.  IOW, hook into the importer rather than into
        makeInstance.
        
        * Add support for importing AT references
        
        * Incorporate fixes for http://dev.plone.org/plone/ticket/8350 from
        b_mathieu.
        
        * Add support for importing groups
        
        * Fix handling of profiles with XML for a given step
        
        * Add support for ZCML based GenericSetup import handlers
        
        * Fix DCWokflow's exportimport handling of groups
        
        0.1 - 2009-04-07
        ----------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
