------------------
- PEP8 and pyflakes cleanup
[claytron]
- modernized tests, using layers now.
[jensens]
- fixed failing test with subscribers, subtype added event is not an object
event!
[jensens]
- moved code to github and increased Plone version used in integrated buildout
to 4.1-latest.
[jensens]
- The subscribers are now registered to the IChildSite interface so
that custom child site types are still made into IObjectManagerSites.
[rossp]
- Added an ``isChildSite`` method to the ``LineageUtils`` view, to determine if
the current context is part of a child site.
[davidblewett]
- Id attribute added to the lineage selection form to make Diazo/XDV theming
easier.
[timo]
- German translation added.
[timo]
- added support for plone domain
[macagua]
- Added Spanish translation
[macagua]
- Changed the ``collective.lineage.childsite`` component to use the
``IFolderishContentTypeDescriptor`` interface instead of
``IPortalTypedFolderishDescriptor``, allowing any folderish type to become
a child site.
[davidblewett]
- Fixed issue where deactivating a Child Site wouldn't remove it from the
Lineage dropdown menu
[calvinhp]
- Format README so that it fits within 72 columns.
[claytron]