-----------------
- Modified `transmogrifier.relative_path` to add option to keep leading slash
(True by default).
[sgeulette]
- In `content.get_user_fullname`, if `fullname` not found at the end,
finally fallback to `portal_membership.getMemberInfo`, this is sometimes
necessary when using LDAP.
[gbastien]
- Removed backward compatible imports for `get_state_infos`, `get_transitions`
and `do_transitions` moved from `content` to `workflow`.
[gbastien]