Metadata-Version: 1.0
Name: plone.app.querystring
Version: 1.0.4
Summary: UNKNOWN
Home-page: http://pypi.python.org/pypi/plone.app.querystring
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Overview
        ========
        
        This package provides an queryparser, querybuilder and extra helper tools,
        to parse stored queries to actual results, used in new style collections.
        It includes a registry reader which reads operators, values and criteria
        from the Plone registry.
        
        Changelog
        =========
        
        1.0.4 (2012-05-07)
        ------------------
        
        - Fixed i18n of "Before today" operator and
          "x items matching your search terms.".
          [vincentfretin]
        
        
        1.0.3 (2012-04-15)
        ------------------
        
        * Add an optional 'brains' parameter to the query builder to obtain
          results not wrapped as an IContentListing.
          [davisagli]
        
        * Declare all dependencies in setup.py to resolve a dependeny problem in 
          test setups, where the Plone stack isn't fully loaded.
          [thet]
        
        * Add a "today" date operator
          [esteele]
        
        * Internationalize strings in the registry.
          [davisagli]
        
        * Change relative date searching to be "N days" string based rather than
          datetime based.
          [esteele]
        
        * Handle empty values on relative date fields.
          [esteele]
        
        1.0.2 (2012-02-10)
        ------------------
        
        * Change the Creator field to use the correct query operation for filtering
          on the current logged in user.
          This fixes https://dev.plone.org/ticket/12052
          [jcerjak]
        
        * Limit number of items that show up in the preview of the edit view to 25.
          If we do not limit these results all items in the query will be rendered in
          the preview which leads to problems when the collection contains > 10k
          results.
          [timo]
        
        
        1.0.1 (2011-10-17)
        ------------------
        
        * Ensure inactive content is only shown to users with the appropriate
          permission.
        
        
        1.0 (2011-07-19)
        ----------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
