[Zope3-dev] JavaScript Relic in formlib?

2006-03-22 Thread Roman Joost
Hey! I figured, that there seems to be unused JavaScript code in a formlib generated page: zc_trackChanges(document.getElementById('zc.page.browser_form')); in pageform.pt of formlib. I couldn't find the corresponding function by grepping through the rest of the src.zope sourcecode. Can

[Zope3-dev] set of interfaces?

2006-03-22 Thread Jean-Marc Orliaguet
Hi! what is the best way in zope3 to create a collection of interfaces without using classes, lists, etc.? I have a number of interfaces that I'd like to group into a same interface category. e.g. ISomeCollection = I1, I2, I3, I4 and I'd like to be able to query which interfaces

Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-22 Thread Benji York
Philipp von Weitershausen wrote: I've never installed Zope anywhere except on production servers anyway, and there you should obviously use releases. I don't think obviously necessarily applies there. There are good reasons for wanting to install from a checkout. If you absolutely must

Re: [Zope3-dev] JavaScript Relic in formlib?

2006-03-22 Thread Benji York
Roman Joost wrote: Hey! I figured, that there seems to be unused JavaScript code in a formlib generated page: zc_trackChanges(document.getElementById('zc.page.browser_form')); It is a relic and should be removed. It is part of you're about to leave this page and you haven't saved your

Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-22 Thread Chris Withers
Jim Fulton wrote: From the old testrunner, which I miss *a lot*, I could ensure I am indeed running a specific module by doing... Yup, this is one of the things I like least from the Zope 3 world. What happened to proposals and community agreement before inflicting big changes on other

Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-22 Thread Paul Winkler
On Wed, Mar 22, 2006 at 06:25:41PM +0100, Martijn Faassen wrote: Anyway, a release and the development situation looking similar helps people actually work on the same codebase and structure, and not having to learn different ways of doing things as soon as they switch. Forcing context

Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-22 Thread Florian Lindner
Am Montag, 20. März 2006 14:27 schrieb Stephan Richter: On Wednesday 08 March 2006 08:57, Florian Lindner wrote: Hello, I'm currently playning with the functions from zope.app.appsetup.bootstrap and I'm wondering why the functions that create objects (addConfigureUtility, addUtility,