Re: [Zope-dev] Collector issue #30: Empty dates

2002-03-19 Thread Lennart Regebro
From: Brian Lloyd [EMAIL PROTECTED] I agree. I'd specify this by saying: o An empty string sent from a browser for an optional_date field is interpreted as a null (not specified) value o The internal representation of an optional_date (the value you find in the REQUEST after

Re: [Zope-dev] manage frame change

2002-03-19 Thread seb bacon
On Mon, 2002-03-18 at 19:18, Leonardo Rochael Almeida wrote: On Mon, 2002-03-18 at 13:21, Lennart Regebro wrote: The machine should, in my opinion, be the domain you are logged in on. I.e, if you are authenticated for domain www.foobar.com:1001, thats what it should say, according to an

Re: [Zope-dev] manage frame change

2002-03-19 Thread Lennart Regebro
From: seb bacon [EMAIL PROTECTED] But we come back to the point that you may be logged into one of (say) 3 app servers (ZEO clients) all serving the same domain, no? Yes, maybe then this could be added to the information somehow? ___ Zope-Dev

Re: [Zope-dev] manage frame change

2002-03-19 Thread Anthony Baxter
seb bacon wrote But we come back to the point that you may be logged into one of (say) 3 app servers (ZEO clients) all serving the same domain, no? and on the same box ... :) Anthony ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Anthony Baxter
Adrian Hungate wrote moved to a different thread or earlier, before the fork, so that we could simply kill senile threads without killing the entire shooting match? unfortunately apache does this with seperate processes, not threads. memory corruption and leaks aren't solved by offing

Re: [Zope-dev] Moving forward on Zope 2.6

2002-03-19 Thread Matt Behrens
Florent Guillaume wrote: Okay, I'm a bit late but I'd like to integrate what's currently in NuxUserGroups, a bit updated maybe. http://www.zope.org/Members/nuxeo/Products/NuxUserGroups There will be a merge conflit with Lennart's Local roles blacklists, it it's chosen for 2.6, but I'm

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Toby Dickenson
On Tue, 19 Mar 2002 08:08:47 -, Adrian Hungate [EMAIL PROTECTED] wrote: For the last few weeks (And maybe longer) I have been seeing lots of messages about zope leaking, the gc crashing and generally, Zope going senile after long runtimes or lots of requests. This was (And I believe still

Re: [Zope-dev] Moving forward on Zope 2.6

2002-03-19 Thread Lennart Regebro
I also want groups! But I want a different kind of groups, that I call workgroups just to distinguish them from all other types of groups. :-) I don't know if it's possible implement this compatibly in 2.x, and I can't judge if there is any problems in implementing one type of groups in 2.x and

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Chris McDonough
AutoLance is an implementation of the proposal, too: http://www.zope.org/Members/mcdonc/Products/AutoLance - Original Message - From: Toby Dickenson [EMAIL PROTECTED] To: Adrian Hungate [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 8:31 AM Subject: Re: [Zope-dev]

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Shane Hathaway
Anthony Baxter wrote: Adrian Hungate wrote moved to a different thread or earlier, before the fork, so that we could simply kill senile threads without killing the entire shooting match? unfortunately apache does this with seperate processes, not threads. memory corruption and leaks

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Toby Dickenson
On Tue, 19 Mar 2002 11:02:27 -0500, Shane Hathaway [EMAIL PROTECTED] wrote: First, you'll need a load balancer. Here is a lightweight one that sounds like a good match for Zope, although I haven't tried it: http://siag.nu/pen/ It actually tries to match clients with servers, which should

Re: [Zope-dev] Collector issue #30: Empty dates

2002-03-19 Thread Lennart Regebro
From: Brian Lloyd [EMAIL PROTECTED] Sure. The property forms just need to do the equivalent of: dtml-if theDate dtml-var theDate fmt=somthing /dtml-if I know that this is a style issue to some Yeah, it's not the most neat solution. But it works... So, to summarize: The new field type,

Re: [Zope-dev] Moving forward on Zope 2.6

2002-03-19 Thread Jim Penny
On Tue, Mar 19, 2002 at 04:11:05PM +0100, Lennart Regebro wrote: I also want groups! But I want a different kind of groups, that I call workgroups just to distinguish them from all other types of groups. :-) I don't know if it's possible implement this compatibly in 2.x, and I can't judge if

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Adam Manock
Interesting. One complication with that scheme is that ther is no convenient place to put caching. If it goes between Pen and Zope, you need many instances of your cache. If it goes between Pen and the clients, Pen's client-clustering is defeated because it sees only one client. Postgresql

Re: [Zope-dev] Impact of additional protocols handled by Zope?

2002-03-19 Thread Florent Guillaume
Hi, Myroslav Opyr [EMAIL PROTECTED] wrote: Dieter Maurer wrote: There is a European project called GroupZope which will provide integration with IMAP and LDAP. The Nuxeo people may be able to tell more. Are there anyone on this list who can give information about progress and give

Re: [Zope-dev] A thought for 2.6 about various leaks and memory problems

2002-03-19 Thread Ross J. Reedstrom
On Tue, Mar 19, 2002 at 12:07:12PM -0500, Adam Manock wrote: Interesting. One complication with that scheme is that ther is no convenient place to put caching. If it goes between Pen and Zope, you need many instances of your cache. If it goes between Pen and the clients, Pen's

Re: [Zope-dev] Re: more on the segfault saga

2002-03-19 Thread Matthew T. Kromer
Leonardo Rochael Almeida wrote: The official unofficial Zope place on irc is #zope at irc.openprojects.net. Lots of cool and very knowledgeable people hang out there. OK, I put up a set of patches and a rather frazzled looking README for a profiler patch to Python at

Re: [Zope-dev] Restricting Sub-Objects in Folders DYNAMICALLY?

2002-03-19 Thread Ivo van der Wijk
On Sat, Mar 16, 2002 at 08:18:32PM +1000, Brian Oliver wrote: I would like to restrict the types of objects (from a python-based product) that may be placed in Folders, or any other dumb container, based on certain conditions. For example: I'd like to restrict the number of a certain

Re: [Zope-dev] manage frame change

2002-03-19 Thread Adrian Hungate
If you want to make a quick change to the ZMI top or left pane, look at my latest PatchKit - It turns them into ZMI objects so you can customize the ZMI. (I am sure there are as many changes people want to make to the ZMI as there are users of Zope...) Adrian... -- The difficulty of tactical

Re: [Zope-dev] ZMI: IE6 TextArea width bug: fix on tap for 2.6?

2002-03-19 Thread Adrian Hungate
I agree, though the problem would not have even occured if someone had not put in the style=width:100%. IE's width=100% attribute works ok, it's just the style and stylesheet handling that blows. There is already a way (In fact two ways) to define the width of text entry boxes, please can the