----------------
- Fix type conversion preventing Unicode characters being entered when
creating a Space.
[davidjb]
- Workaround folder type constraint inheritance issue by pretending Space
content is like Archetypes. This handles `Plone issue
13792 <https://dev.plone.org/ticket/13792>`_.
[davidjb]
- Enable folder constraints on the Space content type via Dexterity behaviour.
[davidjb]
- Ensure we depend on plone.app.contentmenu for correct ZCML loading.
[davidjb]
- Ensure create space action is only visible to those with the correct
permission.
[davidjb]
- Just create an empty space if the template doesn't exist.
[davidjb]
- Adding logging for exceptions on space creation.
[davidjb]
- Ensure ``plone.app.dexerity [grok]`` is installed upon installation of this
package.
[davidjb]
- Updating URL in setup.py to be the correct GitHub address.
[davidjb]