Metadata-Version: 2.1
Name: onegov.org
Version: 0.50.0
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
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
Requires-Dist: babel
Requires-Dist: click
Requires-Dist: icalendar
Requires-Dist: isodate
Requires-Dist: lxml
Requires-Dist: onegov.chat
Requires-Dist: onegov.core (>=0.41.0)
Requires-Dist: onegov.directory (>=0.4.1)
Requires-Dist: onegov.event (>=1.1.0)
Requires-Dist: onegov.file (>=0.2.1)
Requires-Dist: onegov.form (>=0.18.0)
Requires-Dist: onegov.foundation (>=0.0.7)
Requires-Dist: onegov.gis
Requires-Dist: onegov.newsletter (>=0.1.0)
Requires-Dist: onegov.page (>=0.1.0)
Requires-Dist: onegov.pay
Requires-Dist: onegov.people (>=0.7.0)
Requires-Dist: onegov.recipient
Requires-Dist: onegov.reservation (>=0.3.0)
Requires-Dist: onegov.search (>=1.0.0)
Requires-Dist: onegov.shared
Requires-Dist: onegov.ticket (>=0.4.1)
Requires-Dist: onegov.user (>=0.11.0)
Requires-Dist: Pillow (!=5.4.0)
Requires-Dist: purl
Requires-Dist: python-dateutil
Requires-Dist: python-magic (>=0.4.12)
Requires-Dist: pytz
Requires-Dist: PyYAML
Requires-Dist: rjsmin
Requires-Dist: sedate
Requires-Dist: translationstring
Requires-Dist: webtest
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: freezegun ; extra == 'test'
Requires-Dist: onegov-testing ; extra == 'test'
Requires-Dist: pyquery ; extra == 'test'
Requires-Dist: pytest-localserver ; extra == 'test'
Requires-Dist: requests-mock ; extra == 'test'
Requires-Dist: vcrpy ; extra == 'test'



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.50.0 (2019-01-22)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to attach files to ticket notes.
  [href]

- Fixes events export not working.
  [href]

0.49.2 (2019-01-18)
~~~~~~~~~~~~~~~~~~~

- Adds support for latest onegov.file release.
  [href]

0.49.1 (2019-01-18)
~~~~~~~~~~~~~~~~~~~

- Fixes invalid allocation error for certain rules.
  [href]

- Moves ticket submitter/payment information into its own box.
  [href]

0.49.0 (2019-01-17)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to define rules by which allocations are created.
  [href]

- Adds the ability to skip allocations on holidays.
  [href]

- No longer wraps autocomplete search results.
  [href]

- Adds the ability to define holidays in the organisation settings.
  [href]

0.48.2 (2019-01-10)
~~~~~~~~~~~~~~~~~~~

- Fixes publication extension shown in newsletter form.
  [href]

0.48.1 (2019-01-10)
~~~~~~~~~~~~~~~~~~~

- Fixes wrong label on newsletter form.
  [href]

0.48.0 (2019-01-09)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to include publications in newsletters.
  [href]

0.47.1 (2019-01-09)
~~~~~~~~~~~~~~~~~~~

- Fixes some translations.
  [href]

0.47.0 (2019-01-07)
~~~~~~~~~~~~~~~~~~~

- Reorganises settings into separate views.
  [href]

0.46.5 (2019-01-04)
~~~~~~~~~~~~~~~~~~~

- Orders uploaded images by creation date instead of modification date.
  [href]

0.46.4 (2019-01-03)
~~~~~~~~~~~~~~~~~~~

- Hides ticket handlers/groups for which there are no tickets.
  [href]

- Fixes click-through not triggering Intercooler requests.
  [href]

0.46.3 (2018-12-12)
~~~~~~~~~~~~~~~~~~~

- Reworks mobile view of events.
  [href]

- Adds the ability to subscribe to reservation calendars.
  [href]

0.46.2 (2018-12-11)
~~~~~~~~~~~~~~~~~~~

- Sorts location filters in events by name.
  [href]

0.46.1 (2018-12-11)
~~~~~~~~~~~~~~~~~~~

- Improves wording of event submitter and venue fields.
  [href]

- Fixes multi-date selection for events not working in Chrome.
  [href]

- Improves tag input handling.
  [href]

