Changelog for
CPSDocument-0.36.0-2.noarch.rpm :
Wed Sep 21 12:00:00 2005 fguillaume
CPSDocument V0.36.0 [R1 build 2005/09/21-14:58 by fguillaume]
URL: https://svn.nuxeo.org/pub/CPSDocument/trunk Revision: 27306
Requires:
~~~~~~~~~
- CPSInstaller > 0.19.0
New features:
~~~~~~~~~~~~~
-
Bug fixes:
~~~~~~~~~~
- #889: flexible fields are now all suffixed with _fn with n starting from 0:
this avoids name conflicts between static and flexible fields make it easier to
understand what is flexible and what is not.
Furthermore, in case of attribute storage of binary files (images, attached
files, usw): now use the manage_delObjectMethod instead of delattr to clean then
on flexible field deletion so as to avoid leaving rubbish in the _objects
attribute. This fixes a bug that was semi-hidden by the first one.
upgrade.py has a function to fix broken fields
- #901: Field storage expression context\'s \"proxy\" variable is always None in
read expressions
- #907: Error when editing some documents flexible widgets.
- #694: Misuse of getBookParent. Fixed getBookParent algorithm.
- #825: Make Contributors a read-only widget.
- #850: flexible widgets were not visually grouped in the document edit form.
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
- added additional content info for attached files