Re: [Zope-dev] ZCatalog scalability

2001-01-22 Thread Michael Bernstein
We seem to have disposed of the wildcard issue [snipped out below], and I'm looking forward to Eric's results, but does anyone else have any information about whether there is a practical upper limit on how many objects can be indexed and searched in a ZCatalog? Michael Bernstein wrote: > > Afte

[Zope-dev] Is manage_add for products broken?

2001-01-22 Thread Jonothan Farr
Hello all, One of the Local File System users pointed out that calling manage_addLocalFS from dtml doesn't work. I did some checking and discovered that calling manage_addXXX doesn't work for any of the built-in products either. My testing was with 2.2.5. Am I crazy or didn't this work at one tim

Re: [Zope-dev] Specialist/Rack scalability

2001-01-22 Thread Michael Bernstein
"Phillip J. Eby" wrote: > > Just to expand a little on the abov... Racks should scale at least as > well, if not larger than a ZCatalog, given the same storage backing for the > ZODB. This is because ZCatalog has to manage a minimum of one forward and > reverse BTree for *each* index, plus anot

[Zope-dev] Membership and the 2.3 beta2 ... bug in the latter!

2001-01-22 Thread Bill Anderson
Broke. broke badly. Not sur ecompletely why yet, but in 2.3b2, I can't move or copy a ZCatalog. There is one in the Membership interface, so as a result, no workie there. After deleteing int from teh membership interface folder, I get a traceback complaining about too many arguments in checkR

[Zope-dev] Local roles and security of ZClass instances in Specialists

2001-01-22 Thread Itai Tavor
Hi, I'm trying to work out a security strategy for data stored in Specialists, where specific users need access to specific data instances. For example: A Customer object is linked to a Person and Address objects. The customer needs permission to edit the her - and only her - Address object.

Re: [Zope-dev] How would I keep _v_* attributes from getting thrown away?

2001-01-22 Thread John D. Heintz
Thanks for the warning Dieter, but I'm managing threads/connections/sessions/POAs and a few other things already to expose ZODB objects through CORBA sessions. I wanted the _v_* attributes to live for the life of the DB Connections. Last night I found a fix for the bug that prevented me from o

[Zope-dev] DTML block parsing - Patch

2001-01-22 Thread Casey Duncan
Ok here goes: Install these patches on a 2.3.0b1 installation. The files to patch are found in {Zope Dir}/lib/python/DocumentTemplate. Thus far it seems stable, and I would like for anyone willing to test it out. WHY SHOULD YOU? Although the original purpose of this patch is solve my own proble

Re: [Zope-dev] CSS file serving

2001-01-22 Thread richard
Dieter Maurer wrote: > > [EMAIL PROTECTED] writes: > > > http://www.zope.org/Members/haqa/ZStyleSheet > > > >Hrm - that's a little heavy for what I want - which is just an analog of > > HTMLFile but for CSS files. That is, something I can add to my Python > > product as an attribute. Def

[Zope-dev] Annouce Developer Version DTML-Page-Contract

2001-01-22 Thread ender
hello zen masters i just finished documenting a developer version of a port of the ACS's (arsdigita community system) acs_page_contract to dtml. test it out, i'm pretty sure everyone will be happy with the simplification of the resulting dtml. feed back and thoughts welcome. if no bugs are

Re: [Zope-dev] ZCatalog scalability

2001-01-22 Thread Dieter Maurer
Steve Alexander writes: > Michael Bernstein wrote: > > > > Also, is there a way to disable wildcards in full text > > searches? > > Do not allow direct queries to search the catalog. Instead, make > searches go through an external method (or a PythonScript with Proxy > permissions) t

Re: [Zope-dev] How would I keep _v_* attributes from getting thrown away?

2001-01-22 Thread Dieter Maurer
John D. Heintz writes: > I am using ZODB along with CORBA to expose peristent objects. Some of > my objects have per-connection/session state. > ... > My initial idea is to have a _v_position attribute ... Using "_v_" attributes for session state is a very bad idea. They are thread(!) local

Re: [Zope-dev] dtml-in batching

2001-01-22 Thread Brad Clements
This was submitted to the collect quite a while ago as a bug.. Also I submitted a patch about 2 months ago for this, about the same patch as yours. On 22 Jan 2001, at 12:03, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Date sent: Mon, 22 Jan 2001 12:03:14 +11

[Zope-dev] sql methods and the namespace stack

2001-01-22 Thread Tim McLaughlin
Does anybody know why sql methods only search the request object instead of traversing the dtml namespace stack? TIA, Tim McLaughlin ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] DTML block parsing

2001-01-22 Thread ender
On Monday 22 January 2001 08:54, Casey Duncan wrote: > I am working on a custom DTML tag (that I may unleash on the world when > finished) that has brought to my attention an interesting feature of the > DTML parser: > > It preparses everything in the block(s) between the start and end tags > befo

Re: [Zope-dev] SiteAccess and Catalog

2001-01-22 Thread Chris Withers
Toby Dickenson wrote: > > Has anyone got a ZCatalog working with SiteAccess? Ive tried 2.2.0 > through 2.2.5, and Im seeing that it is storing paths to objects that > it cant later traverse. I think 2.3 is probably your best bet. I did manage it, but only by carefully making sure that stuff wa

[Zope-dev] SiteAccess and Catalog

2001-01-22 Thread Toby Dickenson
Has anyone got a ZCatalog working with SiteAccess? Ive tried 2.2.0 through 2.2.5, and Im seeing that it is storing paths to objects that it cant later traverse. Any help greatly appreciated, Toby Dickenson [EMAIL PROTECTED] ___ Zope-Dev maillist -

[Zope-dev] DTML block parsing

2001-01-22 Thread Casey Duncan
I am working on a custom DTML tag (that I may unleash on the world when finished) that has brought to my attention an interesting feature of the DTML parser: It preparses everything in the block(s) between the start and end tags before the document containing the code is committed. My tag is a l

[Zope-dev] OpenBSD 2.8 and Zope - thread errors

2001-01-22 Thread Alexander Limi
Hi, I stumbled across a problem when trying to run Zope on our brand new OpenBSD 2.8 installation - Zope crashes when you try to access it. I did a search of the mailing lists, and found out that there is something wrong with libc_r in OpenBSD that prevents it from running Zope. The message can

Re: [Zope-dev] Added rename to ZOPE FTP server

2001-01-22 Thread Chris Withers
Tom Vijlbrief wrote: > > Hi, > > I've added the rename capability to the Zope FTP-server, > so I could use the KDE FTP client (this is a known Zope bug). Cool :-) Thank you very much Have you put them into the collector? http://classic.zope.org:8080/Collector/ cheers, Chris ___