0.46.0 (2018-12-08)
~~~~~~~~~~~~~~~~~~~

- Adds location filters for events.
  [msom]

0.45.0 (2018-12-07)
~~~~~~~~~~~~~~~~~~~

- Adds relative date range filters for events.
  [msom]

0.44.1 (2018-12-04)
~~~~~~~~~~~~~~~~~~~

- Adds support for ZugMap.
  [href]

0.44.0 (2018-12-03)
~~~~~~~~~~~~~~~~~~~

- Adds support for multiple geo providers.
  [href]

0.43.0 (2018-11-29)
~~~~~~~~~~~~~~~~~~~

- Shows a new date widget for event dates.
  [href]

- Fixes print output of events and reservations.
  [href]

0.42.0 (2018-11-28)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to set a deadline for new reservations.
  [href]

0.41.4 (2018-11-27)
~~~~~~~~~~~~~~~~~~~

- Moves less important person details down on the edit form.
  [msom]

0.41.3 (2018-11-27)
~~~~~~~~~~~~~~~~~~~

- Adds stock images to initial events.
  [href]

0.41.2 (2018-11-25)
~~~~~~~~~~~~~~~~~~~

- Moves less important person details down on the edit form.
  [msom]

0.41.1 (2018-11-15)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with latest onegov.people release.
  [msom]

0.41.0 (2018-11-09)
~~~~~~~~~~~~~~~~~~~

- Adds vCards to people.
  [msom]

- Adds more fields to people.
  [msom]

- Makes the display of person fields configurable.
  [msom]

0.40.8 (2018-11-08)
~~~~~~~~~~~~~~~~~~~

- Adds 'button' role to more links.
  [href]

0.40.7 (2018-11-06)
~~~~~~~~~~~~~~~~~~~

- Fixes a few more instances where the wrong cursor would show up.
  [href]

0.40.6 (2018-11-05)
~~~~~~~~~~~~~~~~~~~

- Fixes json export failing for time values.
  [href]

- Fixes pointer cursor not showing up in the reservations.
  [href]

0.40.5 (2018-11-01)
~~~~~~~~~~~~~~~~~~~

- Fixes test.
  [msom]

0.40.4 (2018-10-29)
~~~~~~~~~~~~~~~~~~~

- Fixes pointer cursor not showing up in the files view.
  [href]

0.40.3 (2018-10-23)
~~~~~~~~~~~~~~~~~~~

- Fixes a few typos.
  [href]

0.40.2 (2018-10-19)
~~~~~~~~~~~~~~~~~~~

- Fixes calendar icon in events view not being centered on mobile.
  [href]

0.40.1 (2018-10-18)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to associate an image with each event.
  [href]

- Links to external guidle events.
  [href]

- Improves display of events that last the whole day.
  [href]

0.40.0 (2018-10-16)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to add multiple irregular dates to an event.
  [href]

- Takes over many.jsx from onegov.feriennet.
  [href]

0.39.2 (2018-10-15)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to redirect the homepage to a specific module.
  [href]

0.39.1 (2018-10-12)
~~~~~~~~~~~~~~~~~~~

- Fixes clicks being triggered twice in certain cases.
  [href]

0.39.0 (2018-10-11)
~~~~~~~~~~~~~~~~~~~

- Adds a publications view for signed documents.
  [href]

0.38.1 (2018-10-11)
~~~~~~~~~~~~~~~~~~~

- Refactors the way messages are created.
  [href]

0.38.0 (2018-10-09)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to sign PDF files.
  [href]

- Adds support for the latest onegov.core release.
  [href]

0.37.0 (2018-10-02)
~~~~~~~~~~~~~~~~~~~

0.36.3 (2018-10-02)
~~~~~~~~~~~~~~~~~~~

- Fixes directory sort order not working.
  [href]

- Adds the ability to search for PDF files by content.
  [href]

0.36.2 (2018-09-26)
~~~~~~~~~~~~~~~~~~~

- Fixes directory filter clicks not being handled.
  [href]

0.36.1 (2018-09-25)
~~~~~~~~~~~~~~~~~~~

- Fixes file rename not working.
  [href]

0.36.0 (2018-09-24)
~~~~~~~~~~~~~~~~~~~

