[Zope3-dev] Re: Zope 3.3.1 release

2006-11-08 Thread Philipp von Weitershausen

Christian Theune wrote:

originally we intended to do a Zope 3.3.1 release in November to get
virtually bug free.

I didn't see any momentum on this. How about a bug day?


Btw: I didn't want to sound rude here to anybody who was fixing bugs in
the last time. I just wanted to express that I didn't see a coordinated
effort towards that release. :)


+1 to coordinated bugdays. If you suggest a date, I'll try to be around 
and see what needs to be done for a potential Zope 3.2.3 (and I'll bug 
people to backport fixes to the 3.2 branch ;)).


--
http://worldcookery.com -- Professional Zope documentation and training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Zope 3.3.1 release

2006-11-08 Thread Christian Theune
What about next week? I don't care so much about the specific day.

Philipp von Weitershausen wrote:
 Christian Theune wrote:
 originally we intended to do a Zope 3.3.1 release in November to get
 virtually bug free.

 I didn't see any momentum on this. How about a bug day?

 Btw: I didn't want to sound rude here to anybody who was fixing bugs in
 the last time. I just wanted to express that I didn't see a coordinated
 effort towards that release. :)
 
 +1 to coordinated bugdays. If you suggest a date, I'll try to be around
 and see what needs to be done for a potential Zope 3.2.3 (and I'll bug
 people to backport fixes to the 3.2 branch ;)).
 

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Zope 3.3.1 release

2006-11-08 Thread Philipp von Weitershausen

Christian Theune wrote:

What about next week? I don't care so much about the specific day.


I'd be for Wednesday.


Philipp von Weitershausen wrote:

Christian Theune wrote:

originally we intended to do a Zope 3.3.1 release in November to get
virtually bug free.

I didn't see any momentum on this. How about a bug day?

Btw: I didn't want to sound rude here to anybody who was fixing bugs in
the last time. I just wanted to express that I didn't see a coordinated
effort towards that release. :)

+1 to coordinated bugdays. If you suggest a date, I'll try to be around
and see what needs to be done for a potential Zope 3.2.3 (and I'll bug
people to backport fixes to the 3.2 branch ;)).





___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Bugday on Wednesday 2006-11-16 [Was: Zope 3.3.1 release]

2006-11-08 Thread Christian Theune
Hi,

Philipp von Weitershausen wrote:
 Christian Theune wrote:
 What about next week? I don't care so much about the specific day.
 
 I'd be for Wednesday.

It's Wednesday November 16 then.

I've set up a search that currently contains 39 bugs with the following
search options:

Status: Accepted, Deferred, Pending, New, visible
Classification: bug, bug+solution

A short link to this search is here: http://xrl.us/s33k

Let's see how many bugs we can squash!

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Bugday on Wednesday 2006-11-15 [Was: Zope 3.3.1 release]

2006-11-08 Thread Christian Theune
Hi again,

Christian Theune wrote:
 Hi,
 
 Philipp von Weitershausen wrote:
 Christian Theune wrote:
 What about next week? I don't care so much about the specific day.
 I'd be for Wednesday.
 
 It's Wednesday November 16 then.

And the price for noticing the wrong date goes to: Fred

I meant Wednesday November 15 of course!

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Opaque error, help

2006-11-08 Thread Shane Hathaway
I'm working on enhancing zope.app.apidoc, but I ran into an exception 
that's hard to decipher.  I've attached the traceback.  I don't know 
which __init__() it's complaining about, and I don't know how to find 
out.  What can I do to find out which __init__() the adapter hook is 
trying to call?


Shane

File /home/shane/svn/Zope3/src/zope/app/apidoc/codemodule/browser/README.txt, 
line 66, in README.txt
Failed example:
code_breadcrumbs = traverse(details.context, '@@code_breadcrumbs')
Exception raised:
Traceback (most recent call last):
  File /home/shane/svn/Zope3/src/zope/testing/doctest.py, line 1361, in 
__run
compileflags, 1) in test.globs
  File doctest README.txt[11], line 1, in ?
code_breadcrumbs = traverse(details.context, '@@code_breadcrumbs')
  File /home/shane/svn/Zope3/src/zope/traversing/api.py, line 87, in 
traverse
return traverser.traverse(path, request=request)
  File /home/shane/svn/Zope3/src/zope/traversing/adapters.py, line 113, 
in traverse
curr = traversePathElement(curr, name, path, request=request)
  File /home/shane/svn/Zope3/src/zope/traversing/adapters.py, line 154, 
in traversePathElement
return namespaceLookup(ns, nm, obj, request)
  File /home/shane/svn/Zope3/src/zope/traversing/namespace.py, line 107, 
in namespaceLookup
traverser = zope.component.queryAdapter(object, ITraversable, ns)
  File /home/shane/svn/Zope3/src/zope/component/_api.py, line 96, in 
queryAdapter
return adapter_hook(interface, object, name, default)
  File /home/shane/svn/Zope3/src/zope/app/component/hooks.py, line 96, in 
adapter_hook
return siteinfo.adapter_hook(interface, object, name, default)
TypeError: __init__() takes exactly 3 arguments (2 given)
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com