Re: [Zope-dev] Re: Discussion & Story Building Mediums

2000-11-13 Thread Chris Withers
Michael Bernstein wrote: > > Chris Withers wrote: > > > > Michael Bernstein wrote: > > > > > After some more thought, I realized that this really needs > > > to be a three-way gateway betrween a mailing list, a 'blog, > > > and a newsgroup. > > > > I'm all up for doing the mailing list/weblog typ

Re: [Zope-dev] searching for __call__

2000-11-13 Thread Chris Withers
Stephen Simmons wrote: > P.S. ChrisW, searching NIP for "__call__" returns every message with 'call' > in it, which is not quite the same thing! That's not my experience :-S cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zop

[Zope-dev] CatalogTNG

2000-11-13 Thread Chris Withers
Christopher Petrilli wrote: > > > Chris Petrilli is working on a fishbowl proposal for CatalogNG; > > I'm pretty sure he intends to adopt some kind of observer/event > > scheme to make it work. > > CatalogTNG is definately going to be top down, rather than bottom up (its > current design). I'm

Re: [Zope-dev] ZCatalog + ZCatalog

2000-11-13 Thread Chris Withers
Casey Duncan wrote: > > OK, what this patch does is allow you to concatenate ZCatalog result > sequences (Lazy sequences) without loading the whole enchilada into memory. > It also dispenses with the funky workaround/hack notation that currently > exists (although it still works AFAIK). Once this

Re: [Zope-dev] RE: Security and Acquisition?!

2000-11-13 Thread Chris Withers
Toby Dickenson wrote: > > An alternative approach: apply tighter security to the method that > constructs these objects, and leave the objects themselves completely open. Well, yeah, that'd be fine, if it worked! ;-) The whole problem is that objects have to be acquiring to work _with_ the secu

[Zope-dev] how do i check if it is an array

2000-11-13 Thread Veiko Schnabel
i use a form with different input-fields like first place for field_1 images/tables second place for field_1 at two different places on my site i offer the input into formfield field_1 the point is that i do not know the names of that fields i will hafe 2 or 3 times on my site when i submi

Re: [Zope-dev] how do i check if it is an array

2000-11-13 Thread Morten W. Petersen
[Veiko Schnabel] | how do i check out if any of my fields are arrays or strings | is there a function like php: is_array() I can't think of any clean way to do this; zope developers, why isn't the type() function available from DTML? On the other hand, you can explicitly cast all your form fiel

[Zope-dev] ZPatterns: Dataskin property sheets

2000-11-13 Thread Roch'e Compaan
I'm not as clear as I'd like to be on when to use Dataskin property sheets and when to use common instance property sheets. I understand that with a Dataskin Property Sheet attributes are stored in way that is compatible with attribute providers making overriding of default values possible. If t

Re: [Zope-dev] ZPatterns: Dataskin property sheets

2000-11-13 Thread Phillip J. Eby
At 02:39 PM 11/13/00 +0200, Roch'e Compaan wrote: >I'm not as clear as I'd like to be on when to use Dataskin property sheets >and when to use common instance property sheets. > >I understand that with a Dataskin Property Sheet attributes are stored in >way that is compatible with attribute provid

RE: [Zope-dev] ZCatalog + ZCatalog

2000-11-13 Thread Casey Duncan
Yes, a revised version of this has been submitted to the collector. If anyone is interested, the revised Catalog files can be found on my Zope home page at http://www.zope.org/Members/Caseman I actually have talked to Chris Petrilli about some other ideas for enhancing the Catalog. I want to add a

Re: [Zope-dev] PythonMethods: Can't Slice context.REQUEST.PARENTS

2000-11-13 Thread Evan Simpson
From: The Doctor What <[EMAIL PROTECTED]> > Using context.this().id, self.this().id, m_self.this().id all get me > the same things: > Folder, Zope, and my method. None give me the DTML Document > foo_html. > > This would seem to be an important thing. The only information about your caller that

[Zope-dev] ZPatterns: Remapping object from on to another specialist

2000-11-13 Thread Roch'e Compaan
Another fuzzy freaky area for me: How will one implement the remapping of an object from on to another specialist? Say I have Requesters (Customer's with service requests) specialist that I want to map to Customers Should I still set up a rack and set it's storage to the Customer ZClass and add

[Zope-dev] Re: [Zope] FIX for the infamous "__call__" bug - testers needed!

2000-11-13 Thread Chris Withers
Brian Lloyd wrote: > > Hi all - > > One of the things I _really_ _really_ wanted to fix for > the upcoming 2.2.3 release is the infamous "__call__" bug. > > I have a fix that works according to my limited testing - > what I really need is for a few volunteers familiar with > the problem to take

[Zope-dev] Membership and latest LoginManager

2000-11-13 Thread Dan L. Pierson
I've been trying to get Membership 0.7.6 working with LoginManager-0-8-8b1 (and it's associated ZPatterns) under Zope 2.2.2 on RedHat 6.2. After probing around it seems that there is a problem storing member passwords. The following trace from print statements inserted in PersistentUserSource i

