Re: [Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Rik Hoekstra
> >RDBMS systems are not particularly good at full-text searching to begin >with (I'm not quite sure how SQL Server handles this, AFAIK SQL Server uses MS Index Server for this. > Oracle requires >something like Intermedia, an add-on package). Zope does a pretty darn >good job at full-text sea

Re: [Zope-dev] why is manage_addZSQLMethod unavailable ?

2000-08-18 Thread Rik Hoekstra
>Why does this work > >Title','method text')"> > > >While this does not: > >'DB','','select * from data')"> > >Error Type: AttributeError > Error Value: manage_addZSQLMethod > >I studies the Znolk product and found that it uses _setObject directly >instead of >manage_addZSQLMethod

Re: [Zope-dev] Zope as CGI with IIS & Windows 2000 Server

2000-08-24 Thread Rik Hoekstra
>URGENT! Need assistance with Zope as a PCGI with IIS 5 on Windows 2000 >server. > >After configuring Zope for use as a PCGI, and configuring IIS to use the >pcgi-wrapper.exe, etc... > >The test link:http://localhost/Scripts/Zope.pcgi > >...is returning the following message within the "Te

Re: [Zope-dev] Zope Content Management System

2000-08-24 Thread Rik Hoekstra
>Hi there, I am working on a project and have been looking at the Zope >Content Management System as part of the solution. However, I have a couple >of questions. From what I have seen so far, the page generation is all done >through the Zope Management Interface, and the content of the page is

Re: [Zope-dev] Call for a creation_datetime property!

2000-09-06 Thread Rik Hoekstra
"Jay, Dylan" wrote: > > It is really a painful thing to do without. I realize I can add this > capability to factories of my own objects but I don't want to have to create > my own versions of dtml-document and everything else just to ensure that a > creation date is kept. I've tried using tra

Re: [Zope-dev] Render DTML without having it in a Zope object

2000-09-08 Thread Rik Hoekstra
> > I have some HTML/DTML saved in the database and I want to now display it. What database - something different then data.fs probably? > But before I display, I need to render the DTML that is contained in the text. > Can anyone lead my in the right direction; maybe by telling me which file >

Re: [Zope-dev] is INSTANCE_HOME broken on Win32?

2000-09-14 Thread Rik Hoekstra
> Any ideas? the python way of getting the right path separators is to use os.path.join(item1, item2, ...) Works even for macs ;-) Rik ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] ODBC Error

2000-09-15 Thread Rik Hoekstra
There _was_ a patch available (can't find it now, search the maillist archives) Rik ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zop

Re: [Zope-dev] I feel your Wiki Pain ;-)

2000-09-15 Thread Rik Hoekstra
At the WikiNG discussion page I wrote the following remarks, that I think not everyone will read IMHO there are too many issues muddling the discussions about wikis vs maillists vs discussion platforms. This problem is caused by the intermingling of too many different functions of a wiki. I'll go

Re: [Zope-dev] I feel your Wiki Pain ;-)

2000-09-25 Thread Rik Hoekstra
> Do you feel that weblogs are bad models for debates? I think they're > pretty good least-common-denominators. I would probably prefer the > kind of annotation-based thing i described in my last message (and > began to sketch in the WikiNG proposal) for collaborative generation > of documents,

Re: [Zope-dev] mailing list 'noise'

2000-09-29 Thread Rik Hoekstra
Karl Anderson wrote: > > Ken Manheimer <[EMAIL PROTECTED]> writes: > > > > > I dont see this as a problem: You only create a new list when the > > > > traffic for that proposal gets too great for zope-dev. Threading is > > > > good enough before that point. > > > > > > Yes, but zope-dev has a

Re: [Zope-dev] mailing list 'noise'

2000-10-01 Thread Rik Hoekstra
>> > >> > > > I dont see this as a problem: You only create a new list when the > >> > > > traffic for that proposal gets too great for zope-dev. Threading is > >> > > > good enough before that point. > >> > > > >> > > Yes, but zope-dev has a relatively high traffic load... Why should you > >> >

Re: [Zope-dev] Task, Job or Operation?

2000-10-24 Thread Rik Hoekstra
Some name suggestions - block has been suggested before What about - ZopeCodeBlock from there: Internal Python ZopeCodeBlock External Python ZopeCodeBlock Internal Perl ZopeCodeBlock Safe Python ZopeCodeBlock Alternatively something like ZopeBrainBlock might be considered, though I do

Re: [Zope-dev] ZPatterns: Non-ZODB storage and Racks

2000-11-09 Thread Rik Hoekstra
[rh]I've been following this thread. This may be a bit of a newbie question, but it's been bugging me for a while. I see how I can store propertysheets in Racks using ZClasses and Skinscripts, but the propertysheet term suggests that there should always be an object that the properties are attache

Re: [Zope-dev] ZPatterns: Non-ZODB storage and Racks

2000-11-09 Thread Rik Hoekstra
Thanks, Phillip, that was enlightening Rik ___ 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/mailman/listinfo/zope-announce

Re: [Zope-dev] Re: New Name for Python Methods

2000-11-09 Thread Rik Hoekstra
> > Thus the poll did not ask the right question. To be honest, I was surprised that Python Method was still in the poll list. A new poll is not a good alternative, though. Any plans about what to do - take the second best. Re-polling. Apparently it was a bad day for elections in the US in gener

Re: [Zope-dev] How do I create folders/methods etc. within the code?