- Adds an occurrences JSON view for seantis.dir.eventsportlet.
  [msom]

- Hides imported events rather than deleting them.
  [msom]

- Avoids editing imported events.
  [msom]

- Shows if an event is an imported event.
  [msom]

0.35.3 (2018-09-22)
~~~~~~~~~~~~~~~~~~~

- Fixes traits not working with custom properties.
  [href]

- Gets click-through working with intercooler.
  [href]

0.35.2 (2018-09-21)
~~~~~~~~~~~~~~~~~~~

- Moves keyword converters to their own file.
  [href]

- Improves accessibility of js toggle.
  [href]

0.35.1 (2018-09-19)
~~~~~~~~~~~~~~~~~~~

- Fixes tests failing on travis.
  [href]

0.35.0 (2018-09-15)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to export the filtered occurrences as iCalendar file.
  [msom]

0.34.0 (2018-09-12)
~~~~~~~~~~~~~~~~~~~

- Adds markdown fields to custom forms and directories.
  [href]

- Adds the ability to show directory coordinates on the entry only.
  [href]

- Adds the ability to hide the external directory link.
  [href]

- Fixes date range filter of event calendar not working in browser with date
  input support.
  [msom]

0.33.1 (2018-09-05)
~~~~~~~~~~~~~~~~~~~

- Fixes publication workflow browser test.
  [href]

0.33.0 (2018-09-04)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to publish files at specific dates.
  [href]

- Fixes datetime picker not showing up in custom forms in Safari.
  [href]

- Improves and streamlines files/images uploading.
  [href]

0.32.1 (2018-08-27)
~~~~~~~~~~~~~~~~~~~

- Fixes custom directory icons not being used everywhere.
  [href]

- Fixes breadcrumbs wrapping onto new lines when becoming too long.
  [href]

0.32.0 (2018-08-21)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to select a custom icon/color for the directory marker.
  [href]

- Disables the image resize capability in the editor.
  [href]

0.31.6 (2018-08-15)
~~~~~~~~~~~~~~~~~~~

- Allows google analytics tracking in the default Content Security Policy.
  [href]

0.31.5 (2018-08-14)
~~~~~~~~~~~~~~~~~~~

- Fixes division by zero error in username color generator.
  [href]

0.31.4 (2018-08-13)
~~~~~~~~~~~~~~~~~~~

- Fixes extensions containing extra space.
  [href]

0.31.3 (2018-08-13)
~~~~~~~~~~~~~~~~~~~

- Fixes non-pdf files in file overview not being downloadable.
  [href]

0.31.2 (2018-08-10)
~~~~~~~~~~~~~~~~~~~

- Shows a proper error when a file in a directory import is missing.
  [href]

0.31.1 (2018-08-09)
~~~~~~~~~~~~~~~~~~~

- Fixes typo leading to errors in search.
  [href]

0.31.0 (2018-08-06)
~~~~~~~~~~~~~~~~~~~

- Reworks files dialog with PDF previews and the ability to rename files.
  [href]

0.30.3 (2018-08-03)
~~~~~~~~~~~~~~~~~~~

- Fixes muted tickets still sending certain e-mails.
  [href]

0.30.2 (2018-08-02)
~~~~~~~~~~~~~~~~~~~

- Fixes failure to render certain events in the search results.
  [href]

- Adds an empty alt tag to directory images.
  [href]

0.30.1 (2018-07-31)
~~~~~~~~~~~~~~~~~~~

- Ignores all Google Analytics and GTM errors in Raven.js.
  [href]

0.30.0 (2018-06-22)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to define a default search widget in directories.
  [href]

- Uses newlines when exporting options, instead of commas.
  [href]

- Versions the static files for improved caching.
  [href]

0.29.2 (2018-06-15)
~~~~~~~~~~~~~~~~~~~

- Stops rendering an empty filter panel if there are no filters.
  [href]

0.29.1 (2018-06-13)
~~~~~~~~~~~~~~~~~~~

- Fixes tags not breaking in directories.
  [href]

- Removes the typeahead spinner.
  [href]

- Adds a clear button to all search boxes.
  [href]

0.29.0 (2018-06-11)
~~~~~~~~~~~~~~~~~~~

- Adds a date decay to search results.
  [href]

