Metadata-Version: 1.0
Name: collective.folderposition
Version: 1.0
Summary: Extended ordering controls for folder contents.
Home-page: http://pypi.python.org/pypi/collective.folderposition
Author: Laurence Rowe
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: =========================
        collective.folderposition
        =========================
        
        Extended ordering controls for folder contents.
        
        Installation
        ============
        
        Plone 4
        -------
        
        Add package to your instance's eggs::
        
            [instance]
            eggs +=
                collective.folderposition
        
        Plone 3.x
        ---------
        
        Without z3c.autoinclude, you must add the package to both eggs and zcml::
        
            [instance]
            eggs +=
                collective.folderposition
            zcml +=
                collective.folderposition
        
        
        Changelog
        =========
        
        1.0 - 2010-12-14
        ----------------
        
        * Keep checked checkboxes checked across submissions.
        
        1.0b4 - 2010-12-14
        ------------------
        
        * Recalculate the delta select box on focus incase kss updates the table.
        
        1.0b3 - 2010-12-13
        ------------------
        
        * Return to previous page after submission.
        
        * Fix error when moving Up/Down.
        
        1.0b2 - 2010-12-13
        ------------------
        
        * Supply subset_ids to interact correctly with batching.
        
        1.0b1 - 2010-12-10
        ------------------
        
        * Initial release.
        
Keywords: plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