2000-11-16 Thread Rik Hoekstra
Some additions: > > > 2. To create folders, mthods etc in the code. I have found some functions > > manage_addDTMLMethod, manage_addFolder, but how do I use them? > > well look at their signature in the code eg: > > self.manage_addFolder(id='Testing') The Zope Help system that comes with your Zop

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Rik Hoekstra
> Andy McKay wrote: > > > Minor nit and patch: I've found that really for me what users want to see is > > a case insensitive sort of objects, not the current python case sensitive > > sort. So that the order of objects from dtml-in and tree is a, A, b, B as > > apposed to A, B, a, b. > > > > An

Re: [Zope-dev] Deleting objects by the users

2001-03-22 Thread Rik Hoekstra
one small correction: the line: should read: as the manage_delObjects takes a list as argument hth Rik ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encod

Re: PossitionIndex (was: Re: [Zope-dev] ZCatalog phrase indexingrevisited)

2001-06-18 Thread Rik Hoekstra
Chris McDonough wrote: > > It just occurred to me that depending on the splitter to do > positions makes it impossible to alter the splitter without > reindexing the whole text index... but I think this is a > reasonable tradeoff. Other opinions welcome. > This raises the question how depend

Re: PossitionIndex (was: Re: [Zope-dev] ZCatalog phrase indexingrevisited)

2001-06-18 Thread Rik Hoekstra
> > > Once you're satisfied with the implementation, would you be willing > > submit the module to the collector? > > Do you think you (or someone else for that matter) could have a look at > [1] the method that returns the position in the document - positionInDoc() > - to how that could be made

Re: PossitionIndex (was: Re: [Zope-dev] ZCatalog phrase indexingrevisited)

2001-06-19 Thread Rik Hoekstra
> > Rik Hoekstra writes: > > This raises the question how dependent the splitter on the paticularities of the > > document source - I do not really see how different splitters could be useful > > for one single document. This is perhaps less obvious than it appears,

Re: [Zope-dev] Please HELP: Nested ZClass, Nested instance

2000-05-22 Thread Rik Hoekstra
>First part is to create the parent object, which works just fine. >But the sencond part to create the child object doesn't seem to work. >If I take the easy way, that is, creating othere ZClass on the top of the >products folder of Control Panel, I can do it. >But I don't think it is a good des

Re: [Zope-dev] Calling DTML methods from Python

2000-05-29 Thread Rik Hoekstra
>>Is it just me or is there a lot of confusion between the terms >>namespace, self, client, and the REQUEST object (which, unlike it's name >>implies, seems to contain a lot more than stuff relating to the HTTP >>request, like the RESPONSE object, for example ;-) >> >>Perhaps this could be shaken

Re: [Zope-dev] Calling DTML methods from Python

2000-05-30 Thread Rik Hoekstra
Andrew Wilcox wrote: > > >OK, I'll set up a DTML Quick Reference on the ZDP site right now! It's link > >is > > > >http://zdp.zope.org/portals/beginners/DQR > > > >We should be able to get this in place. Contributions sought! > > Do you want me to include my text? Where would it go? Yes. Hm,

Re: [Zope-dev] Cataloging "LocalFS" content

2000-05-30 Thread Rik Hoekstra
>> I think, cataloging "LocalFS" content would be nice. >> >> I have the following problems with it: >> >> 1. "LocalFS" defines various meta types: >> "Local File System", "Local Directory" and "Local File". >> >> Only "Local File System" is a "true" meta type which >> should appear

[Zope-dev] Recursively adding ZClasses (continued)

2000-06-07 Thread Rik Hoekstra
Could someone help me understand adding adding ZClasses a bit further? First I had a problem with nested ZClasses, which got me into trouble when I wanted to add ZClasses to each other. So I followed the 'common wisdom' of adding all ZClasses at the top level of the product. THis generally works

Re: [Zope-dev] Recursively adding ZClasses (continued)

2000-06-07 Thread Rik Hoekstra
Thanks for replying Kevin, but it won't work ;-( I tried it ALL, and it _will_not_work_. The nested ZClasses will apparently solve it (I used it elsewhere), but it will get you into trouble in other situations - if you want to add an instance of the nested zclass to an existing instance of that

Re: [Zope-dev] Recursively adding ZClasses (continued)

2000-06-07 Thread Rik Hoekstra
Thanks a lot Jason, I'll try it (though i'd swear I tried something very much alike) > >This currently adds recursive ZClasses for me. All ZClasses are on the top >level of the Product, no nesting: > > > "ComponentClass.createInObjectManager(_.getitem('unique_id', 1), REQUEST)"> hm,

Re: [Zope-dev] Recursively adding ZClasses (continued)

2000-06-07 Thread Rik Hoekstra
-Original Message- From: Jason Spisak <[EMAIL PROTECTED]> To: Rik Hoekstra <[EMAIL PROTECTED]> Cc: Kevin Dangoor <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: woensdag 7 juni 2000 22:26 Subject: Re: [Zope-dev] Recursively adding ZClasses (co

Re: [Zope-dev] assigning proxy roles from python product, take 2

2000-06-09 Thread Rik Hoekstra
>Hmm. No takers the first time. > >Quick review: python product, product instantiates a DTML method >and tries to assign it a proxy role. Proxy role gets assigned, >but a 'manager' account can no longer access the method, though >superuser can. Zope 2.1.6. > >I played with the product some