[Zope] GUF and manage_addGenericUserFolder not working

2000-08-30 Thread Jason Byron
I try to call the function manage_addGenericUserFolder in a DTML Method but I keep getting a NameError for it. It's as if Zope can't find the definition. I'm stumped as to why it won't work in DTML. - The product is installed and not broken. - I can add GUF's under the management screen with 'Add

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Terry Kerr
I am not searching from a form in that sense...I am talking about at the python level. I have self.searchResults({'description':'blah'}) where description is meta data in the catalog and a textindex and 'blah' is in the Vocabulary. This previously worked in zope2.1.6. Now in 2.2.0 and 2.2.1 it

Re: [Zope] SSL and PGP

2000-08-30 Thread Philipp Auersperg
Sounds interesting, I ve checked out M2Crypto (downloaded it and checked the files but no install), it patches Medusa and ZServer in order to handle HTTPS, so Zope itself becomes a SSL enabled server without needing a proxy or gateway. But modifications to Zope's core components such as Medusa

Re: [Zope] how to keep stuff out of undo

2000-08-30 Thread Steve Alexander
Roman Milner wrote: > Hi. We have a product (an mp3 jukebox) that uses the ZODB to store a large > data structure of all the albums and track names. Many people are > allowed to add/remove albums from the database. The problem is, when > they do this the entire data structure is backed up for u

Re: [Zope] SSL and PGP

2000-08-30 Thread Oleg Broytmann
On Wed, 30 Aug 2000, Philipp Auersperg wrote: > Sounds interesting, I ve checked out M2Crypto > (downloaded it and checked the files but no install), > it patches Medusa and ZServer in order to handle HTTPS, > so Zope itself becomes a SSL enabled server without needing > a proxy or gateway. > >

[Zope] Is anyone know when Zope was born ???

2000-08-30 Thread Frederic Quin
Is anyone know when Zope was born ??? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zo

Re: [Zope] OT: Website design / spec / development resources

2000-08-30 Thread Stephan Goeldi
Have a look at http://www.amazon.com/exec/obidos/ASIN/156205810X/goeldiengineerin/ A must-read for real webdesigners. >I am looking for some good guidelines in designing, spec'ing and >developing large complex websites. Anything like guidelines, steps, >howtos, etc would be much appreciates. Fr

[Zope] Z Database Connections - pass uid/pwd to RDB

2000-08-30 Thread Philipp Auersperg
When you create a Z database connection you must supply a fixed connection string with a fixed uid/pwd to open that connection.   So every user that connects to Zope connects with the fixed uid/pwd to the relational database.   Is there any way or workaround to dynamically pass the Zope uid/pa

Re: [Zope] Z Database Connections - pass uid/pwd to RDB

2000-08-30 Thread Andrew Kenneth Milton
+---[ Philipp Auersperg ]-- | When you create a Z database connection you must supply a fixed connection | string with a fixed uid/pwd to open that connection. | | So every user that connects to Zope connects with the fixed uid/pwd to the |relational database. | | Is the

Re: [Zope] Is anyone know when Zope was born ???

2000-08-30 Thread Chris Withers
Frederic Quin wrote: > > Is anyone know when Zope was born ??? Paul, you must know the answer to this one ;-) cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

Re: [Zope] Logfile analyzer

2000-08-30 Thread Ian Bicking
On Tue, Aug 29, 2000 at 03:36:25PM -0700, Kapil Thangavelu wrote: > > Anyway, I've been thinking of polishing and expanding what I've > > written some, so it's suitable for public use (or at least use by > > people who know Zope/Python fairly well). But this requires work that > > I probably woul

Re: [Zope] GUF and manage_addGenericUserFolder not working

2000-08-30 Thread Chris Withers
Jason Byron wrote: > I try to call the function manage_addGenericUserFolder > in a DTML Method but I keep getting a NameError for > it. It's as if Zope can't find the definition. Try somethign like the following: cheers, Chris ___ Zope maillist

[Zope] Versions...

