Re: [Zope-dev] ZCatalog out of Zope

2001-07-02 Thread Chris Withers
Paulo M. Goncalves wrote: I'm a Zope and Python newbie and I'm trying to work with Zope's ZCatalog in a Product coded in python. Can anyone give some intro or point to some links with info in this subject. Maybe have a look at the SquishSite.py file in Squishdot? The search method of the

RE: [Zope-dev] ZClass not in a Product

2001-07-02 Thread Adrian Hungate
Title: RE: [Zope-dev] ZClass not in a Product I have to say that I agree with you Dieter. It would be very useful to have the ZClasses that relate to a project in a single branch with the rest of the project code for a number of reasons * Security (As you said). Users could have full write

Re: [Zope-dev] [Problem] Zope/Python2.x incompatibility

2001-07-02 Thread Toby Dickenson
On Sun, 1 Jul 2001 16:15:40 +0200 (CEST), Dieter Maurer [EMAIL PROTECTED] wrote: I just met the following problem caused by a misfortunate name clash between Python2.x and Zope: The *real* problem here (IMO, and I know I am close to alone on this one ;-) is overstreaching dtml beyone what it is

[Zope-dev] KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Chris Withers
Hi Andreas, I could have sworn I saw you checkin a KeywordIndex where you could AND rather than OR the search results, but now I've installed 2.4.0b2, I can only find a normal KeywordIndex's with nothing to manage in the Settings tab. Where should I be looking? I also found some little bugs...

[Zope-dev] PS: KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Chris Withers
Also, if I click on the 'help' link in a KeywordIndex, I get: Cannot locate object at: http://localhost:8080/Control_Panel/Products/KeywordIndex Also, if you actually click on the 'Settings' tab in a keywordIndex, something weird happens. You get teh catalog contents page, but all the URLs are

[Zope-dev] Re: KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Chris Withers
Andreas Jung wrote: see KeywordIndex_searchResults.stx The operator is *NOT* managable through the ZMI but you can pass it as 'operator' parameter inside the query. even better :-) thankyou... Chris ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Andreas Jung
From: Chris Withers [EMAIL PROTECTED] I also found some little bugs... In the undo tab, I get: hmm...please be more detailed. The index management views don't have an Undo tab. /my_zcatalog//manage_addKeywordIndex by chris ...when I add an index, which doesn't seem right. Also,

Re: [Zope-dev] KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Andreas Jung
From: Chris Withers [EMAIL PROTECTED] I also found some little bugs... In the undo tab, I get: hmm...please be more detailed. The index management views don't have an Undo tab. /my_zcatalog//manage_addKeywordIndex by chris ...when I add an index, which doesn't seem right. Also,

Re: [Zope-dev] KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Chris Withers
Andreas Jung wrote: hmm...please be more detailed. The index management views don't have an Undo tab. /my_zcatalog//manage_addKeywordIndex by chris ...when I add an index, which doesn't seem right. Any Undo tab in or above the Catalog will show you this, looks like a bug in the

Re: [Zope-dev] KeywordIndexes in Zope 2.4.0b2

2001-07-02 Thread Andreas Jung
hmm...please be more detailed. The index management views don't have an Undo tab. /my_zcatalog//manage_addKeywordIndex by chris ...when I add an index, which doesn't seem right. Any Undo tab in or above the Catalog will show you this, looks like a bug in the Transaction

Re: [Zope-dev] [Problem] Zope/Python2.x incompatibility

2001-07-02 Thread Dieter Maurer
Toby Dickenson writes: On Sun, 1 Jul 2001 16:15:40 +0200 (CEST), Dieter Maurer [EMAIL PROTECTED] wrote: I just met the following problem caused by a misfortunate name clash between Python2.x and Zope: The *real* problem here (IMO, and I know I am close to alone on this one ;-)

[Zope-dev] Proxy not Propagating - could be FSDTMLMethod

2001-07-02 Thread alan runyan
this is in the context of CMF, but its a ZOPE Security issue. I have a Script (Python), createJobPosting which is: from DateTime import DateTime path = ('', 'virtual_hosts', 'thecommode', 'Members', 'PUBLIC') PUBLIC = context.restrictedTraverse(path) id = str(DateTime().millis())

[Zope-dev] ping

2001-07-02 Thread ethan mindlace fremen
pong -- -mindlace- zopatista community liason ___ 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] ping

2001-07-02 Thread Dyon Balding
ACK ethan mindlace fremen wrote: pong -- -mindlace- zopatista community liason ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] experiments bugs with data.fs 2GB

2001-07-02 Thread marc lindahl
I've recently been testing a new setup with XFS (http://oss.sgi.com/projects/xfs/1.0_release.html) and decided to try to bloat data.fs before using this system for production. The computer is set up with zope 2.3.3 installed from source (the old fashioned way, with everything in one directory),