Metadata-Version: 2.1
Name: onegov.agency
Version: 1.7.0
Summary: Administrative units and relationships for administrative directories.
Home-page: http://github.com/onegov/onegov.agency
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Run the Tests
        -------------
        
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov Agency follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Agency uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.agency.png
          :target: https://travis-ci.org/OneGov/onegov.agency
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.agency/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.agency?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.agency.svg
            :target: https://badge.fury.io/py/onegov.agency
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.agency is released under GPLv2
        
        Changelog
        ---------
        1.7.0 (2019-02-04)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Allows to sort suborganizations by name.
          [msom]
        
        1.6.2 (2019-01-30)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Adds compatibility with latest onegov.core release.
          [msom]
        
        1.6.1 (2019-01-29)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Adds support for ticket chats.
          [href]
        
        1.6.0 (2019-01-08)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Reorganises settings into separate views.
          [href]
        
        - Shows additional information for ambiguous people when editing memberships.
          [msom]
        
        1.5.0 (2019-01-07)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Allows to move agencies.
          [msom]
        
        - Moves the hidden contents view to the management settings.
          [msom]
        
        - Indicates drag and drop-sortable items by using the grab cursor.
          [msom]
        
        1.4.0 (2018-12-03)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Allows to enable or disable YubiKeys on instance level.
          [msom]
        
        1.3.0 (2018-11-29)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Allows to report mutations of a person or agency.
          [msom]
        
        1.2.1 (2018-11-29)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Makes author in PDF layouts hard-coded.
          [msom]
        
        1.2.0 (2018-11-29)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Adds organisation specific PDF layouts.
          [msom]
        
        1.1.3 (2018-11-27)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Fixes typo.
          [msom]
        
        1.1.2 (2018-11-27)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Moves less important person details down on the edit form.
          [msom]
        
        1.1.1 (2018-11-27)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Restyles the hidden contents views.
          [msom]
        
        1.1.0 (2018-11-26)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Adds a view to display all hidden elements.
          [msom]
        
        - Displays the persons picture in the detail view, if available.
          [msom]
        
        - Fixes cursor styling of chosen selects.
          [msom]
        
        1.0.1 (2018-11-26)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Allows to clear the organisation filter.
          [msom]
        
        - Removes the XLSX export.
          [msom]
        
        - Fixes peoples phone numbers not beeing displayed.
          [msom]
        
        - Removes unused js parameters.
          [msom]
        
        1.0.0 (2018-11-15)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Adds an XLSX export.
          [msom]
        
        - Allows to sort the relationships of an agency alphabetically.
          [msom]
        
        - Allows to create the root PDF using the UI.
          [msom]
        
        - Allows to order agencies, memberships and export fields.
          [msom]
        
        - Allows to hide agencies, people and memberships from the public.
          [msom]
        
        - Adds an addition and a note field to memberships.
          [msom]
        
        - Removes the mutation panels.
          [msom]
        
        - Exclude the person details configured in the organization.
          [msom]
        
        - Uses English paths.
          [msom]
        
        - Fixes adding memberships throwing an error.
          [msom]
        
        0.0.4 (2018-11-01)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Resolves conflicts with onegov.orgs people views.
          [msom]
        
        - Fixes redirecting to the selected organisation not working on android.
          [msom]
        
        - Fixes the layouts of the panels for mobiles.
          [msom]
        
        0.0.3 (2018-10-30)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Updates dependencies.
          [msom]
        
        - Reindexes during import.
          [msom]
        
        0.0.2 (2018-10-30)
        ~~~~~~~~~~~~~~~~~~~~
        
        - Initial Release.
          [msom]
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