2000-08-30 Thread Chris Withers
Chris McDonough wrote: > Mounted storages fall down with versions (do not use versions in > conjunction with mounted storages, it will do bad things to you). Is it just me or are versions not exactly the most robust things around? (I'm thinking external methods here, and ftp access into a versio

[Zope] Management Interface Refactoring?

2000-08-30 Thread Chris Withers
Dieter Maurer wrote: > > - it sends me to the management screen afterwards, and I'm > >calling it from the public interface. > This means, you want to look at the source of "manage_delObjects" > (-> "OFS.ObjectManager") to see, how it sends you to the management interface. > > You will see

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris Withers
Terry Kerr wrote: > ZCatalog seems very volatile to me! Every time I have upgraded way back > from zope2.1.3, something in zcatalog has changed and boken my product. > So far I have managed to find fixes, but this one has got me baffled!! Can I just say a big "me too!" here. At the EuroZope mee

Re: [Zope] help

2000-08-30 Thread Chris Withers
Chris McDonough wrote: > > " pROBLEM(100) zSERVER COMPUTING DEFAULT HOSTNAME" > This is a normal message, please ignore it.. Maybe it shouldn't be a 'PROBLEM' then? ;-) cheers, Chris PS: Yes, I know it goes away if you aren't running in Debug mode... _

Re: [Zope] Management Interface Refactoring?

2000-08-30 Thread Shane Hathaway
Chris Withers wrote: > > Dieter Maurer wrote: > > > - it sends me to the management screen afterwards, and I'm > > >calling it from the public interface. > > This means, you want to look at the source of "manage_delObjects" > > (-> "OFS.ObjectManager") to see, how it sends you to the manag

Re: [Zope] symbolic links or invisible objects..?

2000-08-30 Thread Chris Withers
"R. David Murray" wrote: > > Is there any way to make zope understand something like a UNIX symbolic > > link? There was some discussion on this a while back on zope-dev. Check the archives... > How about creating a custom management page that just lists the > objects they need to change?

Re: [Zope] How to logout users when using LoginManager?

2000-08-30 Thread Chris Withers
Brad Clements wrote: > Can anyone share some tips on how to logout users from a web page, > using cookies or otherwise, allowing them to relogin as another user > without having to quit/start their browser? Well, with cookies, it's simple: delete the cookie. I think most fo the Login-type stuff h

Re: [Zope] FTP crashing Zope?

2000-08-30 Thread Chris Withers
Dario Lopez-KXsten wrote: > Is this a bug in latest Zope (2.2.1) or is this expected behaviour? If, the > latter is the case, what can I do to a) turn off FTP access, b) make sure > that my Zope is up and running automagically after a crash? Ewww.. this seems quite nasty :( If you can reproduce

Re: [Zope] Generic Workflow Products?

2000-08-30 Thread albert boulanger
i haven't had time to read through the links, although i will once i get some more of that mystical free time stuff, but i wanted to clarify about PTK workflows. most of the existing workflow structs in PTK were doc based with simple workflows, but there has been a concerted effort

Re: [Zope] ZClass <--> Product

2000-08-30 Thread Chris Withers
Karl Anderson wrote: > What FTP editing options are there for ZClass definitions? Your email address suggests you should be able to find out more easily than me ;-) Maybe you could suggest better editing support for FTP or is WebDAV the way of the future? Mention was made of Adobe GoLive! in P

Re: [Zope] How to logout users when using LoginManager?

2000-08-30 Thread Oleg Broytmann
On Wed, 30 Aug 2000, Chris Withers wrote: > Brad Clements wrote: > > Can anyone share some tips on how to logout users from a web page, > > using cookies or otherwise, allowing them to relogin as another user > > without having to quit/start their browser? > > Well, with cookies, it's simple: del

[Zope] Cash for TreeTag.py? ;-)

2000-08-30 Thread Chris Withers
Tony McDonald wrote: > There's been some talk on the Zope list about rewriting the tree tag > somewhat. Can I make a plea that this is considered too? if this gets put on cosource.com, I wonde hwo many peopel would fork up some cash for it? ;-) cheers, Chris ___

Re: [Zope] FTP crashing Zope?

2000-08-30 Thread J. Atwood
I have seen it in a beta version. Every time I connect a FTP client it crashed. Tried it 4 - 5 times. J > From: Chris Withers <[EMAIL PROTECTED]> > Organization: New Information Paradigms > Date: Wed, 30 Aug 2000 13:49:58 +0100 > To: Dario Lopez-KXsten <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED]

RE: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris McDonough
This is not right, obviously. Can you rebuild your indexes (by deleting and reentering them), recatalog, and see if the problem goes away? We haven't had any colluding reports of something like this, and I'm using the 2.2.1 catalog with textindexes successfully on a customer project. > -O

