Metadata-Version: 1.0
Name: collective.localrolesdatatables
Version: 1.0.1
Summary: View / export localroles of all or parts of the site
Home-page: https://github.com/collective/collective.localrolesdatatables
Author: JeanMichel FRANCOIS
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon display a datatables_ showing @@sharing content of all content in the
        site. It has been created to build reports of security settings.
        
        How to install
        ==============
        
        As any addons, so please follow official documentation_.
        
        How to use
        ==========
        
        Once the addon is installed you have a controlpanel that provide a direct
        access to @@localrolesdatatables_catalog_view view where you can see every 
        localroles of every content types. Because it use jquery datatbles you can
        search and filter per content / users / content type.
        
        This view use the portal_catalog, and build a query using the context path. So
        if you want to have a report with only a folder (for an extranet) you just have
        to call the view on this folder::
        
          mysite/extranet/@@localrolesdatatables_catalog_view
        
        Credits
        =======
        
        Companies
        ---------
        
        |cirb|_ CIRB / CIBG
        
        * `Contact us <mailto:irisline@irisnet.be>`_
        
        
        Authors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        .. |cirb| image:: http://www.cirb.irisnet.be/logo.jpg
        .. _cirb: http://cirb.irisnet.be
        .. _datatables: http://datatables.net
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        Changelog
        =========
        
        1.0.1 (2012-08-08)
        ------------------
        
        - Register TableTools JS and CSS in Plone resource registries
        - Refactor the view using an update method
        - Add olanguage datatables option to let the table be localized
        
        1.0 (2012-07-04)
        ----------------
        
        - Remove spaces between "user - " and the username. make the CSV & PDF nice
        
        
        1.0a4 (2012-06-15)
        ------------------
        
        - Remove spaces in the template so PDF and CSV export looks nice
        
        
        1.0a3 (2012-05-15)
        ------------------
        
        - Add upgrade step.
        - Install collective.js.datatables as a dependency
        
        1.0a2 (2012-05-15)
        ------------------
        
        - Add import step to reindex hasLocalRoles index
        - Fix permission of the @@localrolesdatatables_catalog_view to cmf.ManagePortal
        - Add type column to the datatable
        
        1.0a1 (2012-05-11)
        ------------------
        
        - Initial release
        
Keywords: plone localroles datatables
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
