Re: [Zope] Re: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 01:09, Jeff Kowalczyk wrote:
 Something in z3c.formdemo r77305 gives the following error (r77253 builds
 and runs):

I accidently checked in my development buildout.cfg. I fixed that now and 
everything should be fine.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 14:21, Jeff Kowalczyk wrote:
 --- Stephan Richter [EMAIL PROTECTED] wrote:
  I accidently checked in my development buildout.cfg. I fixed that now and
  everything should be fine.

 Thanks, after the API update there is one class of errors remaining in
 AddressBook, with each FormClass occurrence of:

 def updateWidgets(self):
 super(AddressForm, self).updateWidgets()
 for name, widget in self.widgets.items():
 widget.addClass(name)
...
 AttributeError: 'TextWidget' object has no attribute 'addClass'

This is a new API call. :-) In the next release notes I will ask the users to 
checkout the release tags, so that issues like this do not occur.

I just released new packages, so you have to run buildout without the -N 
option, so that it picks up the latest z3c.form and z3c.formui code.

 BTW, is the mailing list the right place to report minor issues with zope3
 packages or add-ons like formdemo? This thread was also started
 crossposted, should it be zope3-users only?

I think zope3-users is the correct mailing list to address issues with Zope 3 
packages, just to keep the zope mailing list less busy.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )