Metadata-Version: 1.0
Name: collective.portlet.customizablerecent
Version: 1.1
Summary: A recent items portlet with parameters
Home-page: http://pypi.python.org/pypi/collective.portlet.customizablerecent
Author: Thomas Desvenain
Author-email: thomasdesvenain@ecreall.com
License: GPL
Description: Introduction
        ============
        
        A portlet based on "Recent items", which you can change the title,
        the portal types to search,
        the time format,
        and the root from where to search elements.
        
        
        Changelog
        =========
        
        1.1 (2011-10-26)
        ----------------
        
        - We can hide "All recent changes" link on portlet.
          [thomasdesvenain]
        
        - We can allow/disallow icons display.
          [thomasdesvenain]
        
        - Added an "All recent changes" view that manages customized settings.
          [thomasdesvenain]
        
        
        1.0.3 (2011-05-12)
        ------------------
        
        - long_time_format is a FieldProperty so the edit form doesn't crash
          if an assignment already exist without this attribute.
          toLocalizedTime needs long_format=None (giving False is actually True...)
          [vincentfretin]
        
        
        1.0.2 (2011-04-27)
        ------------------
        
        - Added option for displaying time in long format.
          [astoroz]
        
        
        1.0.1 (2011-04-19)
        ------------------
        
        - Include explicitly plone.app.portlets zcml file.
          [vincentfretin]
        
        
        1.0.0 (2011-04-06)
        ------------------
        
        - Initial release.
          [thomasdesvenain]
        
        Installation
        ============
        
        * Add ``collective.portlet.customizablerecent`` to the list of eggs to install,
          e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                collective.portlet.customizablerecent
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        * Restart your Plone instance.
        
        * Install the module through Plone Modules install configuration form.
        
Keywords: portlets
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
