- Added parameter `verify_group_exist=True` to `utils.get_plone_groups`. When set to `False`, it will not get the real Plone group object to check if it exist when using `ids_only=True`. In this case it is much faster. [gbastien]
1.51
-----------------
- Added helpers `utils.enable_function` and `utils.disable_function` to easily enable/disable a function. [gbastien]
1.50
-----------------
- Fixed `DisplayGroupUsersView.group_title` when `DisplayGroupUsersView.short=True` and group title contains several parenthesis. [gbastien]
1.49
-----------------
- Corrected behavior zcml definition to avoid message when Plone starts. [sgeulette] - Import `safe_encode` from `imio.pyutils` instead `imio.helpers`. [gbastien]
1.48
-----------------
- Added `behaviors.IPlonegroupUserLink` with userid and primary_organization fields. [sgeulette] - Added `utils.get_person_from_userid` and `utils.get_persons_from_userid` [sgeulette]