Metadata-Version: 1.1
Name: ecreall.handleexternaledition
Version: 0.2
Summary: Avoid documentviewer and history generation when we save during a zopeedit session
Home-page: http://pypi.python.org/pypi/ecreall.handleexternaledition
Author: Thomas Desvenain
Author-email: thomasdesvenain@ecreall.com
License: GPL
Description: =============================
        ecreall.handleexternaledition
        =============================
        
        When you use zope external editor with some features, you can have great issues:
        
        - if history is enabled on file content type, you don't want that an history entry
          is generated each time user saves the document during the same external edition session
        
        - idem if you have enabled document viewer generation on each update, you want it to be done
          at the end of the session
        
        That's what this product is dedicated to.
        
        Contributors
        ============
        
        - Thomas Desvenain, thomasdesvenain@ecreall.com
        Changelog
        =========
        
        
        0.2 (2014-01-02)
        ----------------
        
        - Nothing changed yet.
        
        
        0.2a2 (2013-12-02)
        ------------------
        
        - Fixed profile import.
          [thomasdesvenain]
        
        - Fixed MANIFEST.in
          [thomasdesvenain]
        
        
        0.1 (2013-10-23)
        ----------------
        
        - Initial release.
          [thomasdesvenain]
        
        
        
Keywords: zopeedit documentviewer cmfeditions
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
