Metadata-Version: 1.0
Name: plone.portlet.collection
Version: 2.0.1
Summary: A portlet that fetches results from a collection
Home-page: http://pypi.python.org/pypi/plone.portlet.collection
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Introduction
        ============
        
        A portlet that fetches results from a collection.
        
        Changelog
        =========
        
        2.0.1 - 2011-01-03
        ------------------
        
        * Add Site Administrator to the default roles for the
          "plone.portlet.collection: Add collection portlet" permission, for forward
          compatibility with Plone 4.1.
          [davisagli]
        
        * Removed bug where a resultset with fewer items than limit wasn't randomized.
          [jaroel]
        
        * Removed Plone 3 specific implementation in favor of a generic one.
          [jaroel]
        
        * Fixed returning optional randomized results in the collection
          portlet.  This happened on Plone 4; if this makes the portlet too
          slow for you, you should switch off the randomizing.
          [maurits]
        
        * Fixed wrong exception handling in random collection portlet that
          failed to catch an IndexError.
          [maurits]
        
        2.0 - 2010-07-18
        ----------------
        
        * Update license to GPL version 2 only.
          [hannosch]
        
        * Add fix for http://dev.plone.org/plone/ticket/9198 so that
          typeUseViewActionInListings is respected.
          [aaronv]
        
        * Removed msgids in portlets.xml. There is no support for
          msgids in the import of portlets.xml implementation.
          This allows to extract translatable strings with i18ndude.
          [vincentfretin]
        
        * Add fix for http://dev.plone.org/plone/ticket/9184 so that
          restrictedTraverse always gets a string and not Unicode.
          [amleczko]
        
        1.1.3 - July 7th, 2008
        --------------------
        
        * Added 'Select random items' option.
          [davisagli]
        
        1.1.2 - June 1st 2008
        ---------------------
        
        * Use a custom edit permission for the portlet.
          [hannosch]
        
        1.1.0 - April 20th 2008
        -----------------------
        
        * Added missing i18n markup to portlets.xml.
          [hannosch]
        
        * Changed the i18n domain to `plone`.
          [hannosch]
        
        1.0b1 - March 8, 2008
        ---------------------
        
        * Fix a typo in the CSS classes.
          [davisagli]
        
        * Set default_query to get something to browse in the UberSelectionWidget from
          the start.
          [fschulze]
        
        * Code cleanup and make showing of dates for items and a 'Show more...' link
          configurable.
          [optilude]
        
        
        0.1.1 - November 19, 2007
        --------------------------
        
        * Set zip-safe flag for the egg to False so zcml can be correctly loaded.
          [wichert]
        
        * Remove non-ASCII characters form the description since PyPI can not handle
          them.
          [wichert]
        
        
        0.1 - November 19, 2007
        -----------------------
        
        * First public release
          [baekholt, wichert]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
