[Zope-dev] Persistence ( was Thread Safe Counting )

2001-02-11 Thread Jon Franz
Morten's product stores the counter's value in a file on the filesystem, and so it doesn't cause the Data.fs to grow. Hmmm, well, my counter above wouldn't cause the data.fs to grow all that much, since it subclasses Persistent and so gets its own pickle jar. cheers, Chris So subclassing

[Zope-dev] manage_ methods

2001-02-11 Thread Jon Franz
Nope! the method calling the manage_* method can have proxy roles setup for it so that it can call manage_* methods for users who do not have the capability to call that manage_* method. Also, any user can be assigned access to the manage_* methods needed on a particular document/method/object

RE: [Zope-dev] Persistence ( was Thread Safe Counting )

2001-02-11 Thread Jon Franz
:[EMAIL PROTECTED]] Sent: Sunday, February 11, 2001 1:05 PM To: Jon Franz Cc: '[EMAIL PROTECTED]' Subject: Re: [Zope-dev] Persistence ( was Thread Safe Counting ) Jon Franz wrote: So subclassing persistent will avoid changes to the object being stored and roll-backable in the ZODB

RE: Re: [Zope-dev] ZSQL using LIKE operator

2001-02-09 Thread Jon Franz
: Friday, February 09, 2001 7:01 AM To: 'Jon Franz'; '[EMAIL PROTECTED]' Subject: Bad: Re: [Zope-dev] ZSQL using LIKE operator Got it. Making the change now. Thanks for keeping an eye on this thread. What about the sqltest suggestion on posted on this thread? Or do sqltest and sqlvar

Bad: Re: [Zope-dev] ZSQL using LIKE operator

2001-02-08 Thread Jon Franz
nd of your string. Sorry about the correction, but this Can be a big security hazard... ~Jon Franz/'Coventry': http://www.zope.org/Members/Coventry Message: 9 Date: Thu, 08 Feb 2001 07:32:48 -0500 Subject: Re: [Zope-dev] ZSQL using LIKE operator From: Jens Vagelpohl [EMAIL PROTECTED] To: "S

[Zope-dev] Re: Zope server dies with Netscape's FTP

2001-02-04 Thread Jon Franz
I think this may be a problem with passive/active FTP sessions and (possibly) proxies settign between you and the Zope instance. I've had the same problem with other FTP clients when I try to FTP into a Zope server: at one client's office they do NAT, which acts as a proxy - around 60% of the

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-26 Thread Jon Franz
This is an undocumented (afaik) feature of DTML methods/documents - due to the way python argument mapping works, you can pass any value into a 'local' variable in a DTML method like thus: dtml-var "myDTMLmethod(foo=5,greg=Sally)" this the above case, Sally could be a legal variable value that

[Zope-dev] Re: DTML block parsing - better then C/C++

2001-01-24 Thread Jon Franz
This allowance for nested comments, as long as they are properly nested, is more then many laguages, such as C/C++, give you in the way of allowing nested comments - So I think its more then acceptable in its current form - good job! OK, I have developed a new patch that almost completely fixes

[Zope-dev] FW: ZClass, acquisition, dtml confusion

2000-09-10 Thread Jon Franz
Since no one on general could answer this, I'm sending it to Dev now: sorry for cross posting. -Original Message- From: Jon Franz Sent: Friday, September 08, 2000 1:24 PM To: '[EMAIL PROTECTED]' Subject: ZClass, acquisition, dtml confusion Hello, Previously I made a DTML

[Zope-dev] RE: Voting for patches?

2000-08-24 Thread Jon Franz
This is already being setup as part of the patch and small change integration page... more details once it's up this weekend ;P you will like. Message: 9 Date: Thu, 24 Aug 2000 15:09:32 +0100 From: Chris Withers [EMAIL PROTECTED] Organization: New Information Paradigms To: Adam Karpierz [EMAIL

Re: [Zope-dev] patch for dtml-foo:bar:baz;

2000-08-18 Thread Jon Franz
This may, or may not, break the alternate syntax patch/download @ http://www.zope.org/Members/Coventry/dtml_shortcut I'll investigate and find out, and release a new dtml_shortcut if needbe. (I specifically used a colon since it is valid xml) What about using a colon as the separator, but

[Zope-dev] New for download: Image.py that is border-aware

2000-07-03 Thread Jon Franz
The subject says it all... no more dtml-var "foo.tag(border=0)" type schtuff... http://www.zope.org/Members/Coventry/Border_aware_image Note: this was created, and tested, on Zope 2.1.6 - newer installations, or those with modifications to thier Image.py file in zope-home/lib/python/OSF should

RE: [Zope-dev] Confera fix

2000-06-27 Thread Jon Franz
, 2000 6:19 PM To: Jon Franz Cc: '[EMAIL PROTECTED]' Subject: Re: [Zope-dev] Confera fix On Tue, 27 Jun 2000, Jon Franz wrote: Attached is a slightly modified Confera.py that does not require the ts_regex python package (something I do not have on my system and cant seem to find - and yet