Changelog
=========

1.1 (2014-02-04)
----------------

- 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]


1.0 (2012-03-26)
----------------

- Provide email content rule for when Spaces are created. This is not
  enabled by default.
  [davidjb]
- Providing decorator for elevated contributor access on the portal.
  [davidjb]
- Added doctests for Space self-creation form.
  [davidjb]
- Adding ability to set custom logo on Space and set image scale.
  [davidjb]
- Added basic Space self-creation form.
  [davidjb]
- Package created using zopeskel
  [davidjb]
