Metadata-Version: 1.1
Name: prdg.plone.util
Version: 0.0.9
Summary: Assorted Plone utilities.
Home-page: UNKNOWN
Author: Rafael Oliveira
Author-email: rafaelbco@gmail.com
License: GPL
Description: Introduction
        ============
        
        Assorted utilities for Plone.
        
        Developed at `Paradigma Internet`_.
        
        Dependencies
        ------------
        
        - See setup.py
        - Optionally install `collective.wtf`_ to be able to use the 
          `prdg.plone.util.utils.sanity_check_workflow` function.
        
        .. References
           ----------
        
        .. _`Paradigma Internet`: http://www.paradigma.com.br/
        .. _`collective.wtf`: http://pypi.python.org/pypi/collective.wtf
        
        .. target-notes::
        
        
        TODO
        ====
        
        - Write tests.
        - Write documentation.
        
        Changelog
        =========
        
        0.0.9 (2013-11-13)
        ------------------
        
        * Fixed dependencies.
        * Converted tests to use plone.app.testing
        * Make support for setting allowed content types in the `structure` module work
          with Dexterity content types.
        
        0.0.8 (2012-01-12)
        ------------------
        
        * Updated to work on Plone 4.x
        
        
        0.0.7 (2011-12-27)
        ------------------
        
        * Added "comment" argument to functions which do workflow transitions.
        
        
        0.0.6 (17dec2009)
        -----------------
        
        * Made collective.wtf a soft dependency by using a conditional import.
        
        0.0.5 (20ago2009)
        -----------------
        
        * tests/test_file_extension_validator.py: Corrected functional test regarding
          to button name which has changed in a recent plone update.
        * structure.py: Changed how File, Image and Reference fields are detected. Now
          it's more precise and can handle file specializations.  
        
        
        0.0.4 (13ago2009)
        -----------------
        
        * Added new functions to utils module.
        * Added new parameters to structure.create_obj_from_dict().
        
        0.0.3 (26may2009)
        -----------------
        
        * Added sample file that was missing for test.
        * Added HISTORY.txt and TODO.txt.
        
Keywords: plone util utilities
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
