Metadata-Version: 1.1
Name: collective.actions.delete
Version: 0.1.4
Summary: Delete items in folder content with confirmation
Home-page: https://svn.plone.org/svn/collective/collective.actions.delete
Author: Ingeniweb
Author-email: support@ingeniweb.com
License: GPL
Description: ===========================
         collective.actions.delete
        ===========================
        
        Deletion of Plone elements from the folder contents view is submitted to a
        confirmation form.
        
        Requires
        ========
        
        Plone 3.x or a later version
        
        Installation
        ============
        
        Just add ``collective.actions.delete`` to the ``eggs`` list of the
        ``plone.recipe.zope2instance`` part in your zc.buildout
        
        License
        =======
        
        This software is provided under the GPL v3 license.
        
        Credits and support
        ===================
        
        * Alter Way
        * Youenn Boussard
        * Gilles Lenfant
        
        Changelog
        =========
        
        0.1.4 (2013-05-29)
        ------------------
        
        - Plone 4.3 support
          [gotcha]
        
        - Removing items who's title has non ASCII chars works (+ test)
          [glenfant]
        
        - Added german translation.
          [jone]
        
        
        0.1.3 (2011/05/16)
        ------------------
        
        - Added dutsch translation (thanks to Kim Paulissen)
          [glenfant]
        
        - z3c.autoinclude awareness
          [glenfant]
        
        - Remove portal id from confirmation screen
          [gotcha]
        
        0.1.2 (2008/12/15)
        ------------------
        
        - Back to folder_contents whatever action taken
          [glenfant]
        
        0.1.1 (2008/10/02)
        ------------------
        
        - Plone 3.0.x compatible
        
        0.1.0 (2008/10/01)
        ------------------
        
        - Initial release
        
Keywords: folder delete confirmation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
