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
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
deleteflag to each record in RecordsWidget's edit macro. - added an optional
maxlenthattribute 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
homepagesubfield in e-contact
from 0.3 to 0.4:
- added a
delete all entriescheckbox to the records widget - added
minimalSizeandmaximalSizeto the RecordsField's properties to enable better control of the number of lines offered in the edit form - do not override
content_editanymore; configure the form controller on install instead and add a custommore_editto be called whenmoreis pressed (only slight extension to the originalcontent_editbut 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,longandfloatas 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
getRawin 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)