[Zope] Export/import problem

2000-08-30 Thread Oras Kaarel (2914)
Hi I have two different Zope types (Zope 1.10.3 (binary release, python 1.5.1, win32-x86) and Zope version: Zope 2.2.1 (binary release, python 1.5.2, win32-x86)) and our intranet is located in the older version. I thought that exporting/importing would be a great idea. I managed to export *.bbe f

RE: [Zope] How to logout users when using LoginManager?

2000-08-30 Thread Chris McDonough
It's: You are not authorized. > -Original Message- > From: Chris Withers [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 30, 2000 8:48 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Zope] How to logout users when using LoginManager? > > > Brad Clements wrote:

[Zope] ZCatalog Queries...

2000-08-30 Thread Chris Withers
Chris McDonough wrote: > > > It's be nice if ZCatalog had a good general purpose > > interface, and was a > > bit more robust. > > (the BTree implementation which has been mentioned a few times springs > > to mind here ;-) > > Can you be more specific? Andy can fill you in on the specifics. >

Re: [Zope] FTP crashing Zope?

2000-08-30 Thread Adam Karpierz
>Dario Lopez-KXsten wrote: >> Is this a bug in latest Zope (2.2.1) or is this expected behaviour? If, the >> latter is the case, what can I do to a) turn off FTP access, b) make sure >> that my Zope is up and running automagically after a crash? > >Ewww.. this seems quite nasty :( > >If you can re

RE: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris McDonough
> It's be nice if ZCatalog had a good general purpose > interface, and was a > bit more robust. > (the BTree implementation which has been mentioned a few times springs > to mind here ;-) Can you be more specific? What's insufficient about the current implementation? __

RE: [Zope] Versions...

2000-08-30 Thread Chris McDonough
Versions are problematic in combination with mounted storages in particular because there is no link in versioning between storages. You can easily create a versioned object in one storage, then traverse to another part of the instance space that's been mounted and use that version cookie to make

[Zope] ZMenu 0.1.0 released

2000-08-30 Thread Hugo Ramos
Yellow ppl, ZMenu is a complete navigational system that uses a tree like display. It allows you to dinamicly add a navigational link menus system to your site. This ZClass based product is still in a development stage and I'dd like to have some feedback about it... so email me about any problem

Re: [Zope] FSSession problems...

2000-08-30 Thread Hung Jung Lu
Curtis, Could you describe how often does the problem happen? How many session users goes to the site? You mentioned about a month of public usage. During that month, did you have one single incident? How many sessions happened during that month? All key-based session management systems are i

[Zope] inserting or modifying REQUEST.form objects ???

2000-08-30 Thread Brian Withun
Can objects be added to or modified in the REQUEST.form? I can add/modify objects in REQUEST as in: expr="REQUEST.set('myVar',3)" but I can't seem to do this for the REQUEST.form dictionary... expr="REQUEST.form.set('myVar',3)" <- error expr="REQUEST.form['myVar']=3" <- error Neither the

RE: [Zope] ZCatalog Queries...

2000-08-30 Thread Chris McDonough
> > > It's be nice if ZCatalog had a good general purpose > > > interface, and was a > > > bit more robust. > > > (the BTree implementation which has been mentioned a few > times springs > > > to mind here ;-) > > > > Can you be more specific? > > Andy can fill you in on the specifics. OK...

[Zope] Graphics served randomly. Apache - pcgi cacheing problem

2000-08-30 Thread Felipe E. Barousse Boué
Has anyone seen the following behavior: I am using PCGI with Zope 2.1.6 and Apache 1.3.9. Everything works fine except when reloading the same page, the graphics in it are not "painted" by the client browser. Checking on the apache logs, I found there is a 304, meaning the object has not changed

Re: [Zope] SSL and PGP

2000-08-30 Thread Ng Pheng Siong
On Wed, Aug 30, 2000 at 11:44:56AM +0200, Philipp Auersperg wrote: > But modifications to Zope's core > components such as Medusa seem risky to me as > long as Digital Creations don't integrate them into the > official release, because every update to a new Zope release > can become a horror trip

Re: [Zope] The tree tag, SQL and what should be simple

2000-08-30 Thread Ian J Cottee
"Rik Hoekstra" <[EMAIL PROTECTED]> writes: > Unless I do not quite understand you I think you missed Anthony Baxter's > tree_and_sql howto > (http://www.zope.org/Members/anthony/tree-coding-tricks ). It will probably > give you either exactly what you want or enough ideas to get you further. Hi

[Zope] Can't connect Zope FTP from NAT

2000-08-30 Thread zope
I use reserved IP under NAT and try to connect a remote Zope FTP server. The connection can't be established. But if I am not under NAT and use a legal public IP, the ftp connection is very well. Is there any solution? ___ Zope maillist - [EMAIL

[Zope] Can't connect Zope FTP under NAT

2000-08-30 Thread Patrick Hsieh
Dear folks, I can't connect remote Zope FTP Server when I use the reserved IP udner NAT. If I use public IP, the connection is ok. Is there any solution? -- Patrick Hsieh<[EMAIL PROTECTED]> Cyberwork Solution Inc., System Engineer http://www.cyberworksolution.com TEL: 0933201800 ___

Re: [Zope] Can't connect Zope FTP from NAT

2000-08-30 Thread Bob Finch
> "zope" == zope <[EMAIL PROTECTED]> writes: zope> I use reserved IP under NAT and try to connect a remote Zope FTP zope> server. The connection can't be established. But if I am not under zope> NAT and use a legal public IP, the ftp connection is very well. zope> Is there

[Zope] GUF Idle Timeout?

2000-08-30 Thread Mabe, Brad
Hello all, Does GUF have an idle timeout setting? I'm seeing the behavior where if my GUF authenticated user is idle for more than 10-15 minutes they lose their authentication and are asked to log in again. If there is such a setting, how can I increase the amount of idle time? Thanks

Re: [Zope] Generic Workflow Products? --some pictures

2000-08-30 Thread albert boulanger
i haven't had time to read through the links, although i will once i get some more of that mystical free time stuff, but i wanted to clarify about PTK workflows. most of the existing workflow structs in PTK were doc based with simple workflows, but there has been a concerted effort

[Zope] RE[3]: [Zope] Product inheritance question. ==> Pb. moving class from a product to another + etc.s from a product to another + etc.

2000-08-30 Thread NABETH Thierry
Title: RE[3]: [Zope] Product inheritance question. ==> Pb. moving class from a product to another + etc. Hello, >> If it is a class method, it must be inherited by any derived class. This is what I had done. However, I had the time finally to conduce the following tests.  - create a P

[Zope] ZClass and Propertysheets

2000-08-30 Thread Andy Pahne
Hi, I have created a ZClass with a propertysheet called "Basic". I added a property "db_id", integer value with a default value of 0. Then I created two instances and changed the value to 1 in the first and 2 in the second instance. When I try to render the property with a I get a 1 in both i

[Zope] Bug Tracking Product Recommendation?

2000-08-30 Thread sean
Hi, I want to setup a Zope-based bug tracking system. Can anyone recommend a Zope product that would do this relatively well? Thanks --Sean ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HT

[Zope] Squishdot/zcatalog question goes unanswered...

2000-08-30 Thread sean
I have asked the following question on the zope list, the squishdot site, and the squishdot eGroups site without a single response. Is there something I am leaving out or is it a hard one? Question: I am running Zope 2.1.6 and Squishdot 6 (upgraded from 2->3->5->6). I have created a keyword s

[Zope] Overriding server's notion of SERVER_NAME, SERVER_PORT, etc.

2000-08-30 Thread Skip Montanaro
In 2.2.1 I can no longer override ZServer's notion of SERVER_NAME, SERVER_PORT, etc. from the invoking shell environment. (I am currently running 2.0.0, so this may well be true of other earlier 2.1.x and 2.2.x versions. With a little luck, I may actually be able to upgrade in the next few days

Re: [Zope] ZClass <--> Product

2000-08-30 Thread Karl Anderson
Chris Withers <[EMAIL PROTECTED]> writes: > Karl Anderson wrote: > > What FTP editing options are there for ZClass definitions? > > Your email address suggests you should be able to find out more easily > than me ;-) Well, I'm pretty sure the answer is "none", but I'm asking to the list so if

