----------------
- Documentation updates
[saily]
- Upgrade to prettyPhoto 3.1.5
[saily]
- Add ui-tests using robotframework to validate views.
[saily]
- Add travis integration for Plone 4.3.x, Plone 4.2.x, Plone 4.1.x and
Plone 4.0.x. Plone 3.3.x cannot be tested with new layered testing structure
of ``plone.app.testing`` and will never be testable on travis because they
don't and will never support Python 2.4.
So we changed primary focus of development to Plone >= 4.0.
[saily]
- Switchted to ``plone.app.testing`` and added some basic installation tests.
[saily]
- Add egg-containing buildout and bootstrap.py
[saily]
- Use ``zcml:condition="installed plone.app.collection"`` to switch to a new
GS profile which appends prettyphoto views to Collection instead Topic type.
[saily]
- Refactor GS profiles and depend each profile on a 'extended' profile which
hold generic stuff as registering css and js. Generic setup takes the first
profile which is found in folder, so this has to be alpha-sorted behind
'default'.
[saily]