- Improves the display of event search results.
  [href]

0.28.5 (2018-06-06)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to display thumbnails for entries in the directory.
  [href]

0.28.4 (2018-06-05)
~~~~~~~~~~~~~~~~~~~

- Gives directory search widgets the ability to influence listed leads.
  [href]

- Fixes directories/entries not being searchable by the public.
  [href]

- Flips the order of directory columns on mobile.
  [href]

- Adds the ability to schedule newsletters.
  [href]

0.28.3 (2018-05-23)
~~~~~~~~~~~~~~~~~~~

- Renders the name of each layout as body class.
  [href]

- Changes header styles to better support different header heights.
  [href]

0.28.2 (2018-05-23)
~~~~~~~~~~~~~~~~~~~

- Fixes page id being invalid for certain views.
  [href]

- Increases the size of the directory form.
  [href]

0.28.1 (2018-05-21)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to define a search widget for directory entries.
  [href]

0.28.0 (2018-05-17)
~~~~~~~~~~~~~~~~~~~

- Fixes formcode highlighting not correctly matching all choices.
  [href]

- Adds the ability to define a link pattern for directory entries.
  [href]

- Adds the ability to configure the order of directory entries.
  [href]

0.27.2 (2018-05-15)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with latest onegov.core release.
  [href]

0.27.1 (2018-04-30)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with latest onegov.core release.
  [href]

0.27.0 (2018-04-27)
~~~~~~~~~~~~~~~~~~~

- Fixes being able to enter invalid tags.
  [href]

- Improves user management form organisation.
  [href]

0.26.1 (2018-04-16)
~~~~~~~~~~~~~~~~~~~

- Adds sentry.io to connect-src whitelist.
  [href]

0.26.0 (2018-04-02)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to create registration windows for forms.
  [href]

- Adds the ability to export payments.
  [href]

0.25.8 (2018-03-27)
~~~~~~~~~~~~~~~~~~~

- Fixes some typeahead search results failing on IE.
  [href]

0.25.7 (2018-03-26)
~~~~~~~~~~~~~~~~~~~

- Fixes rrulestr not working with latest dateutil release.
  [href]

0.25.6 (2018-03-26)
~~~~~~~~~~~~~~~~~~~

- Shows missing directory actions for editors.
  [href]

0.25.5 (2018-03-16)
~~~~~~~~~~~~~~~~~~~

- Fixes wrong roles shown in ticket view by default.
  [href]

0.25.4 (2018-03-15)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to limit the roles shown in the tickets view.
  [href]

- Shows the full username in the identicon tooltip.
  [href]

0.25.3 (2018-03-15)
~~~~~~~~~~~~~~~~~~~

- Lookup mail macros instead of just loading it from the current file.
  [href]

0.25.2 (2018-03-13)
~~~~~~~~~~~~~~~~~~~

- Improves page hidden link hint.
  [href]

0.25.1 (2018-03-12)
~~~~~~~~~~~~~~~~~~~

- Changes availability display for resources with quotas.
  [href]

0.25.0 (2018-03-09)
~~~~~~~~~~~~~~~~~~~

- Improves elasticsearch outages handling.
  [href]

0.24.4 (2018-03-06)
~~~~~~~~~~~~~~~~~~~

- Splits e-mails into transactional/marketing.
  [href]

- Improves format_date_range to output saner results.
  [href]

0.24.3 (2018-03-01)
~~~~~~~~~~~~~~~~~~~

- Adapt hints style from feriennet.
  [href]

0.24.2 (2018-02-26)
~~~~~~~~~~~~~~~~~~~

- Fixes reservation/form exports not working for json.
  [href]

0.24.1 (2018-02-23)
~~~~~~~~~~~~~~~~~~~

- Adds an additional description to the directory.
  [href]

0.24.0 (2018-02-22)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to export form submissions.
  [href]

- Gives users the ability to get a copy of their data by e-mail when submitting
  a form or a reservation.
  [href]

- Adds the ability to group forms hierarchically.
  [href]

0.23.0 (2018-02-20)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to use a callout in the generic form template.
  [href]

- Adds the ability to use the toggle button script for any element.
  [href]

- Fixes unknown page id in editor leading to an exception.
  [href]

0.22.1 (2018-02-09)
~~~~~~~~~~~~~~~~~~~

