[Zope] ZODB or not ZODB?

2000-06-16 Thread Casey Duncan
(ie using mountedFileStorage)? Or is it better to use method #1 or #2? Information from anyone with experience in this regard is greatly appreciated. -Casey Duncan [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope] (no subject)

2000-08-07 Thread Casey Duncan
Simon Coles writes: > We have binary files stored in Zope, for example Word documents (but > could be any of a variety of document types). > > We would like to be able to index and search the contents of these > files using ZCatalog. So if a Word file contains the word "Fred", > then any sea

RE: [Zope] Very strange problem with updating an objects properties

2000-08-09 Thread Casey Duncan
at of the user. This is in order to prevent certain trojan horse type attacks. Good Luck, Casey Duncan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - h

RE: [Zope] substring search on zcatalog textindex

2000-08-09 Thread Casey Duncan
7;m not sure if this works for Field or Keyword indexes though, I haven't tried it. My though is it only works for text indexes which should help you anyway. Good Luck, Casey Duncan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mail

RE: [Zope] substring search on zcatalog textindex

2000-08-10 Thread Casey Duncan
L PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] substring search on zcatalog textindex Casey Duncan wrote: > > > So the question is, does anyone know of a simple way to get the zcatalog > to > > also find substring matches on a textindex? > > > > -- > > Pe

RE: [Zope] JavaScript help!

2000-08-14 Thread Casey Duncan
How about: document.manage_edit_form["data:text"] ---Original Message From: "Peter Be" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Zope] JavaScript help! Date: Sun, 13 Aug 2000 17:18:24 +0100 charset="iso-8859-1" Maybe not a Zope specific question but the problem a

Re: [Zope] accessing PARENTS from python???

2000-08-14 Thread Casey Duncan
>Kevin Howe wrote: >> >> I am trying to access the PARENT of an object in a python class of mine. >> I want to use the absolute_url() of the parent in a variable. >> >> I though it could be done the following way, but got an error: >> >> parent=self.PARENTS[0] >> aurl = parent.absolute_u

RE: [Zope] namespace conflict question needs explanation

2000-08-14 Thread Casey Duncan
might suggest passing the parameters directly to objemedswf instead of using REQUEST. like so: This leaves no ambiguity about what is being called, where it is located and what is being passed to it. This creates more readable code IMHO. -Casey Duncan ___

RE: [Zope] substring search on zcatalog textindex

2000-08-14 Thread Casey Duncan
Subject: Re: [Zope] substring search on zcatalog textindex On Thu, 10 Aug 2000, Chris Withers wrote: > Casey Duncan wrote: > > TextIndexes index individual words separately (using a vocabulary object to > > identify each word in the catalog). All non-alphanumeric characters (such as

RE: [Zope] Strange behaviour on authorization

2000-08-18 Thread Casey Duncan
2.2.x). This means it is running as anonymous which does not have rights to do what you want. Specify an owner for the method that has sufficient rights to do what you want and try it again. Good luck, -Casey Duncan ___ Zope maillist - [EMAIL PROTECTE

RE: [Zope] Merging multiple catalogs

2000-08-18 Thread Casey Duncan
There exists a howto on this very subject: http://www.zope.org/Members/Zen/howto/AdvZCatalogSearching Look under the "Or" section. Very helpful suggestions. Enjoy, Casey Duncan -Original Message--- From: "Andy McKay" <[EMAIL PROTECTED]> To: &

RE: [Zope] Strange behaviour on authorization

2000-08-21 Thread Casey Duncan
and the returned object are doing before I can try explaining this behavior. -Casey Duncan -Original Message- From: Jarkko Veijalainen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 1:17 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: [Zope]

RE: [Zope] Version Control in Zope / Managing releases

2000-09-22 Thread Casey Duncan
ion, I would just create a production version of the feature in one folder that might not be complete but can be updated, and work on a second copy in another folder that isn't accessible to everyone yet. If this won't work please elaborate on your design and maybe s

RE: [Zope] ZSql Strange Error

2000-11-02 Thread Casey Duncan
Cesar A. K. Grossmann wrote: > Hi! > > I'm trying to emulate an outter join in a Z SQL, but Zope crashes every > time I try the query. ... > What is wrong? What I can do to get the job done (I need to fill an > multiselect with 'codigo', 'nome' from 'cad_exportacao', and if exists > any 'codigo'

RE: [Zope] ZSql Strange Error

2000-11-02 Thread Casey Duncan
Duh, maybe I should learn to read. Maybe try this sql: select codigo, nome, case when codigo in select codigo from user_codigo where username = and tipo = 'E' ) then 'selected' else null end as select_attr from cad_exportacao; Then your dtml method:

RE: [Zope] Newbie help - method needs auth > anonymous. WHY?

2000-11-09 Thread Casey Duncan
John Wrote: [snip] > I am trying to use this method called objectList: > > > > > > > > I've put it in the standard_html_header. [snip] > When I try looking at the root page (http://john:8080) I have to provide authentication before the page will display. What your method is doing, is

[Zope] Re: [Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-10 Thread Casey Duncan
; > Morten > ZCatalog TextIndexes support this type of "wildcard" searching. I posted a message a couple of weeks ago that describes the query syntax. Search the mailing list archives for it. = | Casey Duncan | Kaivo, Inc. | [EMAIL PROTECTED] `-> __

[Zope] Re: [Zope-dev] Creating a namespace

2001-01-29 Thread Casey Duncan
you can add it to the namespace like so: You do not need to explicitly create a new InstanceDict yourself, dtml-with takes care of that. -- | Casey Duncan | Kaivo, Inc. | [EMAIL PROTECTED] `--> ___ Zope maillis