Metadata-Version: 1.1
Name: collective.limitfilesizepanel
Version: 1.1.2
Summary: Configure files and images size limit through Plone control panel
Home-page: http://plone.org/products/collective.limitfilesizepanel
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        Plone Archetypes framework already gives you a max size validation for files and images, but the default
        configuration has some drawbacks:
        
        * is not simple to customize (best way is to use `plone.recipe.atcontenttypes`__)
        * is the same for every Plone site of the environment 
        
        __ http://pypi.python.org/pypi/plone.recipe.atcontenttypes/
        
        This product will let you customize this validation from Plone user interface.
        
        How to use it
        =============
        
        Just add the product to the buildout and install it in the site you want to use.
        
        A new "*Limit file size settings*" option will be added in the control panel, where you can change the
        *File* and *Image* attachments.
        
        No users will be able to upload files that exceed the limit.
        
        Validator bypass
        ================
        
        If some users need to bypass the validation and upload some larger files, there is a new permission 
        "*collective.limitfilesizepanel: Manage limit file size settings*" that allows to do this.
        
        You only need to set this permission to some roles, and they'll have no upload limits.
        
        Dependencies
        ============
        
        This products has been tested on:
        
        * Plone 3.3
        * Plone 4.2
        
        It's based on `plone.app.registry`__ that it not part of Plone on 3.3 version. You need to be
        sure that a compatible version is used (in my experience: use `version 1.0b1`__).
        
         __ http://pypi.python.org/pypi/plone.app.registry
         __ http://pypi.python.org/pypi/plone.app.registry/1.0b1
        
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__;
        Regione Emilia Romagna supports the `PloneGov initiative`__.
        
         __ http://www.regione.emilia-romagna.it/
         __ http://www.plonegov.it/
        
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        Changelog
        =========
        
        1.1.2 (2013-03-26)
        ------------------
        
        - run rolemap configurations when upgrading from older versions
          [keul]
        
        1.1.1 (2013-03-26)
        ------------------
        
        - fixed pypi classifiers [keul]
        
        1.1 (2013-03-26)
        ----------------
        
        - Added a proper uninstall step [keul]
        - Now based on `collective.monkeypatcher`__ [keul]
        - i18n refactoring [keul]
        - Do not try to automatically validate file size for already existings attachments.
          
          This provent to get validation error when editing file after size limit
          has been changed [keul]
        
        - Added new permission "collective.limitfilesizepanel: Manage limit file size settings".
          Users with this permission can bypass size validation [cekk]
        
          __ http://pypi.python.org/pypi/collective.monkeypatcher
        
        1.0 (Unreleased)
        ----------------
        
        - Initial release
        
Keywords: plone plonegov limit filesize validation
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