- Ensures editor path ids are integers.
  [href]

- Fixes redactor html mode showing nothing.
  [href]

0.22.0 (2018-02-06)
~~~~~~~~~~~~~~~~~~~

- Shows a better error message a directory import archive is invalid.
  [href]

- Shows an error when an entry is specified twice in a directory import.
  [href]

- Fixes form errors in directories not reaching the user.
  [href]

- Upgrades raven.js
  [href]

0.21.0 (2018-01-31)
~~~~~~~~~~~~~~~~~~~

- Adds a class to the body if it is shown in an iframe.
  [href]

- Adds more classes to the blocks of the global layout.
  [href]

- Adds a generic loading animation for ic-post buttons in the editbar.
  [href]

0.20.4 (2018-01-24)
~~~~~~~~~~~~~~~~~~~

- Fixes entry link during directory migration not working.
  [href]

0.20.3 (2018-01-24)
~~~~~~~~~~~~~~~~~~~

- Shows how many entries were imported during directory import.
  [href]

- Fixes a case where an empty image field would result in an error.
  [href]

- The check password function hasn't worked in a long time -> removed.
  [href]

0.20.2 (2018-01-22)
~~~~~~~~~~~~~~~~~~~

- Fixes links wrongly transforming class attributes.
  [href]

- Adds the ability to categorise users into tags and to filter them by it.
  [href]

0.20.1 (2018-01-17)
~~~~~~~~~~~~~~~~~~~

- Various small bugfixes.
  [href]

0.20.0 (2018-01-04)
~~~~~~~~~~~~~~~~~~~

- Updates intercooler to latest release.
  [href]

- Adds the ability to submit directory entries.
  [href]

0.19.8 (2017-12-29)
~~~~~~~~~~~~~~~~~~~

- Requires Python 3.6.
  [href]

- Unifies the coordinates usage across different modules.
  [href]

0.19.7 (2017-12-22)
~~~~~~~~~~~~~~~~~~~

- Switches to onegov core's custom json module.
  [href]

0.19.6 (2017-12-19)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with the latest onegov.form release.
  [href]

- Puts visibility related options in a separate fieldset.
  [href]

0.19.5 (2017-12-14)
~~~~~~~~~~~~~~~~~~~

- Fixes redactor not working in Chrome 60+.
  [href]

- Updates fullcalendar to latest release.
  [href]

0.19.4 (2017-12-11)
~~~~~~~~~~~~~~~~~~~

- Automatically adds confirm dialogs to intercooler responses.
  [href]

- Changes the confirmation setup to be idempotent.
  [href]

0.19.3 (2017-12-11)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to trigger an intercooler request only once.
  [href]

0.19.2 (2017-12-05)
~~~~~~~~~~~~~~~~~~~

- Adds a note to the new-user e-mail to inform them about password resets.
  [href]

0.19.1 (2017-12-04)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to override the sender line in e-mails.
  [href]

0.19.0 (2017-12-01)
~~~~~~~~~~~~~~~~~~~

- Changes the long date format to include the weekday.
  [href]

- Highlights the parent link in each breadcrumb.
  [href]

0.18.5 (2017-11-30)
~~~~~~~~~~~~~~~~~~~

- Fixes required fileinput fields not working.
  [href]

0.18.4 (2017-11-23)
~~~~~~~~~~~~~~~~~~~

- Fixes intercooler requests being sent using POST instead of DELETE.
  [href]

0.18.3 (2017-11-22)
~~~~~~~~~~~~~~~~~~~

- Prefixes the page ids to avoid javascript errors.
  [href]

- Shows an error messages when an AJAX call fails, instead of showing nothing.
  [href]

- Ensures idempotence of all ticket state changes.
  [href]

0.18.1 (2017-11-20)
~~~~~~~~~~~~~~~~~~~

- Includes the version, current user and role in javascript error reports.
  [href]

0.18.0 (2017-11-20)
~~~~~~~~~~~~~~~~~~~

- Moves yubikey/user registration toggles to configuration.
  [href]

0.17.6 (2017-11-16)
~~~~~~~~~~~~~~~~~~~

- Moves password reset views to the auth model.
  [href]

0.17.5 (2017-11-16)
~~~~~~~~~~~~~~~~~~~

