~~~~~~~~~~~~~~~~~
- Adds support for url, date and datetime fields to the import.
[href]
- Adds the ability to export people to csv, xls, xlsx or json.
[href]
- Adds 'is_active_person' property which if present and False hides the given
person from the person list for anonymous users.
[href]
- Removes start/end on memberships. This module will no longer deal with
memberships over time. Where this is required, external modules like
seantis.kantonsrat have to do this themselves.
[href]
- Images on the people's list are rendered smaller and in the detail view they
are rendered larger. Renderes now have custom options for this case.
[href]
- Adds the ability to define custom titles on the person. Currently the custom
title is only relevant for the detail view. To use add a custom_titles
dictionary to the person object with the key being the field anme and the
value being the title that should be used in the detail view.
[href]
- Adds a new LinkList type which may be used returned by person attributes.
The link list will be rendered using ul > li > a.
[href]
- Organization memberships are now queried by interface in the ZODB, rather
than by portal_type to support inheritance.
- Changes membership id/title to include the role as well as the name of
the referenced person. Closes 13.
[href]
- Fixes a crash when viewing a public directory with private organisations.
Closes 12.
[href]
- Adds a note field to the membership.
[href]
- Adds the ability to define the years_range for plone.formwidget.datetime
widgets used in the schemas. Fixes 11.
[href]