Metadata-Version: 1.0
Name: c2.patch.contentslist
Version: 1.0RC3
Summary: contents tab viewing order change on folder in Plone
Home-page: http://www.cmscom.jp
Author: Manabu TERADA
Author-email: terada@cmscom.jp
License: GPL
Description: Introduction
        ============
        
        Description
        -------------
        
        - This product is order change for Plone container.
        - control panel setting on default when creating new folder.
        
        
        Requirement
        -------------
        
        - Plone
        
          - Plone 4.0 (tested by 4.0 on MacOS 10.6)
          - Plone 3.x (tested by 3.3.4 on MacOS 10.6)
        
        
        Note for Plone 3.2.x
        -----------------------
        You need to add on buildout.cfg
        
        buildout.cfg
        
        ::
        
           [buildout]
           eggs =
              ...
              c2.patch.contentslist
        
           zcml =
              ...
              c2.patch.contentslist
              c2.patch.contentslist-overrides
        
           [versions]
           archetypes.schemaextender = 2.0.3
        
        Changelog
        =========
        
        1.0RC3 (2011-08-17)
        -----------------------
        
        - Support Plone 4.1
        
        1.0RC2 (2011-03-25)
        -----------------------
        
        - Modify typo in templates
        
        1.0b4 (2011-03-07)
        -----------------------
        
        - Bug fix for can't save controlpanel data
        
        1.0b3 (2011-03-07)
        -----------------------
        
        - Adding folder_contents template for only Plone 3.x
        
        1.0b2 (2011-03-07)
        -----------------------
        
        - Adding install_requires 'archetypes.schemaextender' for Plone 3.x
        - Testing Plone 3.3.4
        
        1.0b1 (2011-03-07)
        -----------------------
        
        - Include package for docs
        
        1.0a2 (2010-10-06)
        -----------------------
        
        - bug fix to content-list for Plone folder refs #1
        
        1.0a1 (2010-09-25)
        -----------------------
        
        - Initial release
        
Keywords: plone patch contentstab
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
