AT Content Types 1.2.3
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
1.2.3 2007-12-02
- Fixed http://dev.plone.org/plone/ticket/7102: uploading xhtml files was not working correctly. Thanks to lucie for the patch. [alecm]
- Fixed bug in portaltype criterion - it used portal type Title as both key and value in multiselection widget, but Id and Title should be used. Title (as DisplayList key) was incorrectly translated and caused #6981 http://dev.plone.org/plone/ticket/6981 [naro, jensens]
- Fix Unicode encode error in formatCatalogMetadata.py when atct_topic_view.py uses it to display in a table a text field (like 'location') whose contents can't be encoded to ascii. http://dev.plone.org/plone/ticket/7237 [stevem]
- Reorder ATDateCriteria schema fields => more intuitive for users. [zegor]
- Fixed a mysterious error that happened when the ATContentTypeSchema was directly used: the validation layer for the 'id' field wasn't being initialized. This fixes http://dev.plone.org/plone/ticket/7221 [deo]