Metadata-Version: 1.0
Name: plone.app.stagingbehavior
Version: 0.1a1
Summary: Provides a behavior for using plone.app.iterate with dexterity content types
Home-page: http://plone.org/products/dexterity
Author: Jonas Baumann
Author-email: dexterity-development@googlegroups.com
License: GPL
Description: Introduction
        ============
        
        
        
        Changelog
        =========
        
        
        0.1a1 (2010-01-24)
        ------------------
        
        * Renamed package to plone.app.stagingbehavior.
          [deo]
        
        * Made sure to fire an IAfterCheckinEvent so that the iterate
          locking handler (handleCheckin) removes the lock from the
          baseline object.
          [deo]
        
        * Added a workaround to allow the checkin operation to succeed.
          Sent message to the mailing list to discuss the issue.
          [deo]
        
        * Fixed to only use the plone.app.stagingbehavior policy for Dexterity
          content, avoiding any interference with Archetypes content.
          [deo]
        
        * Removed dependency to plone.relations, made some cleanups.
          [jbaumann]
        
        * Added creator attribute to the StagingRelationValue.
          [jbaumann]
        
        * Fixed AttributeError processForm in checkin.
          [jbaumann]
        
        * Implemented simple checkin process, which just copies all field values.
          [jbaumann]
        
        * Cleaned up the code a little bit.
          [jbaumann]
        
        * First implementation.
          [jbaumann]
        
Keywords: plone dexterity behavior iterate staging
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
