List of changes in StagingAddOn versions
What's new in StagingAddOn 1.7.1
- fixed list_all_versions template so that the mouse cursor does
not change and make the user think (s)he can reorder the versions.
- Brazilian Portuguese translation, thanks to Luis Flavio Rocha.
- fixed a nasty (and silly) bug which caused the
types_not_searched property of the portal to be wiped out and
replaced by StagingAddOn content types. This property is now
extended with SAO content types. Thanks to Sven Deichmann for
having reported this bug.
- added an appId attribute to the configlet. It is needed by
GenericSetup, which raised an exception when one tried to create a
snapshot. It now works. Thanks to Sven Deichmann (again) for
having reported and fixed this bug.
What's new in StagingAddOn 1.7
- StagingAddOn is now compatible with Kupu's "resolve UID"
feature. See issue #33.
What's new in StagingAddOn 1.6.1
- updated portlet so that it includes
portlet{Top,Bottom}{Left,Right} HTML elements, like other Plone
standard portlets. Thanks to Christian Schneider for the patch.
- added an icon for StagingAddOn configuration items.
- fixed uninstallation so that StagingAdd does not leave any layers
in the available skins. See issue #28. Thanks to Michael Dunlap
for having reported this bug.
- fixed CreationDate() usage in tests so that they do not fail
on fast computers.
- added a fix for a possible error which could happen during the
uninstallation of StagingAddOn. See issue #29.
What's new in StagingAddOn 1.6
- fixed i18n bug which caused SAO not to work with recent version of
PlacelessTranslationService (see changeset #32748).
- fixed ordering issues: the new version is now put just after the
current one, thus keeping the ordering of the items within their
container.
- fixed uninstallation: SAO now uninstalls properly. However, I
wonder why someone would want to uninstall SAO. ;)
- added correct translations of configuration items title and description..
- fixed tests so that they hopefully pass with Plone 2.5.1.
- updated POT files.
- updated README.txt with regard to Plone 3.0.
What's new in StagingAddOn 1.5
- removed use of Zope 2.9 specific features. This will ease
maintenance and allows Plone Zope 2.8/Plone 2.5 and Plone 2.1
compatibility.
- added LinguaPlone support.
- the "create new version" workflow action now redirects the user to
the edit form of the new version.
- fixed a bug which may have caused new versions to be created in a
state which was not the initial state of the workflow.
- fixed a bug which prevented expired items to be displayed in the
"all versions" templates.
- various minor fixes in the translations.
- improved tests.