Metadata-Version: 1.0
Name: xm.booking
Version: 2.0
Summary: Bookings for eXtremeManagement
Home-page: http://plone.org/products/extreme-management-tool/
Author: Maurits van Rees
Author-email: m.van.rees@zestsoftware.nl
License: GPL
Description: xm.booking
        ==========
        
        This is a package for booking hours on a content type.  It also
        handles estimates of duration or size.  It is a spin-off from
        eXtremeManagement.  Quite likely some more code needs to move between
        those two.
        
        xm.booking is intended to be useful without eXtremeManagement.  But
        for now the bookings from Products.eXtremeManagement.content.Bookings
        are used.  In place of that we want to make a nice and small Zope 3
        content object.  Of course this needs migration code in
        eXtremeManagement.
        
        Conversely, eXtremeManagement depends on xm.booking, so if you change
        this package, please also run the eXtremeManagement tests.  If unsure,
        please contact the eXtremeManagement authors or mailing list.  See
        http://plone.org/products/extreme-management-tool/
        
        History of xm.booking
        =====================
        
        2.0 (2010-09-24)
        ----------------
        
        - Made booking table compatible with both Plone 3 and 4, by using
        either poi_niceName (Plone 3, Poi 1.2) or @@pas_member (Plone4).
        [maurits]
        
        - Explicitly load the permissions.zcml file from
        Products.eXtremeManagement, otherwise you might get a
        ComponentLookupError on zope startup.
        [maurits]
        
        - Added z3c.autoinclude.plugin target plone.
        [maurits]
        
        - Use plone.indexer instead of the deprecated
        registerIndexableAttribute which no longer works in Plone 4.  Added
        dependency on plone.indexer for this, so using Plone 3.3 is
        recommended (might still work on earlier versions).
        [maurits]
        
        
        1.1 (2010-05-01)
        ----------------
        
        - Avoid renaming bookings that were added via the tracker at the
        moment you edit them.
        Fixes http://plone.org/products/extreme-management-tool/issues/184
        [maurits]
        
        
        1.0 (2009-05-05)
        ----------------
        
        - Protect the booking table with the eXtremeManagement: View Details
        permission.  [maurits+mike]
        
        
        0.9 (2009-01-25)
        ----------------
        
        - Nothing changed yet.
        
        
        0.8 (2009-01-07)
        ----------------
        
        - Nothing changed yet.
        
        
        0.7 (2008-10-06)
        ----------------
        
        - Fixed error where a day=DateTime() default argument in a method defintion
        would get stuck with the DateTime() of the moment when the site was last
        started, sigh. KSS-added bookings all got that date. Fixes
        http://plone.org/products/extreme-management-tool/issues/80. [reinout]
        
        
        0.6 (2008-09-16)
        ----------------
        
        - Added optional argument 'description' to create_booking.  [maurits]
        
        - Showing booking's description as 'structure' as it is handled as
        webintelligent text in Products.eXtremeManagement's views now. [reinout]
        
        
        0.5 (2008-03-04)
        ----------------
        
        - No history recorded.
        
        
        0.4 (2008-03-04)
        ----------------
        
        - No history recorded.
        
        
        0.3 (2008-02-25)
        ----------------
        
        - No history recorded.
Keywords: eXtremeManagement booking
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
