------------------
- Create uninstall profile also for Plone 4.3.x, since it already depends on ``Products.CMFQuickInstallerTool >= 3.0.9``.
[thet]
- Update Plone versions to 4.3.9 and 5.0.4.
[thet]
- Update robot test framework versions including Selenium to work with recent firefox releases.
[thet]
- Replaced import steps by post_handlers. Needs GenericSetup 1.8.2 or
higher. This is included by default in Plone 4.3.8 and 5.0.3 but
should be fine to use on older Plone versions. [maurits]
- Removed ``.*`` from the ``.gitignore`` file. This would ignore the
``.gitkeep`` files, which would mean some directories are not added
when you do ``git add`` after generating a new project. [maurits]
- Note about disabled ``z3c.autoinclude`` in test layer setup.
[thet]
- Remove the ``xmlns:five`` namespace, as it is not used at all.
[thet]
- Fix build failure on Plone 4.x due to plone.app.contenttypes pulled in and having a plone.app.locales >= 4.3.9 dependency in it's depending packages.
[thet]
- Declare the xml encoding for all GenericSetup profile files.
Otherwise the parser has to autodetect it.
Also add an xml version and encoding declaration to ``theme.xml``.
[thet]
- Add "(uninstall)" to the uninstall profile title.
Otherwise it cannot be distinguished from the install profile in portal_setup.
[thet]
- Simplify concatenation of ``.rst`` files for ``setup.py``.
[thet]
- Update ``.gitignores`` in repository to exclude ``lib64``, ``pip-selfcheck.json`` and all ``.*`` except necessary.
Update ``.gitignore.bob`` in templates with these changes too.
Add ``.gitattributes`` in repository for union-merge CHANGES.rst files.
[thet]
- Update docs and README
[svx]