ATSchemaEditorNG 0.4.2
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.1.3, Plone 2.1.2, Plone 2.1.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Simon Pamies |
Another bugfix release that fixes a bug that occurs when using ParentManagedSchema or ParentOrToolManagedSchema with portal_factory managed objects.
It also adds support for DataGridField / Widget, has an updated czech translation and a fix for a minor ReferenceField handling
Notice #1: Users updating from 0.4.0 or 0.4.1 should be aware that starting with this release automatic installation of example types is disabled. If you want to install example types then set the corresponding property in config.py to True.
Notice #2: ATSE supports automatic backup of schema through a custom XML formatted file. Versions 0.4.0 and 0.4.1 had the backup enabled per default. Because of the hardcoded path (/tmp) this configuration could fail on some systems. If you want automatic backup to happen then have a look at the properties prefixed with atse* in portal_properties/site_properties.
Thanks to naro and Aaron VanDerlip for contributions to this release
Starting with this release you also have the possibility to use a issue tracker. Please use this tracker for all bugfix and/or feature requests.
Change log
0.4.2
- disabled automatic creation of backup file. This configuration
is done over property atseAutomaticBackupWhenUpdateSchema in
site_properties. If users want to have automatic backup
then this property needs to be enabled.
[spamsch]
- disabled installation of example types in config.py
If types should be installed then enable property in config.py
[spamsch]
- some bugfixes to make ParentManagedSchema play nicely with
portal_factory managed types. Bug reported by Aaron VanDerlip
[spamsch]
- added support for DataGridField/Widget (if DG is available)
Please read doc/DATAGRID.txt
[naro]
- updated i18n, updated Czech translation
[naro]
- fixed minor bug in ReferenceField/Widget handling
[naro]