Metadata-Version: 1.0
Name: collective.edm.listing
Version: 0.4
Summary: A view for folders that provides file-explorer like document adding and management tools
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        
        
        This product may contain traces of nuts.
        
        Changelog
        =========
        
        0.4 (2012-08-24)
        ----------------
        
        - Added columns have an 'available' method.
          [thomasdesvenain]
        
        - Added columns can be sortable on an index
          if sort_index attribute is set on column class.
          [thomasdesvenain]
        
        - Fixed batching with default sort_on.
          [vincentfretin]
        
        - Folder buttons displays are consistent with listing columns global displays.
          (if 'delete' column is disabled or empty, 'delete' button is not displayed')
          [thomasdesvenain]
        
        - Paste button is separated to "selected elements" folder action buttons (delete, paste, etc).
          [thomasdesvenain]
        
        - ecreall.trashcan integration.
          [thomasdesvenain]
        
        - Added a view "listingoptions" that allows to setup some behaviours:
            - sort mode
            - default sort criterion
            - default sort order
            - edit popup activated or not
          [thomasdesvenain]
        
        - Improve transition form behaviour.
          [thomasdesvenain]
        
        - Fix error at startup:
          "Couldn't import plone_displayviews, No module named plone_displayviews".
          [thomasdesvenain]
        
        - Do not force content views.
          [thomasdesvenain]
        
        
        0.3 (2012-08-01)
        ----------------
        
        - Move to github.
          [thomasdesvenain]
        
        - Chameleon compatible.
          [thomasdesvenain]
        
        - Products.CMFPlacefulWorkflow not required anymore.
        
        - ListingRights can replace manual sort by column sort.
          Remove kss sort stuff.
          [thomasdesvenain]
        
        - Fixed redirect after delete popup.
          [thomasdesvenain]
        
        - Page title was changed to <h1> (was <h2>).
          [cedricmessiant]
        
        
        0.2 (2012-04-12)
        ----------------
        
        - Listingrights class can restrict buttons display and modification date display.
        
        - Add a 'download' column if we have files.
        
        - Uses collective.externaleditor.
        
        - Fixed styles.
        
        0.1 (2011-12-02)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
