------------------
- Remove dependency on zope.app.container and zope.app.initd
[joka]
- Add more common api functions and test them.
[jensens]
- Refactor locations of code in dx to bundle stuff at a sane place.
[jensens]
- Remove BLACKLIST_IDS, with LIF this is superfluos.
[jensens]
- Remove LanguageTool patch, meanwhile superfluos.
[jensens]
- Add new ``bootstrap.py`` to support new parameter ``--setuptools-version``.
[saily]
- Fixed language independent fields in ++addtranslation++
requires ``plone.z3cform >= 0.8.1``
[jensens, agitator]
- Add uninstall hook to run uninstall profile on deactivation
[datakurre]
- Fix behavior registration on activation for all Dexterity types
without dependency to ``plone.app.contenttypes``.
[datakurre]
- Do not block acquisition on LRF for acl_users, portal_url (both broke login
form) and portal_catalog any more.
[jensens]
- Feature: Introduce a set variable BLACK_LIST_IDS which is used as a central
place for blacklisted object ids not to take into account as neutral
content or in LRF. It unifies the formerly cluttered different combinations
of tests with same goal.
[jensens]
- Cleanup: Pep8, utf8-headers, readability, ..., code-analysis now runs.
[jensens]
- Fix issue where universal link ignored the language cookie
[datakurre]
- Fix Plone 5 compatibility issues
[martior]
- Add a manual folder to LRF migration view
[datakurre]
- Fix schema editor plugin to not break schema editors outside FTI (e.g.
``collective.easyform``)
[datakurre]