Metadata-Version: 1.1
Name: collective.contact.facetednav
Version: 1.1
Summary: Faceted navigation view for collective.contact.core directory
Home-page: http://pypi.python.org/pypi/collective.contact.facetednav
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL
Description: =============================
        collective.contact.facetednav
        =============================
        
        Faceted navigation view for collective.contact.core directory.
        
        Read eea.facetednavigation and collective.contact.core documentation
        for more information about those amazing products.
        
        This faceted navigation has a pluggable and optional feature that allows user
        to apply actions to contacts and  batch actions to select contacts.
        You have to "Enable actions" on directory actions.
        
        By default, you have a "delete" action (with selection) and an "edit" action.
        If you have installed collective.excelexport, you also have an excel export button.
        
        You can add new actions, adding viewlets to collective.contact.facetednav.batchactions
        viewlet manager (collective.contact.facetednav.batchactions.manager.IBatchActions interface)
        and to collective.contact.facetednav.actions manager (collective.contact.facetednav.batchactions.manager.IActions interface)
        You have to write the javascript code to handle it.
        
        Some api will help you to handle the list of selected contents uids and pathes.
        Use delete action as a model.
        
        
        Installation
        ============
        
        * Add collective.contact.facetednav to your eggs.
        * Add collective.contact.facetednav to your zcml. #It is not auto included#.
        * Re-run buildout.
        * Install the product in your plone site.
        
        If you don't want all default features, include only minimal.zcml file and
        the files you want in configure.zcml.
        
        Tests
        =====
        
        This add-on is tested using Travis CI. The current status of the add-on is :
        
        .. image:: https://secure.travis-ci.org/collective/collective.contact.facetednav.png
            :target: http://travis-ci.org/collective/collective.contact.facetednav
        
        Contributors
        ============
        
        - Cédric Messiant, cedricmessiant@ecreall.com
        - Thomas Desvenain, thomas.desvenain@gmail.com
        
        Changelog
        =========
        
        
        1.1 (2014-06-16)
        ----------------
        
        - WARNING: remove auto-include.
          [thomasdesvenain]
        
        - Display a link to create a new person or organization.
          Name is pre-filled with text search.
          [thomasdesvenain]
        
        - Add an optional and pluggable system
          to provide actions and batch actions on contacts faceted navigation.
          with two examples of batch actions : delete and export (when collective.excelexport installed)
          and two actions: delete and edit.
          [thomasdesvenain]
        
        - Display for held positions.
          [thomasdesvenain]
        
        
        1.0 (2014-03-11)
        ----------------
        
        - Do not declare navigable behavior - depends on eea.facetednavigation >= 5.8.
          [thomasdesvenain]
        
        - Manage case users have uploaded non-image formats for logo or photo.
          [thomasdesvenain]
        
        - In faceted search results for person, display held positions phones and emails
          if the person doesn't have phone and email (if person content type doesn't have
          IContactDetails behavior, held_position should).
          [cedricmessiant]
        
        - Add alphabetic criterion to faceted config example.
          [cedricmessiant]
        
        - Add some style to faceted navigation results.
          [cedricmessiant]
        
        - Add macros to customize faceted navigation results.
          [cedricmessiant]
        
        - Fix bug with held position phone and email in preview-* templates.
          [cedricmessiant]
        
        
        0.10 (2013-11-04)
        -----------------
        
        - Works when contact doesn't have contact details and when held position does.
        
        
        0.9 (2013-09-25)
        ----------------
        
        - Initial release.
          [thomasdesvenain]
        
        
Keywords: contact,dexterity,faceted,search
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