- Adds directories to initial org layout.
  [href]

- Hides daily ticket statistic fields from members.
  [href]

0.17.4 (2017-11-14)
~~~~~~~~~~~~~~~~~~~

- Supports X-File-Notes encoded as JSON.
  [href]

0.17.3 (2017-11-14)
~~~~~~~~~~~~~~~~~~~

- Enables <pre> tags in page text.
  [href]

0.17.2 (2017-11-09)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to manually mute ticket e-mails.
  [href]

0.17.1 (2017-11-08)
~~~~~~~~~~~~~~~~~~~

- Fixes new directories ignoring the enable_map setting.
  [href]

- Fixes timeline not loading all messages.
  [href]

- Limit the yubi key length on the form field as well.
  [href]

0.17.0 (2017-11-08)
~~~~~~~~~~~~~~~~~~~

- Adds directories, a generic way keep and present structured information.
  [href]

0.16.4 (2017-10-30)
~~~~~~~~~~~~~~~~~~~

- Fixes newsletter subject not rendering correctly.
  [href]

0.16.3 (2017-10-25)
~~~~~~~~~~~~~~~~~~~

- Fixes footer-height not working with new foundation theme release.
  [href]

0.16.2 (2017-10-19)
~~~~~~~~~~~~~~~~~~~

- Removes left-over pdb call.
  [href]

0.16.1 (2017-10-19)
~~~~~~~~~~~~~~~~~~~

- Fixes event dates being capitalized instead of titled.
  [href]

0.16.0 (2017-10-19)
~~~~~~~~~~~~~~~~~~~

- Adds a formcode snippet toolbar for formcode fields.
  [href]

0.15.4 (2017-10-13)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to pass extra parameters to the jquery datetime picker.
  [href]

0.15.3 (2017-10-12)
~~~~~~~~~~~~~~~~~~~

- Only show sliders once they can be correctly rendered.

  This improves the look of the homepage on the initial load.
  [href]

0.15.2 (2017-10-10)
~~~~~~~~~~~~~~~~~~~

- Removes leftover onegov.notices table.
  [href]

0.15.1 (2017-10-06)
~~~~~~~~~~~~~~~~~~~

- Fixes reservations not working after url change.
  [href]

- Adds the ability to use the payments table in other views.
  [href]

0.15.0 (2017-09-28)
~~~~~~~~~~~~~~~~~~~

- Consistently uses English in the urls, instead of a German/English mix.
  [href]

- Switches to onegov.search's automatic language detection.
  [href]

- Switches to onegov.file for form submission files.
  [href]

- Fixes dialog not showing for undeletable objects.
  [href]

0.14.6 (2017-08-25)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with the latest onegov.form release.
  [href]

0.14.5 (2017-08-23)
~~~~~~~~~~~~~~~~~~~

- Fixes newly created users with Yubikeys failing to login.
  [href]

0.14.4 (2017-08-03)
~~~~~~~~~~~~~~~~~~~

- Uses shared common code from onegov.form for HTML fields.
  [msom]

0.14.3 (2017-07-17)
~~~~~~~~~~~~~~~~~~~

- Adds missing German translation.
  [href]

0.14.2 (2017-07-13)
~~~~~~~~~~~~~~~~~~~

- Fixes being unable to delete a reservation if it has an associated payment.
  [href]

- Adds payment e-mail notifications triggered in tickets.
  [href]

0.14.1 (2017-07-12)
~~~~~~~~~~~~~~~~~~~

- Uses latest jquery.popupoverlay plugin release.
  [href]

- Fixes calucating the contrast of an invalid color throwing an error.
  [msom]

0.14.0 (2017-07-10)
~~~~~~~~~~~~~~~~~~~

- Adds an activity/audit log and the ability to create notes on tickets.
  [href]

0.13.1 (2017-07-05)
~~~~~~~~~~~~~~~~~~~

- No longer requires a reply-to address to send e-mails (though one still needs
  to enter one to save the org settings.)
  [href]

0.13.0 (2017-06-28)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to create signup links.
  [href]

0.12.0 (2017-06-26)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to filter users in the usermanagement view.
  [href]

- Changes is-manager/is-not-manager class to role-member, role-editor, etc.
  [href]

