Bug fixes:
- Prevent installation on Python 3, as we know Archetypes does not work there. [maurits] (#3330)
Bug fixes:
- Fix export of components by adding a
__name__
property to the handler. [maurits] (#27)
Bug fixes:
- Fix test dependency for Plone 5.2 [jensens] (#28)
Bug fixes:
- Hide uninstall from site setup screen. [jensens]
Bug fixes:
- removed unittest2 dependency. [kakshay21]
Bug fixes:
- Better, narrative name in GS profile [jensens]
Fixes:
- Use zope.interface decorator. [gforcada]
Fixes:
- Removed transaction commit in integration test. [gforcada]
- Any AT object can be adapted to ILanguage (not just ATContentTypes). [ebrehault]
- Adapt archetypes.multilingual to work on Plone 5 [bloodbare]
- Remove archetypes.testcase test dependency. [timo]
- Remove PloneLanguageTool dependency. [timo]
- Add french translations
- Correct js url on portal_factory babel view [ramon]
- Show selector if num languages is large [pysailor]
- Update .po files and .pot
- Fix some failing tests
- Bumped version to match the others [sneridagh]
- Added tests [sneridagh]
- Solved bugs on subscribers [ramon]
- Tuned AT babel view [ramon]
- Monkey language field [ramon]
- Added needed babel view template [sneridagh]
- Language independent field implementation [jcbrand]
- ILanguage implementation [awello]