[Zope-dev] License issues

2000-11-13 Thread Juan David Ibáñez Palomar
Hi all, (specially to DC) has come to my ears that there's people who doesn't use Zope because its license is GPL-incompatible, more info here: http://www.fsf.org/philosophy/license-list.html#GPLIncompatibleLicenses only wanted to let you know, if more details are required just reply to th

Re: [Zope-dev] License issues

2000-11-13 Thread Lalo Martins
On Mon, Nov 13, 2000 at 06:40:31PM +0100, Juan David Ibáñez Palomar wrote: > > has come to my ears that there's people who doesn't use Zope because > its license is GPL-incompatible, more info here: > > http://www.fsf.org/philosophy/license-list.html#GPLIncompatibleLicenses They say it's an in

[Zope-dev] Aquisition: who know how it does?

2000-11-13 Thread Coi Giovanni
Assume the following: - Folder1 index_html doc_include_html Folder2 img1 doc_include_html - 'doc_include_html' in 'Folder1' has the following code

Re: [Zope-dev] FIX for the infamous "__call__" bug - testers needed!

2000-11-13 Thread Steve Alexander
Brian Lloyd wrote: > > Attached is an updated version of cDocumentTemplate.c. You > can drop this into the lib/python/DocumentTemplate directory > of your installation and rebuild it - after restarting the > Zope site, the __call__ problem should be gone. > > I'd really like to hear from som

Re: [Zope-dev] ZPatterns: Remapping object from on to another specialist

2000-11-13 Thread Phillip J. Eby
At 05:51 PM 11/13/00 +0200, Roch'e Compaan wrote: > >Should I still set up a rack and set it's storage to the Customer ZClass and >add a skinscript method to copy attributes from the Customer specialist? > > or > >Should I simply write a method for Requester, getRequester, which asks the >Cu

Re: [Zope-dev] Membership and latest LoginManager

2000-11-13 Thread Phillip J. Eby
At 01:37 PM 11/13/00 -0500, Dan L. Pierson wrote: >I've been trying to get Membership 0.7.6 working with >LoginManager-0-8-8b1 (and it's associated ZPatterns) under Zope 2.2.2 >on RedHat 6.2. After probing around it seems that there is a problem >storing member passwords. The following trace fr

Re: [Zope-dev] Aquisition: who know how it does?

2000-11-13 Thread Evan Simpson
From: Coi Giovanni <[EMAIL PROTECTED]> > Why the acquisition get (correctly) Folder1/Folder2/img2 and the get (???) > Folder1/doc_include_html instead of Folder1/Folder2/doc_include_html ? Your index_html is a DTML Document, right? Make it a DTML Method and all should work as you expect, since M

[Zope-dev] OracleStorage, and possibly others

2000-11-13 Thread Lalo Martins
Well, two betas of OracleStorage in one day, then a month and a half of silence. What's the status? What about the other Storage projects? BerkeleyStorage has been dead for an year, and I heard pretty nasty words about InterbaseStorage. What about someone who wanted to try to port OracleStorage t

RE: [Zope-dev] License issues

2000-11-13 Thread Casey Duncan
The FSF page says this in regards to the ZPL: [snip] > We urge you not to use the license of Zope for software you write. However, > there is no reason to avoid running programs that have been released under > this license, such as Zope. So what is the issue you are raising? Any software you wri

Re: [Zope-dev] Membership and latest LoginManager

2000-11-13 Thread Dan L. Pierson
"Phillip J. Eby" <[EMAIL PROTECTED]> writes: > At 01:37 PM 11/13/00 -0500, Dan L. Pierson wrote: > >I've been trying to get Membership 0.7.6 working with > >LoginManager-0-8-8b1 (and it's associated ZPatterns) under Zope 2.2.2 > >on RedHat 6.2. After probing around it seems that there is a probl

[Zope-dev] FW: Mailman results for Zope-Dev