0.11.1 (2017-06-23)
~~~~~~~~~~~~~~~~~~~

- Depends on the latest onegov.form release which fixes a critical parsing bug.
  [href]

0.11.0 (2017-06-22)
~~~~~~~~~~~~~~~~~~~

- Upgrades to latest onegov.user release.
  [msom]

- Upgrades to latest onegov.core release.
  [msom]

0.10.0 (2017-06-21)
~~~~~~~~~~~~~~~~~~~

- Adds a user view that shows all objects belonging to the user.
  [href]

0.9.2 (2017-06-19)
~~~~~~~~~~~~~~~~~~~

- Fixes sentry js not working.
  [href]

- Fixes a minor style issue with checkout forms.
  [href]

0.9.1 (2017-06-16)
~~~~~~~~~~~~~~~~~~~

- Adds support for sentry js.
  [href]

- Fixes number formatting not working in Python < 3.5.
  [href]

0.9.0 (2017-06-16)
~~~~~~~~~~~~~~~~~~~

- Adds credit card payments for forms and reservations.
  [href]

0.8.3 (2017-05-29)
~~~~~~~~~~~~~~~~~~~

- Fixes wrong text-links margin.
  [href]

- Fixes missing translation of "more..." link.
  [href]

0.8.2 (2017-05-17)
~~~~~~~~~~~~~~~~~~~

- Adds an esr participation number to the bank account information.
  [href]

0.8.1 (2017-05-12)
~~~~~~~~~~~~~~~~~~~

- Fixes footer margins not working.
  [href]

0.8.0 (2017-05-12)
~~~~~~~~~~~~~~~~~~~

- Introduces an improved elements model for link generation.
  [href]

0.7.3 (2017-05-11)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to define an email signature through macros.
  [href]

0.7.2 (2017-05-10)
~~~~~~~~~~~~~~~~~~~

- Gives sub-applications more ways to customize the footer.
  [href]

- Fixes performance degradation on sites with lots of toggles/dropdowns.
  [href]

0.7.1 (2017-05-08)
~~~~~~~~~~~~~~~~~~~

- Further improves the capability of the export formatter.
  [href]

0.7.0 (2017-05-05)
~~~~~~~~~~~~~~~~~~~

- Adds a generic export view and implementation using directives.
  [href]

- Improves the capability of the export formatter.
  [href]

- Gives subapplications the ability to override the ticket status text.
  [href]

0.6.2 (2017-05-04)
~~~~~~~~~~~~~~~~~~~

- Adds a payment order setting to differentiate between basic and ESR payment
  orders.
  [href]

0.6.1 (2017-05-02)
~~~~~~~~~~~~~~~~~~~

- Make search more extendable by org applications.
  [href]

0.6.0 (2017-05-02)
~~~~~~~~~~~~~~~~~~~

- Gives org applications the ability to require a complete userprofile.
  [href]

- Adds the ability to force the button toggle state through javascript.
  [href]

0.5.2 (2017-04-27)
~~~~~~~~~~~~~~~~~~~

- Ignore the case of e-mails when doing a password reset.
  [href]

0.5.1 (2017-04-11)
~~~~~~~~~~~~~~~~~~~

- Adds a beneficiary to the bank account.
  [href]

0.5.0 (2017-03-28)
~~~~~~~~~~~~~~~~~~~

- Switches to Elasticsearch 5.
  [href]

0.4.8 (2017-03-21)
~~~~~~~~~~~~~~~~~~~

- Replaces onegov.libres with onegov.reservation.
  [href]

0.4.7 (2017-03-15)
~~~~~~~~~~~~~~~~~~~

- Supports translation of ticket groups through the handler.
  [href]

- No longer throw an unrelated error when the database connection goes offline.
  [href]

- Fix signup e-mail's subject not being translated.
  [href]

- Undoes the minor style fix for boolean fields - no good solution yet.
  [href]

0.4.6 (2017-03-03)
~~~~~~~~~~~~~~~~~~~

- Fixes a minor style issues with boolean fields.
  [href]

- Adds a setting for the roles selected for the daily status e-mail.
  [href]

- Fix wrong title on homepage.
  [href]

0.4.5 (2017-03-02)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to send an instructional e-mail to new users.
  [href]

