|
changes
CHANGES
- 3.3
- Removed PrincipiaSearchSource and text_content. You can
now set your own "indexing-content" via a PythonScript with
the appropriate id (e.g use return context() for default).
- 3.2
- Syncing for int/date/float-properties was broken.
- 3.1
- 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 PropertyObject out of a standard_object_folder, all
"parallel" instances of a PropertyObject 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 PropertyObjects
from other methods with keyword-args.
- bug fix in manage_changeProperties - keyword-args were broken.
Thanks to Aitor Grajal!
- some minor cosmetic changes in the dtml-templates
- 2.2
- fix in properties.dtml for utf-8 bug fix in Zope 2.6 (#697)
- 2.1
- zpt-bug-fix: removed .aq-parent in call,
so ZPT-object_type's will work again.
- 2.0
- some property fixes for Zope 2.6;
- integrated 'Publish'-functions into main-property-sheet;
- moved "Manage"-tab to last position [same look&feel with PropertyFolder];
- changed behaviour of text_content to PrincipiaSearchSource
because of "security" considerations = no more default
rendering reveals all your propertyValues.
- 10
- new feature: (re)order your properties with some clicks.
Fixed text_content: generate a comma-seperated-list for keyword-args
for better results text-indexing with ZCatalog
- 04
- fixed a problem with the security-engine. Introduced a new right
PropertyObject: Edit . IMPORTANT UPDATE-INFO: Please set this
right for all security-roles, which should be able to edit the data of
a PropertyObject!!!
- 03
- repaired PrincipiaSearchSource
- 02
- set
index_html=None to be a "non-folderish" object
- 01
- minor fix in the constructor
- 00
|