|
changes
CHANGES
- 3.3
- Removed PrincipiaSearchSource and text_content. You can now
define your own indexing-methods via a PythonScript
(e.g. return context()).
- 3.2
- Syncing for int/date/float-properties was broken.
- 3.1
- Now you can restrict the list of allowed meta_types to add
to a PropertyFolder.
- fixed broken WebDav-Support.
- fixed some issues with unicode-properties
according to changes in Zope 2.6.1
- protected __call__ with 'View'-permission
- 3.0
- added an often requested extension for easier use with AbracadabaObject:
If you sync a PropertyFolder out of a standard_object_folder, all
"parallel" instances of a PropertyFolder will be synced as well.
Nice side-effect: It works the other way round as well...;-)
- added missing **kw into __call__, so you can call PropertyFolders
from other methods with keyword-args.
- bug fix in manage_changeProperties - keyword-args were broken.
Thanks to Aitor Grajal!
- some minor cosmetic changes in dtml-templates
- 2.2
- bug fix for ZOPE 2.6 (#697)
- 2.1
- minor fix in propertiesForm.dtml: fixed wrong tab-name;
- 2.0
- Now a PropertyFolder is rendered and indexed with a method with id == object_type;
this way you can create folder-hierarchies with different renderings for each level
without putting an index_html into each folder; very useful feature!!!
- integrated the Publish-Tab into the Properties-Tab.
- some minor bugfixes.
- some modifications according Zope 2.6 unicode-Properties.
|