------------------
- plone.api.content.get_state now allows for an optional default value.
This is used when no workflow is defined for the object. Refs 246
[jaroel]
- plone.api.portal.get_registry_record now suggests look-alike records when no records is found. Refs 249.
[jaroel]
- Fixed tests for Plone 5. Refs 241.
[jaroel]
- Support Products.PrintingMailHost. Refs 228.
[jaroel]
- api.plone.org docs point to docs.plone.org/external/plone.api/docs/. Refs 202
[jaroel]
- plone.api.content.get_view no longer swallows exceptions.
[jaroel]
- Add plone.api.content.find. Refs 210
[jaroel]
- Make send_email compatible with Plone >= 5.0b2.
[pbauer]
- Use the source's parent as a target when no target is specified.
[jaroel]
- Make Products.Archetypes dependency optional. Fixes 197
[jaroel]
- Added local TOCS to main docs pages. Fixes 90.
[jaroel]
- Allow deleting multiple objects. Fixes 198
[jaroel]
- Fixed `make docs`.
[jaroel]
- Support Zope users in user.adopt_user. Fixes 171 and 157.
[jaroel]
- explicit dependencies in setup.py, explicit zcml loading in tests.
[jensens]
- import getToolByName from origin location
[jensens]
- overhaul of documentation: semantic linebreaks, few links fixed, minor
rewording.
[jensens]
- fix ``revoke_roles`` method: now if is't called with obj parameter,
it doesn't set inherited roles locally.
[cekk]