Metadata-Version: 1.1
Name: collective.eeafaceted.z3ctable
Version: 0.14.dev0
Summary: Package proposant un type de colonne compatible avec eea.facetednavigation
Home-page: http://pypi.python.org/pypi/collective.eeafaceted.z3ctable
Author: IMIO
Author-email: dev@imio.be
License: GPL V2
Description: .. image:: https://travis-ci.org/collective/collective.eeafaceted.z3ctable.svg?branch=master
           :target: https://travis-ci.org/collective/collective.eeafaceted.z3ctable
        
        .. image:: https://coveralls.io/repos/collective/collective.eeafaceted.z3ctable/badge.png?branch=master
          :target: https://coveralls.io/r/collective/collective.eeafaceted.z3ctable?branch=master
        
        
        ==============================
        collective.eeafaceted.z3ctable
        ==============================
        
        Package proposant un type de colonne compatible avec eea.facetednavigation
        
        * `Source code @ GitHub <https://github.com/collective/collective.eeafaceted.z3ctable>`_
        * `Releases @ PyPI <http://pypi.python.org/pypi/collective.eeafaceted.z3ctable>`_
        * `Continuous Integration @ Travis-CI <http://travis-ci.org/collective/collective.eeafaceted.z3ctable>`_
        
        How it works
        ============
        
        ...
        
        
        Installation
        ============
        
        To install `collective.eeafaceted.z3ctable` you simply add ``collective.eeafaceted.z3ctable``
        to the list of eggs in your buildout, run buildout and restart Plone.
        Then, install `collective.eeafaceted.z3ctable` using the Add-ons control panel.
        
        
        Configuration
        =============
        
        ...
        Changelog
        =========
        
        
        0.14 (unreleased)
        -----------------
        
        - ColorColumn : in renderHeadCell, do not return an empty HTML content but `u'&nbsp;&nbsp;&nbsp;'`
          so in case table is too large, the column does not shrink to nothing.
          [gbastien]
        - Use `__name__` instead of `attrName` to generate `th_header_` and `td_cell_` CSS classes
          so 2 columns using the same `attrName` get different CSS classes.
          [gbastien]
        - Added `AbbrColumn` that will generate a HTML tag `<abbr>` and that is based on 2 vocabularies,
          one that manage the abbreviated value and one that manage the full value.
          [gbastien]
        
        0.13 (2016-06-03)
        -----------------
        
        - Display the 'Refresh search results.' link also when there are no current results.
          [gbastien]
        
        0.12 (2016-03-29)
        -----------------
        
        - Add english translations.
          [sgeulette]
        
        0.11 (2016-02-15)
        -----------------
        
        - Made BrowserViewCallColumn more generic, use unrestrictedTraverse instead of getMultiAdapter
          [sgeulette, gbastien]
        - Added DxWidgetRenderColumn to render a dexterity field widget
          [sgeulette]
        - Added RelationTitleColumn to render a z3c.relationfield.relation.RelationValue attribute
          [sgeulette]
        
        0.10 (2016-01-15)
        -----------------
        
        - Splitted the 2 viewlet managers to be able to add viewlets above and below batch navigation,
          henceforth we have 4 viewlet managers : 'collective.eeafaceted.z3ctable.topabovenav',
          'collective.eeafaceted.z3ctable.topbelownav', 'collective.eeafaceted.z3ctable.bottomabovenav',
          'collective.eeafaceted.z3ctable.bottombelownav'.
          [gbastien]
        
        0.9 (2016-01-04)
        ----------------
        
        - Use HTML entities &#9650; and &#9660; instead of &blacktriangle; and &blacktriangledown;
          so it behaves nicely in both Firefox and Chrome.
          [gbastien]
        
        0.8 (2015-12-23)
        ----------------
        
        - Define a default CSS class on each TD as it is already done for TH
          so it is easy to skin if necessary.
          [gbastien]
        
        
        0.7 (2015-12-17)
        ----------------
        
        - Replace sort triangle characters by html entities.
          [sgeulette]
        - Don't pin setuptools for travis.
          [sgeulette]
        
        0.6 (2015-11-18)
        ----------------
        
        - Set long_format=True for CreationDateColumn and ModificationDateColumn.
          [gbastien]
        - VocabularyColumn: get term by value and not by token.
          [sgeulette]
        
        
        0.5 (2015-09-28)
        ----------------
        
        - Added 2 viewlets managers in the table : 'collective.eeafaceted.z3ctable.top'
          and 'collective.eeafaceted.z3ctable.bottom'.
          [gbastien]
        - Replaced DateColumn rendering to work not only with DateTime but with DateTime, datetime and date.
          [sgeulette]
        
        
        0.4 (2015-09-10)
        ----------------
        
        - If an error occurs during render_table, catch the exception
          and display traceback manually in the Zope log to avoid
          faceted view to be frozen (JS 'lock' the web page and it is not
          unlocked when an error occurs).
          [gbastien]
        
        
        0.3 (2015-09-03)
        ----------------
        
        - VocabularyColumn now manage multiValued values (list of values).
          [gbastien]
        - Optimized MemberIdColumn by not using getMemberInfo.
          [gbastien]
        - Added tests for table and columns.
          [gbastien]
        - Added link to refresh the search results.
          [gbastien]
        - Manage None value in MemberIdColumn
          [sgeulette]
        
        
        0.2 (2015-08-04)
        ----------------
        
        - Fix: avoid UnicodeDecodeErrors in ColorColumn if label contains special chars.
          [gbastien]
        
        
        0.1 (2015-07-14)
        ----------------
        
        - Initial release.
          [IMIO]
        Contributors
        ============
        
        
        - Franck NGAHA, franck.o.ngaha@gmail.com
        :orphan:
        
        License (3-clause BSD)
        ======================
        
        Copyright (c) 2013, Franck NGAHA. All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
         * Redistributions of source code must retain the above copyright notice,
           this list of conditions and the following disclaimer.
        
         * Redistributions in binary form must reproduce the above copyright
           notice, this list of conditions and the following disclaimer in the
           documentation and/or other materials provided with the distribution.
        
         * Neither the name of Franck NGAHA. nor the names of its contributors may
           be used to endorse or promote products derived from this software
           without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL FRANCK NGAHA BE LIABLE FOR ANY
        DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
        ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
        
Keywords: Python Zope Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python :: 2.7
