AT Extensions 0.6.1 (Alpha release) (Aug 19, 2005)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

A bugfix release (improved backwards compatibility)

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

Available downloads

Product Package

For all platforms (21.0 kB)

Change log

(full history because first release here)

from 0.6 to 0.6.1

  • added module alias for backwards compatibility (at_extensions ateapi)

from 0.5 to 0.6

  • rearranged almost everything to be inline with AT-1.4's architecture
  • made it backwards compatible with AT-1.2 again (hopefully)
  • added postprocessing to the URL widget to supply http as default protocol if no-one is supplied.

from 0.4 to 0.5

  • added ComboWidget and combo_widget.pt to create combo boxes where users can select a value or specify one freely it they select other.
  • added a delete flag to each record in RecordsWidget's edit macro.
  • added an optional maxlenth attribute for subfields
  • added subfield validation; from now on AT 1.3 is required (I think)
  • updated the demo type (WorkingGroup) to use subfield validation for the homepage subfield in e-contact

from 0.3 to 0.4:

  • added a delete all entries checkbox to the records widget
  • added minimalSize and maximalSize to the RecordsField's properties to enable better control of the number of lines offered in the edit form
  • do not override content_edit anymore; configure the form controller on install instead and add a custom more_edit to be called when more is pressed (only slight extension to the original content_edit but I couldn't get around otherwise with the references - thanks to Roché Compaan for a valuable hint).
  • Record(s)Field should now work with schemata or portal_factory without the risc of data loss
  • adapted the demo content type (WorkingGroup) to reflect the above changes and made it demonstrate how to enable the date picker box for a DateTime subfield
  • added support for int, long and float as subfield types in RecordField and RecordsField.

from 0.2 to 0.3:

  • made compliant with the new security policy for archetypes 1.3: Registered the UrlField/Widget and replaced getRaw in the Record(s)Widget by an appropriate indirect call to the edit accessor.

from 0.1 to 0.2:

  • added a RecordsField and -Widget (records are a list of record objects)
  • improved the RecordWidget's view macro (empty subfields are not rendered)