-----------------
- Make `OrgaPrettyLinkWithAdditionalInfosColumn` work if displaying the
`plonegroup-organization`, include link to plonegroup configuration panel in
`SelectedInPlonegroupColumn` header.
[gbastien]
- Changed first parameter name for `utils.get_plone_group` and
`utils.get_plone_group_id` from `org_uid` to `prefix` as it can be used in
other cases.
[gbastien]
- Added helper method `utils.select_org_for_function` to be able to add/remove
an organization uid from `fct_orgs` defined on a `function`.
[gbastien]
- Removed dependency on `unittest2`.
[gbastien]
- When calling `config.get_registry_organizations` and
`config.get_registry_functions`, by default return a copy of stored data to
avoid changing it.
[gbastien]
- Added parameter `default=True` to `utils.get_own_organization`, in this case,
default ids for `root directory` and `own organization` are used instead
using a catalog query, it should be faster.
[gbastien]