Metadata-Version: 1.0
Name: Products.Undoer
Version: 1.0.4
Summary: A tool that enables rolling back (undoing) changes to a Zope Application database based on date and time.
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: ZPL 2.1
Description: What is Undoer?
        
        Undoer is a product/patch that enables transactions to be undone based
        on a date.  Useful if you or someone else has managed to make a lot of
        separate changes that would be cumbersome to undo the usual Zope way
        and no recent (enough) backups are available.  See the Undo tab in the
        Zope Management Interface for instructions on how to use it.
        
        The original script was developed by Nidelven IT for Huridocs (who
        paid for it) and later re-written by Nidelven IT for use by the Zope
        community.
        
        It is available from
        
          http://www.nidelven-it.no/d
        
        and any questions/comments can be sent to info@nidelven-it.no
        
        1.0.4
        
        	Fixed incorrect changes versions.
        
        1.0.3
        
        	Added support for ZODB >= 3.10 (which has one method to undo
        	multiple transactions, thx Hanno).
        
        1.0.2
        
        	Added info about undo bug on recent versions of Zope.
        
        1.0.1
        
        	Packaged up as egg.
        
        	Added compatability with InitializeCass.
        
Keywords: zope plone silva zmi undo rollback database
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