Re: [Zope] Export/import problem

2000-08-30 Thread R. David Murray
On Wed, 30 Aug 2000, Oras Kaarel (2914) wrote: > I have two different Zope types (Zope 1.10.3 (binary release, python 1.5.1, > win32-x86) and Zope version: Zope 2.2.1 (binary release, python 1.5.2, > win32-x86)) and our intranet is located in the older version. I thought that > exporting/importing

[Zope] Re: [Zope-dev] Redirection and Authentication

2000-08-30 Thread Didier Georgieff
On 30 Aug 2000, at 19:03, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > The problem is now that after the Redirect AUTHENTICATED_USER is again > > set to Anonymous (which I tested by printing AUTHENTICATED_USER). If I > > do no redirect but put a normal link back to the list document, > > e

[Zope] Keeping app logic in Zope (was Paul's talk in Paris)

2000-08-30 Thread Jimmie Houchin
Warning, this message has been composed over several days. If my thoughts wander, that's one excuse. :) Simon Coles wrote: [snip] > Python products could be endangered species because its managed in the file > system, which isn't in the "all tiers as managed content" thing. I guess this means t

[Zope] Case Studies (good!)

2000-08-30 Thread J. Atwood
Does anyone else love those case studies? I have was grinning ear to ear reading the new one about replacing all Notes/Domino (which I know and respect) with Zope. I would love to see more studies on all sorts of different sites (big, small, database driven, not). They are also really useful for

[Zope] Socket.Error

2000-08-30 Thread Matthias Füsting
The other day I have change my hostname. Today I have restart ZOPE and I get follow Error-Message: 2000-08-30T20:12:44 PROBLEM(100) ZServer Computing default hostname Traceback (innermost last): File "/opt/zope/2-1-6/z2.py", line 493, in ? logger_object=lg) File "/opt/zope/2-1-6/ZServe

