Metadata-Version: 1.0
Name: Products.CMFCore
Version: 2.1.1
Summary: Core components of Zope Content Management Framework
Home-page: http://www.zope.org/Products/CMFCore
Author: Zope Corporation and contributors
Author-email: zope-cmf@lists.zope.org
License: ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)
Description: (See Products/GenericSetup/README.txt).
        
        ------------------------------------------------------------
        CMFCore
        
        This product declares the key framework services for the Zope
        Content Management Framework (CMF).
        
        ------------------------------------------------------------
        Products.CMFCore Changelog
        
        Products.CMFCore 2.1.1 (2008/01/06)
        
        - exportimport.content: Add simple guard against import failures when
        the ".objects" file contains empty lines.
        (https://bugs.launchpad.net/zope-cmf/+bug/176328)
        
        
        Products.CMFCore 2.1.1-beta (2007/12/29)
        
        - Events: Fixed some handleContentishEvent issues.
        Moved _clearLocalRolesAfterClone code to separate handler that is
        triggered before indexing and also for folders. Made sure notifyModified
        is not called if objects are just moved.
        
        - PortalObject: Added setSite to getSiteManager for old instances. This
        fixes migrations from Plone 2.1 to 3.0.
        
        - FSImage: Supply class-level defaults for 'alt', 'height', and 'width',
        to avoid acquiring objects with the same names.
        (http://www.zope.org/Collectors/CMF/507)
        
        - Testing: Derive test layers from ZopeLite layer if available.
        
        - PortalObject: Fixed a bug in the site manager creation code, which would
        assign the __parent__ pointer to the Aq-wrapper and not the actual
        object.
        
        
        Products.CMFCore 2.1.0 (2007/08/08)
        
        First egg release.  For changes up through this release, please see
        the overall "CMF changelog",
        http://svn.zope.org/CMF/tags/2.1.0/CHANGES.txt?rev=78713&view=markup
        
Keywords: web application server zope zope2 cmf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
