----------------
- Implement new utility method ``parent_site``.
[thet]
- Setup related cleanups.
[thet]
- fix ``IImagingSchema`` traverser for Plone 4, disable in Plone 5
[jensens]
- basic tests for enable/disable childsite
[jensens]
- household chores: make flake-8 happy (utf8-headers), some other minor pep8,
add travis configuration and let tests run against 4.1 to 5.0 (and fixed
them).
[jensens]
- Include ``get_image_traverser`` only when
``plone.app.imaging.interfaces.IImagingSchema`` is available, which is not
the case in Plone 5.
[thet]
- Peel out ``enable_childsite`` and ``disable_childsite`` from the
``lineage_tool`` view, so that it can be easily used programmatically.
[thet]
- We don't want to enable or disable a childsite on a default page. Traverse up,
until a non-default page is found.
[thet]
- Add ``current_childsite`` method to ``lineageutils`` view, which returns
the current lineage subsite object or ``None``, if no lineage subsite is
active.
[thet]
- Re-add the ``lineageutils`` browser page with it's useful ``isChildSite``
method. Fix ``isChildSite`` to be called as a method on it's view.
[thet]
- Added portuguese pt-br translation
[lccruz]