Re: [Zope] FTP crashing Zope?

2000-08-30 Thread Dieter Maurer
Dario =?ISO-8859-1?Q?Lopez-K=E4sten?= writes: > Using FTP Explorer I crashed (killed) my Zope instance while ftping in to > port 8021. This was achieved by not setting FTP Explorer to use PASSIVe > connections. Using Passive it works like a charm. > > Is this a bug in latest Zope (2.2.1) or

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Dieter Maurer
Terry Kerr writes: > But now when I instantiate my product in 2.2.0 or 2.2.1, > searching only works when I search using a field index. Searching using > a textindex always results in an empty result I use ZCatalog text indexes under 2.2.1b1 without problems (with a globbing lexicon!

Re: [Zope] symbolic links or invisible objects..?

2000-08-30 Thread Dieter Maurer
Geoffrey L. Wright writes: ... symbolic links ... If your content is simple, i.e. does not contain URL references, then symbolic links can easily be emulated with DTML methods. Suppose, you have the following structure: A/ A/A1/ A/A1/a1 A/A1/an A/B1/b1 A/B1/bn and y

Re: [Zope] Apache: mod_perl, mod_rewrite, prefix

2000-08-30 Thread Hung Jung Lu
>(1) I have mod_rewrite statically >(2) I have mod_perl statically >(3) prefix is /usr/mydir Okie, I figured it out. So I'll reply to myself. :) By the way, I am on Linux platform. So the appropriate commands are (1) Download latest apache and mod_perl. Unzip and untar them. (2) Place the unta

[Zope] Newbie SQL problem: Query Error: Cannot render query template

2000-08-30 Thread Farrell, Troy
Hello. I am running Zope as a service on NT4WS. I have multiple MS Access databases connected to different ZJetDAs and I am not able to modify the data in them with SQL statements. For example, INSERT INTO test VALUES (, ) returns the error "Query Error: Cannot render query template". Can you

[Zope] Mime types for email attachments

2000-08-30 Thread Brendon Grunewald
I am battling to find the information needed to attach word, excel, and pdf documents to an email based on the input from a form. I know that there is a howto that uses a python method, but I do not want to use this option. Where can I get the necessary mime types and structure to accomplish this

[Zope] Apache: mod_perl, mod_rewrite, prefix

2000-08-30 Thread Hung Jung Lu
Hi, Although this is more an Apache question, I would guess that a lot of Zope users have gone through exactly the same problem I am going through, so I might as well try it out here. As you can probably tell, I am trying to hook up Zope and Apache via PCGI. The thing is, I need also mod_perl

Re: [Zope] SSL and PGP

2000-08-30 Thread morten
On Wed, 30 Aug 2000, Terry Kerr wrote: > We have done this in our Etailer product...grab the source and take a look... > http://e-tailer.adroit.net/. Basically we just pipe the string to be > encrypted to the gnu pgp program on a linux box. Take a look at > http://www.pgpi.org/products/gnu/gpg

Re: [Zope] Bug Tracking Product Recommendation?

2000-08-30 Thread Terry Kerr
I am interested in this as well! [EMAIL PROTECTED] wrote: > Hi, > I want to setup a Zope-based bug tracking system. Can anyone > recommend a Zope product that would do this relatively well? > > Thanks > > --Sean > > ___ > Zope maillist - [EMAIL PROT

[Zope] CRC-32 checksum

2000-08-30 Thread Jim Sanford
Does anyone have or know the whereabouts of a python module that will do 32 bit CRC checksums? I am converting an existing application to Zope and need to be able to generate CRC-32 checksums for checking file integrity of software we produce. _

Re: [Zope] SSL and PGP

2000-08-30 Thread Terry Kerr
coolI am eagerly waiting... [EMAIL PROTECTED] wrote: > On Wed, 30 Aug 2000, Terry Kerr wrote: > > > We have done this in our Etailer product...grab the source and take a look... > > http://e-tailer.adroit.net/. Basically we just pipe the string to be > > encrypted to the gnu pgp program on

Re: [Zope] FSSession problems...

2000-08-30 Thread Curtis Maloney
On Thu, 31 Aug 2000, Hung Jung Lu wrote: > Curtis, > > Could you describe how often does the problem happen? How many session > users goes to the site? You mentioned about a month of public usage. During > that month, did you have one single incident? How many sessions happened > during that month

Re: [Zope] GUF and manage_addGenericUserFolder not working

2000-08-30 Thread Jason Byron
--- Chris Withers <[EMAIL PROTECTED]> wrote: > Jason Byron wrote: > > I try to call the function > manage_addGenericUserFolder > > in a DTML Method but I keep getting a NameError > for > > it. It's as if Zope can't find the definition. > > Try somethign like the following: > > > params, here)

Re: [Zope] Bug Tracking Product Recommendation?

2000-08-30 Thread sean
It would also be nice if it was tied to a ODBC compliant database like MS SQL or Access! On 31 Aug 2000, at 9:38, Terry Kerr wrote: > I am interested in this as well! > > [EMAIL PROTECTED] wrote: > > > Hi, > > I want to setup a Zope-based bug tracking system. Can anyone > > recommend a Zope

[Zope] ANNOUNCE ZEO 0.3 Released

2000-08-30 Thread Jim Fulton
A new release of Zope Enterprise Objects (ZEO) is available at: http://www.zope.org/Products/ZEO. This release fixes a bug that caused spurious conflict errors and that could eventually make it impossible to make changes without restarting a ZEO client (e.g. Zope process). The release also has

Re: [Zope] ZCatalog Queries...

2000-08-30 Thread Kapil Thangavelu
I saw this email with some interest since i had an offlist conversation with some of the people at nipltd regarding a mailing list project, but i chose to do it outside of zope because of lingering doubts about zope's suitability(more ZCatalog) for the task. Chris Withers wrote: > > Chris McDon

Re: [Zope] ZClass <--> Product

2000-08-30 Thread Steve Spicklemire
How about: /you@server port:/Control_Panel/Products/YourProduct/YourZClass/propertysheets/methods/yourMethod -steve > "Karl" == Karl Anderson <[EMAIL PROTECTED]> writes: Karl> What FTP editing options are there for ZClass definitions? Karl> I've never been able to do much. What

Re: [Zope] Bug Tracking Product Recommendation?

2000-08-30 Thread Kapil Thangavelu
You could explore the Tracker Product available from zope.org's cvs. its used for zope. it is unsupported. [EMAIL PROTECTED] wrote: > > It would also be nice if it was tied to a ODBC compliant database > like MS SQL or Access! nope. did you mean ODBC or MS compliant;) the only DB solutions

[Zope] indexing pdf files

2000-08-30 Thread Terry Kerr
Hi, I need to be able to index the text within pdf files. I assume I will somehow use PrincipiaSearchSource, but I need to know how to get the text out of the pdf when it is uploaded to the ZODB. Has anyone done this before? Are there any packages around that I can use that run in python or at

[Zope] NTuser folder problem : [ registry keys ]

2000-08-30 Thread neeloy_saha
Hi all, I am facing problem using and configuring zope NTuserFolder. I want to use this products and validate against the users in my domain. Depending on the user i want to assign them roles. For e,g ---Business folder subfolder - ntuserfolder .. I have used local roles to assign neeloy