-----------------
- Added `categorized-childs-manage` that will render a link to manage
categorized elements.
[gbastien]
- Implemented `CategorizedContent._unrestrictedGetObject` as `collective.eeafaceted.z3ctable`
calls now `item._unrestrictedGetObject` instead `item.getObject` for performance optimization.
[gbastien]
- Added `safe_utils.py` that will only include safe utils.
[gbastien]
- We need to escape some content to avoid malicious content:
- Rely on collective.eeafaceted.z3ctable to display the categorized content table, it manages escaping content;
- Escape category title in vocabularies.
[gbastien]