AT Content Types 1.3.1 (Apr 28, 2009)

An ATCT release for Plone 3.3. Includes iCal generation support, and fixes for relative path criteria.

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

Available downloads

Release tarball

For all platforms (318 kB)

Change log

1.3.1 2009-04-28

1.3.0 2009-03-11

1.2.7 2009-01-30

  • Don't assume regular (non-btree) folders for next/previous support. [witsch]
  • Made Flash files display inline since Flash 10 requires this. Fixes http://dev.plone.org/plone/ticket/8624 [alecm]

1.2.6 2008-10-06

1.2.5 2008-04-22

1.2.4 2008-01-03

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]

1.2.2 2007-10-05

  • Fix ATLink XSS issue. [alecm, reinout]
  • Update catalogue indexes and metadata list in collection control panel when 'All fields' requested. [ldr]
  • Files and Images don't need to enforce the Title field, since it is pulled from the uploaded file name if missing. This fixes http://dev.plone.org/plone/ticket/6051, which is a common source of user frustration when uploading files/images.

1.2.1 2007-09-12

  • Make subject field read-only and invisible for events. This fixes http://dev.plone.org/plone/ticket/6967 [alecm]
  • Use widget views for standard view templates to simpify inline editing. [limi]

1.2.0-final 2007-08-16

  • No longer enforce vocabularies on constraintypes fields, it's essentially pointless, and not enforcing them helps workaround a strange bug: http://dev.plone.org/plone/ticket/6734 [alecm]
  • Fixed i18n markup for event date validation error messages. [hannosch]
  • Only show related items once instead of twice. [wichert]