Metadata-Version: 1.1
Name: onegov.org
Version: 0.1.2
Summary: A OneGov Cloud base application for organisations.
Home-page: http://github.com/OneGov/onegov.org
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 Org follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Org uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.org.png
          :target: https://travis-ci.org/OneGov/onegov.org
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.org/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.org?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.org.svg
            :target: https://badge.fury.io/py/onegov.org
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.org is released under GPLv2
        
        Changelog
        ---------
        
        0.1.2 (2016-11-18)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a jquery plugin to easily toggle blocks by button.
          [href]
        
        - Fixes userprofile data being lost on erronous input.
          [href]
        
        - Fixes datetime/date picker weeks not starting on the region-specific day.
          [href]
        
        - Adds a to_timezone helper function to the default layout.
          [href]
        
        0.1.1 (2016-11-02)
        ~~~~~~~~~~~~~~~~~~~
        
        - Generate links in top-navigation just like it is done in other palces.
          [href]
        
        - Automatically skip the login view if the target url is accessable.
          [href]
        
        0.1.0 (2016-10-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to stick certain news items to the homepage.
          [href]
        
        - Make sure that all time input fields support input parsing.
          [href]
        
        - Accept a wider range of values in the time input fields.
          [href]
        
        - Fix search url being wrong after multiple searches.
          [href]
        
        - Upgrade to latest React release.
          [href]
        
        - Adds the ability to easily switch between resources.
          [href]
        
        - Use auto-height for fullcalendar, mainly to improve mobile usage.
          [href]
        
        - Upgrade to Fullcalendar 3.0.1.
          [href]
        
        - Fixes telephone links not working in person detail view.
          [href]
        
        - Fixes input placeholder having the wrong color in IE11.
          [href]
        
        - Supports excel/csv/json in the events export.
          [href]
        
        - Adds organizer to events export.
          [href]
        
        - Dates in excel exports are now formatted in a localized manner.
          [href]
        
        0.0.14 (2016-10-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a separate date_range function for dates instead of datetimes.
          [href]
        
        0.0.13 (2016-10-11)
        ~~~~~~~~~~~~~~~~~~~
        
        - Hardens all return-to links.
          [href]
        
        - Includes the userprofile in the usermanagement view.
          [href]
        
        - Fixes 'News' title showing up twice on the newsletter view.
          [href]
        
        0.0.12 (2016-10-04)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds compatibility with Morepath 0.16.
          [href]
        
        - Adds the ability to easily format a date range.
          [href]
        
        - Adds input-type:datetime support to the datetimepicker.
          [href]
        
        0.0.11 (2016-09-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - Ensure that all image upload views enforce the same checks.
          [href]
        
        - Order tags by alphabet in events view.
          [href]
        
        0.0.10 (2016-09-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to latest onegov.core release.
          [href]
        
        0.0.9 (2016-09-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes being unable to edit builtin forms.
          [href]
        
        - Adds a ConfirmLink element which works like a DeleteLink but for POST.
          [href]
        
        - Fixes title being shown twice on the news site.
          [href]
        
        0.0.8 (2016-09-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes morepath directives not working in all cases.
          [href]
        
        0.0.7 (2016-09-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to define a custom homepage through widgets.
          [href]
        
        - Use a uuid converter for all uuid-ids to turn bad requests into 404s.
          [href]
        
        - Adds the ability to override the initial content creation function.
          [href]
        
        - Fixes user editing not working when yubikeys are enabled.
          [href]
        
        0.0.6 (2016-08-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to manage users in a usermanagement view.
          [href]
        
        0.0.5 (2016-08-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Enables the user profile for simple members.
          [href]
        
        - Adds the ability for new users to register themselves.
          [href]
        
        0.0.4 (2016-08-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes upgrade not working in all cases.
          [href]
        
        0.0.3 (2016-08-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Possibly fixes release not working for PyPI.
          [href]
        
        0.0.2 (2016-08-24)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes dependency to itself.
          [href]
        
        0.0.1 (2016-08-24)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
