Metadata-Version: 1.0
Name: monet.recurring_event
Version: 0.7.0
Summary: Old event type for Plone (use only for remove older versions of this package)
Home-page: http://plone.comune.modena.it/svn/monet/monet.recurring_event
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Do not use
        ==========
        
        An old and **deprecated** dependency for `monet.calendar.event`__ and the `Monet Calendar`__ suite.
        
        __ http://pypi.python.org/pypi/monet.calendar.event
        __ http://plone.org/products/monet.calendar.star
        
        For sure you don't need this package!
        
        .. Note::
           Starting from monet.calendar.event 0.4.0 you *don't* need this package anymore.
           
           Add this package to your buildout only if you used an older version of ``monet.calendar.event``;
           unluckily we can't remove easily this dependency in old sites.
        
        Error fixed
        -----------
        
        Install this package only if, reinstalling a Monet Calendar component, you get an error like this::
        
            Traceback (innermost last):
              Module ZPublisher.Publish, line 125, in publish
              Module Zope2.App.startup, line 238, in commit
              Module transaction._manager, line 96, in commit
              Module transaction._transaction, line 395, in commit
              Module transaction._transaction, line 495, in _commitResources
              Module ZODB.Connection, line 510, in commit
              Module ZODB.Connection, line 555, in _commit
              Module ZODB.Connection, line 582, in _store_objects
              Module ZODB.serialize, line 407, in serialize
              Module ZODB.serialize, line 416, in _dump
            PicklingError: Can't pickle <class 'monet.recurring_event.interfaces.IMonetRecurringEventLayer'>: import of module monet.recurring_event.interfaces failed
        
        
        Changelog
        =========
        
        0.7.0 (2011-12-06)
        ------------------
        
        * final (AKA: dont't need this package anymore) version [keul]
        
        0.6.0 (2011-03-18)
        ------------------
        
        * minimal documentation added [keul]
        * first public release
        
        0.5.0 (2011-02-07)
        ------------------
        
        - Deprecated overrides.zcml [keul]
        - New validation on event save; check if the start/end date is invalidated
          by excepts or cadences [keul]
        - added i18n script for translations [keul]
        - fixed compatibility problem with Plone 3.3+ [keul]
        - removed unised stuff like portlets [keul]
        - disabled Generic Setup steps, as this product is no more maintained
          to be used alone [keul]
        
        0.4.3 and below (...far away in the past...)
        --------------------------------------------
        
        - a lot of italian change history omitted
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