2000-11-13 Thread T.J. Mannos
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 2:31 PM To: [EMAIL PROTECTED] Subject: Mailman results for Zope-Dev unsubscribe 23007790 An unknown Mailman error occured. Please forward on your request to [EMAIL PROT

[Zope-dev] ZPatterns: Remapping object from on to another specialist

2000-11-13 Thread jimbo
Now that the subject is on object remapping with Zpatterns. I'm not getting anywhere mapping between objects. I have a product folder EmployZ-Folder EmployZManager-Specialist WhoZ-Specialist Data Plug-ins myssMethod EmployZ-Zclass The EmployZManager just keeps a database of employee n

Re: [Zope-dev] New proposal - WikiForNow

2000-11-13 Thread Simon Michael
http://dev.zope.org/Wikis/DevSite/Proposals/WikiForNowDiscussion updated ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailma

[Zope-dev] unbuffered html from external method

2000-11-13 Thread Andy McKay
Is it possible to print unbuffered html output to the user from an external method. It looks to me like I can't, output occurs upon the return and I cant see a way of getting around that. (I have a very long running and expensive external method, I'd like to print out status to the user) TIA. -

[Zope-dev] Specialists, Racks, and Objects, oh my!

2000-11-13 Thread Bill Anderson
I want a specialist to have two (or more hypotheticaly) racks, and each rack is to contain one type of object. I then want to be able to add objects. I have the two racks set up, but I am unclear as to how to specify that I want to add an item of a certain type, or to a certain rack. Ideas app

[Zope-dev] unbuffered html from external method

2000-11-13 Thread jimbo
Don't know if this helps. http://www.zope.org/Members/SeanT/NoBufferHTTP ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailm

[Zope-dev] Specialists, Racks, and Objects, oh my!

2000-11-13 Thread jimbo
You might want to check this thread. http://lists.zope.org/pipermail/zope-dev/2000-November/007775.html Hopefully SteveS is close to finishing his simple example to maybe include two or more racks ___ Zope-Dev maillist - [EMAIL PROTECTED] http://list

[Zope-dev] Zpatterns, and ttw products distribution

2000-11-13 Thread jimbo
. I've managed to change the simple ttw example into a product. Are you suppose to be able to distribute ttw type programs like that? When I create the tar file its empty. Latest everything on win98 ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

Re: [Zope-dev] unbuffered html from external method

2000-11-13 Thread Morten W. Petersen
[Andy McKay] | Is it possible to print unbuffered html output to the user from an external | method. It looks to me like I can't, output occurs upon the return and I | cant see a way of getting around that. Try hacking the BaseResponse, located in lib/python/ZPublisher. (implement the flush meth

Re: [Zope-dev] Specialists, Racks, and Objects, oh my!

2000-11-13 Thread Phillip J. Eby
At 04:14 PM 11/13/00 -0700, Bill Anderson wrote: > >I want a specialist to have two (or more hypotheticaly) racks, and each >rack is to contain one type of object. I then want to be able to add >objects. > >I have the two racks set up, but I am unclear as to how to specify that >I want to add an

Re: [Zope-dev] ZPatterns: Remapping object from on to another specialist

2000-11-13 Thread Steve Spicklemire
Hi Jimbo, I'm not sure what you mean by 'not getting anywhere...' but I've generally found it useful to work on problems like this one little step at a time. I might be tempted to just try: WITH EmployZManager.getItem(self.id) COMPUTE original_object = (RESULT is _.None) and NOT_FOUND or R

Re: [Zope-dev] Specialists, Racks, and Objects, oh my!

2000-11-13 Thread Steve Spicklemire
Hi Bill, The 'type' of object is set in the Storage tab of the rack. The specialist can decide which rack to use based on circumstances that dicate one type of object or another. -steve > "Bill" == Bill Anderson <[EMAIL PROTECTED]> writes: Bill> I want a specialist to have two (or

[Zope-dev] ZPatters: Roles and remapping

2000-11-13 Thread Roch'e Compaan
An Organisation can play the role of Customer and of Requester. In this case the Requester specialist will remap from the Customer specialist. In terms of roles all Customers do not play the role of Requester. Would it be correct to say that the remapping to Requester only occurs at that point

[Zope-dev] FIX for the infamous "__call__" bug - testers needed!

2000-11-13 Thread Brian Lloyd
Hi all - One of the things I _really_ _really_ wanted to fix for the upcoming 2.2.3 release is the infamous "__call__" bug. I have a fix that works according to my limited testing - what I really need is for a few volunteers familiar with the problem to take a few minutes to verify the fix

[Zope-dev] strange error on first load of zope page

2000-11-13 Thread Toby Sargeant
The first page I try and load after restarting the zserver invariably contains the following error. It always occurs *after* the page has successfully been rendered (I have added debugging so that I can see the path traversal, and SQL statements executed). Hitting reload will then display the pag

Re: [Zope-dev] strange error on first load of zope page

2000-11-13 Thread Morten W. Petersen
[Toby Sargeant] | It seems perfectly reasonable to me that you can't pickle a module, but what | I'm having trouble understanding is why zope is trying to. Can anyone suggest | a way that I could try and track down why this is happening? My guess is that you've got a packaged module, in the same