The Artima Developer Community
Sponsored Link

Python Buzz Forum
Archetypes 1.2.0-beta2 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: 31
Nickname: dreamcatch
Registered: Aug, 2003

Sidnei da Silva is a dirty little brazilian python hacker.
Archetypes 1.2.0-beta2 Released Posted: Nov 6, 2003 1:24 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-beta2 Released
Feed Title: dreamcatcher.homeunix.org
Feed URL: http://dreamcatcher.homeunix.org/categories.rdf?category=Python
Feed Description: making your dreams come true
Latest Python Buzz Posts
Latest Python Buzz Posts by Sidnei da Silva
Latest Posts From dreamcatcher.homeunix.org

Advertisement
Archetypes 1.2.0-beta2 Released

We've been fixing a couple bugs that came out in the beta1, thanks to the people that tested and reported, so I just made a beta2 with the fixes (release early, release often, and even more often when the last release has bugs ;). The hilights on this release are:

License Change:

Archetypes is not licensed under the GPL anymore, but under a BSD-like license. More details on Archetypes/LICENSE.txt. This change has been postponed for a while and was a big blocker for some people. I expect that it comes only to make life easier to the ones deploying Archetypes on commercial applications.

Bugs fixed:

  • KeywordWidget was not behaving accordingly
  • BaseObject.get_size() was completely broken, because of a undefined variable
  • Some templates were missing a closing '"', which got lost during the conversion to the Plone 2.0 style.
  • Added tests for KeywordWidget and RichWidget. More widget tests to come.
  • Fixed default view on Article of ArchExample (was pointing to the wrong URL.)

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

So, I would like to ask about two changes that I plan to make and that may affect some people:

  1. Removal of oldBaseUnit. As I mentioned before, the newBaseUnit is default on this release, so people using it for the first time will already be using it. I don't know how many people are using the BaseUnit stuff, (clue, when u use a TextField, you use BaseUnit), and haven't tested to see if the migration is easy, but should be. I would like to propose removing the oldBaseUnit before final.
  2. Removal of content_driver. As the newBaseUnit uses PortalTransforms, there's no more reason to keep content_driver around. Anyone objects to removing it as well? (Changes one or two are dependant, so either both will occur, or none).
  3. Ben Saller made a new Reference implementation, that is better, simpler, and has tests. It's currently checked in on HEAD. He said that he will provide a migration script, and that it is very simple. Phil is testing it at the moment and will tell us how far he got. Anyone objects to merging this in time for the release?

If any of those changes is approved, it will occur in beta3, which should come out before next monday.

Thanks for hearing!

Read: Archetypes 1.2.0-beta2 Released

Topic: Haven't seen Matrix Revolutions yet Previous Topic   Next Topic Topic: New Archetypes Release (1.2.0-beta1)

Sponsored Links



Google
  Web Artima.com   

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