You are not logged in Log in Join
You are here: Home » Members » mjablonski » PropertyObject » changes » View Document

Log in
Name

Password

 

changes

CHANGES

  1. 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).
  2. 3.2
    • Syncing for int/date/float-properties was broken.
  3. 3.1
    • fixed some issues with unicode-properties according to changes in Zope 2.6.1
    • protected __call__ with 'View'-permission
  4. 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
  5. 2.2
    • fix in properties.dtml for utf-8 bug fix in Zope 2.6 (#697)
  6. 2.1
    • zpt-bug-fix: removed .aq-parent in call, so ZPT-object_type's will work again.
  7. 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.
  8. 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
  9. 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!!!
  10. 03
    • repaired PrincipiaSearchSource
  11. 02
    • set index_html=None to be a "non-folderish" object
  12. 01
    • minor fix in the constructor
  13. 00
    • first public release