Metadata-Version: 1.1
Name: ecreall.helpers.upgrade
Version: 1.1.5
Summary: Adapter tool with helpers for upgrade often used at ecreall
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        A set of helpful helpers for upgrade steps.
        
        IUpgradeTool adapts a plone site, a site setup tool or a directory import context,
        and provides method to make common upgrade configuration and data upgrades.
        
        Read the interfaces.py file for more information.
        Contributors
        ============
        
        - Thomas Desvenain thomas.desvenain@gmail.com
        - Vincent Fretin
        
        Changelog
        =========
        
        1.1.5 (2013-10-23)
        ------------------
        
        - Use ProgressHandler in migrateContent.
          [vincentfretin]
        
        - IUpgradeTool can also adapt portal and directory import context.
          [thomasdesvenain]
        
        
        1.1.4 (2013-09-25)
        ------------------
        
        - updateIndexes remove old index if it doesn't have the good type.
          [thomasdesvenain]
        
        - Added a method to add metadata in catalog.
          [thomasdesvenain]
        
        
        1.1.3 (2013-08-27)
        ------------------
        
        - Fixed updateObjectRoleMappings to use all workflows of the chain,
          not only the first one.
          [vincentfretin]
        
        
        1.1.2 (2013-07-18)
        ------------------
        
        - refreshResources method works if kss is not installed.
          [thomasdesvenain]
        
        
        1.1.1 (2012-12-10)
        ------------------
        
        - Fixed interface documentation.
          [thomasdesvenain]
        
        - Better error handling when profile passed as runUpgradeStep method parameter
          doesn't exist.
          [thomasdesvenain]
        
        
        1.1 (2012-10-05)
        ----------------
        
        - monkey patch EtagSupport.http__refreshEtag during content migrations
          to not modify objects.
          [vincentfretin]
        
        - Added a parameter to stop migration after n contents migrated.
          [thomasdesvenain]
        
        
        1.0.1 (2012-09-03)
        ------------------
        
        - Fixed run profile.
        
        
        1.0 (2012-08-24)
        ----------------
        
        - Package created using templer
          []
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
