ATSchemaEditorNG 0.4 (May 31, 2006)

This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.

Bug-Fix and stability-improvement release that also adds new features like tool managed types and xml import and export.

For additional information about this project, please visit the overview page .

Available downloads

ATSE 0.4

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.2, Plone 2.1.1, Plone 2.1
State Final release
License GPL
Release Manager Simon Pamies

This is a bug-fix and stability-improvement release. It adds new ParentOrToolManagedSchema class.

This release is the first one that really supports tool managed types and makes difference between tool managed and instance (folder) managed ones. It is now also possible to import and export managed schemas from and to xml. Using older versions you never could be sure when the editor synced back changes to managed objects.

Now changes are never synced back until you tell ATSE to do so. Now you also get a list of objects that got updated. At each sync changes are written to a xml file. New properties in site_properties help you manage your ATSE instances.

Change log

0.4 (19.05.2006)

        - SchemaEditor:
                - Added xml import and export functionality
                - Bugfix for non working ordering mode
                - Fixes for schema syncing - Schemas are now
        never synced w/o explicit user action
                - Added dynamic object registering support
                - Added role based field permission settings
       
        - tests/*: More tests

    - reworked some of the template stuff to make
    dynamic registration of types possible