0.4.4 (2017-02-27)
~~~~~~~~~~~~~~~~~~~

- Introduces a way to define the way an org name is split into two lines.
  [href]

0.4.3 (2017-02-24)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to show a location below the map.
  [href]

- Gives child-applications the ability to show a favicon.
  [href]

- Fix button color being unreadable with light backgrounds.
  [href]

0.4.2 (2017-02-21)
~~~~~~~~~~~~~~~~~~~

- Ensures that the user's status/role can always be changed.
  [href]

- Fixes typeahead autofocus being too eager.
  [href]

- Shows realname in user-management view alongside the username.
  [href]

- Makes e-mail address in user-management view clickable.
  [href]

0.4.1 (2017-02-14)
~~~~~~~~~~~~~~~~~~~

- Fixes ticket badges rendering wrongly in IE 10.
  [href]

0.4.0 (2017-02-09)
~~~~~~~~~~~~~~~~~~~

- Add "organiser" to the search query.
  [href]

- Use onegov.core's orm cache descriptor for better, easier caching.
  [href]

- Further improve the handling of light colors.
  [href]

0.3.3 (2017-01-30)
~~~~~~~~~~~~~~~~~~~

- Shows users in the search results.
  [href]

- Adds the removal of the depot directory to the delete command.
  [href]

- Shows a warning when the elasticsearch cluster is down.
  [href]

- Improves the look of events on tablets.
  [href]

0.3.2 (2017-01-19)
~~~~~~~~~~~~~~~~~~~

- Fixes faulty css rules resulting in style issues.
  [href]

0.3.1 (2017-01-19)
~~~~~~~~~~~~~~~~~~~

- Fixes initial content not being loaed with the right encoding.
  [href]

0.3.0 (2017-01-19)
~~~~~~~~~~~~~~~~~~~

- Improves the general look of the site through a limited redesign.
  [href]

- Adds better initial content.
  [href]

- Adds an IBAN account to the settings.
  [href]

0.2.0 (2017-01-10)
~~~~~~~~~~~~~~~~~~~

- Adds a simple prediction/suggestion to the calendar if multiple reservations
  are apparently repeating.
  [href]

- Adds the ability to send daily e-mails to interested parties about scheduled
  reservations.
  [href]

- Stop sending e-mails to admins/editors if they create tickets for themselves.
  [href]

- Adds the ability to swipe through the images in the photoalbum.
  [href]

- Make sure all image elements have the width and height set.
  [href]

- Adds the ability to filter tickets by owners.
  [href]

- Show utilisation on resource occupancy view.
  [href]

- On tablets, show the reservation selection next to the calendar.
  [href]

- Show the exact creation date on each ticket.
  [href]

- Multiple people with the same name no longer cause an error in the page form.
  [href]

- Fixes custom primary color not being used for e-mails.
  [href]

- Fixes e-mail sending not working for onegov.onboarding.
  [href]

0.1.9 (2016-12-28)
~~~~~~~~~~~~~~~~~~~

- Honor the return-to parameter in the usermanagement view.
  [href]

0.1.8 (2016-12-23)
~~~~~~~~~~~~~~~~~~~

- Adds support for Webob 1.7.
  [href]

- Fixes reservation delete not working for anonymous users.
  [href]

0.1.7 (2016-12-15)
~~~~~~~~~~~~~~~~~~~

- Prevent empty pages from being printed.
  [href]

- Make sure the userprofile honors the return-to parameter.
  [href]

0.1.6 (2016-12-13)
~~~~~~~~~~~~~~~~~~~

- Adds support for PyFilesystem 2.x and Chameleon 3.x.
  [href]

0.1.5 (2016-12-01)
~~~~~~~~~~~~~~~~~~~

- Adds a 'is-logged-in' and 'is-not-logged-in' body class to all views.
  [href]

0.1.4 (2016-12-01)
~~~~~~~~~~~~~~~~~~~

- Update FontAwesome to 4.7.
  [href]

0.1.3 (2016-11-25)
~~~~~~~~~~~~~~~~~~~

- Fix datetime picker not showing the hour/minutes in the placeholder.
  [href]

- Point the default map view to the Seantis office.
  [href]

- Improve multi-line checkbox/radio-button handling.
  [href]

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


