Metadata-Version: 1.0
Name: p4a.common
Version: 1.0.8
Summary: Reusable code-bits for Zope 3 and Plone
Home-page: http://pypi.python.org/pypi/p4a.common/
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: GPL
Description: Changelog
        =========
        
        1.0.8 (2011-04-19)
        ------------------
        
        - test for correct import of PageForm in Plone 4.1
          [redcor]
        
        1.0.7 (2010-06-17)
        ------------------
        
        - updated the zcml so it is compatible with Plone 3 AND Plone 4
        - reverted the change that was done at r107874 (for Plone 3 compatibility)
          since Plone 4 compatibility is now handled by r112821
          [lucielejard]
        
        1.0.6 (2010-06-14)
        ------------------
        
        - Added BBB import for ISiteManager (now IComponentLookup). [davisagli]
        
        - No longer take responsibility for enabling a local site in Zope 2.12;
          Plone does this for us via five.localsitemanager now. [davisagli]
        
        - conditional inclusion of old zcml-directives to be compatible 
          with Plone 4 removed unused imports [tom_gross]
        
        1.0.5 (2009-06-25)
        ------------------
        
        - Made python-dateutil a requirement. [regebro]
        
        
        1.0.4 (2009-05-17)
        ------------------
        
        - Solved Unicode problems [hpeter]
        
        
        1.0.3 (2008-07-07)
        ------------------
        
        - Import problems with dateutil.tz fixed.
        
        
        1.0.2 (2008-04-09)
        ------------------
        
        - Fixed problem where rich widget wasn't working on Plone 2.5 [Rocky Burt]
        
        - Various cleanups of rich widget [Tim Terlegard]
        
        - Minor documentation fixes [Lennart Regebro]
        
        
        1.0.1 (2008-02-13)
        ------------------
        
        - Added formlib rich text widget (for plone only) that wraps standard plone
          rich text widget (which by default is kupu) [Rocky Burt]
        
        - Installs properly on Plone 3 [Rocky Burt]
        
        - A new module, dtutils contains converters between datetime and DateTime.
          [Lennart Regebro]
        
        - Egg is no longer considered zip_safe (nor should it have been)
        
        
        1.0 (2007-10-14)
        ----------------
        
        - First public release
        
Keywords: plone4artists
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
