Metadata-Version: 1.1
Name: seantis.agencies
Version: 0.10
Summary: A directory of people for (government) agencies.
Home-page: https://github.com/seantis/seantis.agencies
Author: Seantis GmbH
Author-email: Seantis GmbH
License: GPLv2
Description: 
        
        .. image:: https://img.shields.io/pypi/v/seantis.agencies.svg
          :target: https://pypi.python.org/pypi/seantis.agencies
        
        .. image:: https://travis-ci.org/seantis/seantis.agencies.png?branch=master
          :target: https://travis-ci.org/seantis/seantis.agencies
        
        .. image:: https://coveralls.io/repos/seantis/seantis.agencies/badge.png?branch=master
          :target: https://coveralls.io/r/seantis/seantis.agencies?branch=master
        
        
        Installation
        ------------
        
        1. Use Plone 4.3 or newer
        
        ::
        
            extends =
                http://dist.plone.org/release/4.3/versions.cfg
        
        2. Add the module to your instance eggs
        
        ::
        
            [instance]
            eggs +=
                seantis.agencies
        
        
        3. Ensure that the i18n files are compiled by adding
        
        ::
        
            [instance]
            ...
            environment-vars =
                ...
                zope_i18n_compile_mo_files true
        
        4. Install seantis.agencies under add-ons in the control panel
        
        Views
        -----
        
        pdf
        ~~~
        Called on a organization or on the site root.
        
        Creates a PDF of the current organization and sub-organizations with portrait
        and memberships. Redirects to the  file if it already exists. If called on the
        site root, a table of contents is included.
        
        Use *force* (*/pdf?force=1*) to force the creation of the PDF.
        
        pdfexport-agencies
        ~~~~~~~~~~~~~~~~~~
        Called on the site root.
        
        Exports - scheduled at 0:30 am - 1) all organizations and sub-organizations
        with memberships to a PDF located at the root, 2) a PDF for each organization.
        
        Use *force* (*/pdfexport-agencies?force=1*) to bypass the scheduler and to
        force the creation of the PDFs.
        
        License
        -------
        seantis.agencies is released under GPLv2
        
        
        Changelog
        ---------
        
        0.10 (2015-12-14)
        ~~~~~~~~~~~~~~~~~
        
        - Add actions for PDFs #9.
          [msom]
        
        - Replace internal with external links in the PDFs #20.
          [msom]
        
        - Add organigrams to organizations.
          [msom]
        
        0.9.1 (2015-11-13)
        ~~~~~~~~~~~~~~~~~~
        
        - Fix CSRF issue on PDF generation.
          [msom]
        
        0.9 (2015-06-23)
        ~~~~~~~~~~~~~~~~
        
        - Add new export field.
          [msom]
        
        - Add postfix to membership.
          [msom]
        
        0.8.2 (2015-05-11)
        ~~~~~~~~~~~~~~~~~~
        
        - Optimise page breaks in PDF.
          [msom]
        
        0.8.1 (2015-05-04)
        ~~~~~~~~~~~~~~~~~~
        
        - Change row widths in PDF.
          [msom]
        
        0.8 (2015-05-03)
        ~~~~~~~~~~~~~~~~
        
        - Add start of membership to PDF.
          [msom]
        
        - Remove more unprocessable tags in organization portrait for PDF generation.
          [msom]
        
        - Only use unrestricted for saving/deleting the PDF file.
          [msom]
        
        - Change row widths in PDF.
          [msom]
        
        - Optimize event handling when renaming organizations.
          [msom]
        
        0.7.1 (2015-04-08)
        ~~~~~~~~~~~~~~~~~~
        
        - Reduce querying objects in nightly PDF export. Updates #12.
        
        0.7 (2015-03-31)
        ~~~~~~~~~~~~~~~~
        
        - Make exported fields selectable. Implements #15.
          [msom]
        
        - Display memberships in person detail view at the bottom.
          [msom]
        
        0.6.3 (2015-03-16)
        ~~~~~~~~~~~~~~~~~~
        
        - Use a more robust way to implement the last upgrade step.
          [msom]
        
        0.6.2 (2015-03-16)
        ~~~~~~~~~~~~~~~~~~
        
        - Update memberships if the parent folder has changed. Fixes #11
          [msom]
        
        - Improve PDF export: Add a add view, use transaction savepoints, decrease CPU usage. Updates #7
          [msom]
        
        0.6.1 (2015-03-09)
        ~~~~~~~~~~~~~~~~~~
        
        - Don't support multiple instances for PDF export for now.
          [msom]
        
        0.6 (2015-03-09)
        ~~~~~~~~~~~~~~~~
        
        - Export the PDFs nightly using the clock server. Implements #7
          [msom]
        
        - Use unicode_collate_sortkey in membership sorting. Fixes #8
          [msom]
        
        0.5.1 (2015-03-02)
        ~~~~~~~~~~~~~~~~~~
        
        - Show portrait and memberships of root organizations in PDF. Fixes #6.
        
        0.5 (2015-02-26)
        ~~~~~~~~~~~~~~~~
        
        - Add Option to Organization for how to Display Memberships #5.
          [msom]
        
        - Change column widths of membership tables in PDF.
          [msom]
        
        - Add PDF Export View to Organization #4.
          [msom]
        
        0.4 (2015-02-24)
        ~~~~~~~~~~~~~~~~
        
        - Limit the visible levels in the table of contents of the PDF.
          [msom]
        
        - Use less page breaks in the PDF.
          [msom]
        
        - Fix displaying memberships with deleted members.
          [msom]
        
        0.3 (2015-02-09)
        ~~~~~~~~~~~~~~~~
        
        - Use a more uncommon separator in XLS import/export.
          [msom]
        
        - Add data migration script.
          [msom]
        
        - Add tests.
          [msom]
        
        - Update bootstrap and setuptools.
          [msom]
        
        0.2 (2015-01-21)
        ~~~~~~~~~~~~~~~~
        
        - Change global_allow to True. See:
          https://github.com/seantis/seantis.people/issues/32
          [href]
        
        - Show parent organization in people list #3
          [msom]
        
        - Add PDF export of organizations #2
          [msom]
        
        0.1 (2014-12-04)
        ~~~~~~~~~~~~~~~~
        
        - Initial release.
          [msom]
        
Keywords: seantis.agencies plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
