The Artima Developer Community
Sponsored Link

Python Buzz Forum
Archetypes 1.2.0 final Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sidnei da Silva

Posts: 137
Nickname: deecee
Registered: Nov, 2003

Sidnei da Silva is a dirty little brazilian python hacker
Archetypes 1.2.0 final Released Posted: Nov 20, 2003 12:48 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Sidnei da Silva.
Original Post: Archetypes 1.2.0 final Released
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Latest Python Buzz Posts
Latest Python Buzz Posts by Sidnei da Silva
Latest Posts From awkly.org

Advertisement
Archetypes 1.2.0 final Released

The Archetypes Team is proud to present the Archetypes 1.2.0 final release. This release is a recommended upgrade for everyone using Archetypes 1.0.x as it brings a whole set of improvements which also include security and some unicode handling fixes.

What is Archetypes?

Archetypes (formerly known as CMFTypes) is a framework designed to facilitate the building of applications for Plone and CMF. Its main purpose is to provide a common method for building content objects, based on schema definitions. Fields can be grouped for editing, making it very simple to create wizard-like forms.

If you are new to Archetypes, you can also check the free introductory Archetypes article, published in ZopeMag:

http://www.zopemag.com/Issue006/Section_Articles/article_IntroToArchteypes.html

Changes since 1.0.1:

  • Revisited security permissions

  • New BSD-like licensing option (1.0.2 - 1.2.0beta1 were licensed under the GPL)

  • The new BaseUnit is used by default now. The old one is still available but will be removed on the next release

  • Added VariableSchemaSupport

  • Multi-Catalog support (one catalog per portal type)

  • Improved mime-type detection when uploading files

  • New test suite, based on ZopeTestCase

  • Templates are now using the Plone 2.0 style (which makes them somewhat unusable under Plone 1.0.x, unfortunately)

  • Should be usable with plain CMF (though not as pretty :)

  • Added registries for Widgets, Fields, Types, Validators (missing Storage registry, will be added on 1.2.1)

  • DisplayList is now public, meaning you can import it from a Script (Python)

  • 'visible' setting on Widgets should work now

  • It is possible to specify the Image class on the ImageField now, thanks to Jeff Kunce

  • Extended fields index attribute syntax to support extra arguments. That allows for instance to add a ZCTextIndex:

    index='ZCTextIndex, lexicon_id=lexicon, index_type=Okapi BM25 Rank'
    
  • Added several interface tests, thanks to Tiran

  • Should work with External Editor in most of the cases

  • Should work with WebDAV if you have a PrimaryFieldMarshaller, and set 'primary = 1' on a TextField

  • Default marshaller is RFC822Marshaller, which marshalls all the fields as RFC822-style headers, plus the primary field as the body of the document.

  • Added some initial support for the ArcheBuilder. This is in its very very initial state, but you can read about the plans at this url

As of beta3, ArchGenXML is included in this tarball. Here's a short description of ArchGenXML:

ArchGenXML is a commandline utility that generates Plone applications based on the Archetypes framework from XMI (UML) and XSD (XMLSchema) files.

It is tested with the XMI output from the following tools: ObjectDomain, Sybase PowerDesigner, ArgoUML, Poseidon, KDE's Umbrello.

Tarball: http://prdownloads.sourceforge.net/archetypes/archetypes-1.2.0.tgz?download

Read: Archetypes 1.2.0 final Released

Topic: Web Application Patterns: Status Notification Previous Topic   Next Topic Topic: GUI builder for Eclipse

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use