Re: [Zope3-dev] Re: Notifications not appearing on zope3-checkins

2006-01-21 Thread Jim Fulton
Philipp von Weitershausen wrote: Shane Hathaway wrote: After I checked in code into the Zope 3 repository this week, I never saw corresponding notifications posted to the zope3-checkins mailing list. I don't think I saw notifications for my checkins during 2005, either. Note that

Re: [Zope3-dev] RFC: ZConfig and other formats for ZCML

2006-01-21 Thread Fred Drake
On 1/21/06, Jim Fulton [EMAIL PROTECTED] wrote: are really attributes of foo. In ZCML, this might have been: foo x=1 y=2 / Except this breaks down in the case of ZConfig multikey elements, which allow configuration like this: foo x = 1 x = 2 y = 3 /foo

[Zope3-dev] Re: RFC: ZConfig and other formats for ZCML

2006-01-21 Thread Alexander Limi
On Sat, 21 Jan 2006 04:15:43 -0800, Jim Fulton [EMAIL PROTECTED] wrote: http://dev.zope.org/Zope3/ZConfigAndOtherFormatsForZCML -1 from me, I see this as being a way to have another split in how things are done, and that different products will use different syntax. Having products be

Re: [Zope3-dev] Re: ZCML bad ;-)

2006-01-21 Thread Jeff Shell
On 1/20/06, Shane Hathaway [EMAIL PROTECTED] wrote: Chris Withers wrote: FWIW, I still hate ZCML for the following reasons: Everyone seems to agree on the direction suggested here: http://www.z3lab.org/sections/blogs/philipp-weitershausen/2005_12_14_zcml-needs-to-do-less I think that will

[Zope3-dev] small proposal: a monitor api on live requests

2006-01-21 Thread Tarek Ziadé
Use case I would like to be able to construct smart forms with AJAX, that asynchronously display a progress bar about uploaded datas. This is a quite interesting feature for forms that have files. (the 'hey i am not dead' effect) This feature has nothing to do with Z3 core of course,

[Zope3-dev] Re: small proposal: a monitor api on live requests

2006-01-21 Thread Florent Guillaume
Tarek Ziadé wrote: Solution Add somewhere a table that keeps infos about all live requests, like: - the current state: receiving | processing - additional infos: receiving - amount to receive / amount received processing - what's beeing done (_last_obj_traversed, etc..) and a few apis