Metadata-Version: 2.1
Name: ftw.collectionblock
Version: 1.2.0
Summary: ftw.collectionblock
Home-page: https://github.com/4teamwork/ftw.collectionblock
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
Maintainer: 4teamwork
License: GPL2
Description: ftw.collectionblock
        ###################
        
        This package is an addon for `ftw.simplelayout <http://github.com/4teamwork/ftw.simplelayout>`_. Please make sure you
        already installed ``ftw.simplelayout`` on your plone site before installing this addon.
        
        ``ftw.collectionblock`` works exactly the same way as a Plone Collection, since it uses the same ICollection behavior.
        
        The differences:
        
        1. The collection block is shown as a Block with a simplified default view.
        2. Only one detail view the `listing_view` is implemented. If you need more it's on you :-)
        3. RSS is enabled by default, it just needs to be enabled globally, since it respects the ISyndication settings.
        4. The collectionblock has its own permission
        
        
        Development
        ===========
        
        **Python:**
        
        1. Fork this repo
        2. Clone your fork
        3. Shell: ``ln -s development.cfg buildout.cfg``
        4. Shell: ``python boostrap.py``
        5. Shell: ``bin/buildout``
        
        Run ``bin/test`` to test your changes.
        
        Or start an instance by running ``bin/instance fg``.
        
        
        Links
        =====
        
        - GitHub: https://github.com/4teamwork/ftw.collectionblock
        - Issues: https://github.com/4teamwork/ftw.collectionblock/issues
        - PyPI: http://pypi.python.org/pypi/ftw.collectionblock
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.collectionblock
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.collectionblock`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.2.0 (2019-10-23)
        ------------------
        
        - Add plone 5.1 support. [busykoala]
        
        
        1.1.0 (2018-11-30)
        ------------------
        
        - Customization support for link target. [jone]
        
        
        1.0.7 (2018-11-05)
        ------------------
        
        - Change list layout to table layout. [busykoala]
        
        
        1.0.6 (2018-09-27)
        ------------------
        
        - Fix initilize the querywidget for the add/edit form. [busykoala]
        
        
        1.0.5 (2017-06-27)
        ------------------
        
        - Improve german translations [raphael-s]
        
        - Add setting to hide "more" button [raphael-s]
        
        
        1.0.4 (2017-03-07)
        ------------------
        
        - Make CollectionBlock addable on plone site per default [raphael-s]
        
        
        1.0.3 (2016-09-26)
        ------------------
        
        - Block is no longer searchable and will no longer be
          included in the navigation. [mbaechtold]
        
        - Respect the block amount limit when rendering the items
          in the block. [mbaechtold]
        
        - Add German translation. [mbaechtold]
        
        
        1.0.2 (2016-08-10)
        ------------------
        
        - Remove metadata.xml-dependencie to ftw.simplelayout.
          This package is an addon of ftw.simplelayout and should not install it.
          [elioschmutz]
        
        - Remove workflow of collection blocks. [mbaechtold]
        
        
        1.0.1 (2016-07-20)
        ------------------
        
        - Publish package on PyPI. [mbaechtold]
        
        
        1.0.0 (2016-07-20)
        ------------------
        
        - Initial implementation and first release. [mbaechtold]
        
Keywords: ftw.collectionblock
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.1
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: tests
Provides-Extra: test
