[Zope] 2.2.1 and zdiscussion

2000-08-25 Thread Bak @ kedai
hi a clean install won't start properly with ZDiscussion product install. the same thing also with ZDiscussion based classes created. tracebacks when starting 2000-08-26T04:13:44 ERROR(200) Zope Couldn't import Products.ZDBase Traceback (innermost last): File /tmp/Zope/lib/python/OFS/Applica

Re: [Zope] How to implement a round through the whole web site

2000-08-25 Thread Tim Cook
Christian Leutloff wrote: > > Hi, > > I want to add a round to a small Zope based web site. Therefor I would > like to add a prev and a next button on each page. So it is possible > to start on the first page and then move on to the next one by > clicking on the next button. After some clicks on

Re: [Zope] How to implement a round through the whole web site

2000-08-25 Thread R. David Murray
On 25 Aug 2000, Christian Leutloff wrote: > My problem is now how to store the intermediate results in > variables. I'm able to define a variable (myseq), but I'm not able to change > the value afterwards: > > < snip > > > > <-- wrong!!! You're going to kick yourself on this one :

[Zope] How to implement a round through the whole web site

2000-08-25 Thread Christian Leutloff
Hi, I want to add a round to a small Zope based web site. Therefor I would like to add a prev and a next button on each page. So it is possible to start on the first page and then move on to the next one by clicking on the next button. After some clicks on the next button I'm sure to have visited

Re: [Zope] ANN: ZUBB (Zope Ultimate Bulletin Board) 0.5.0 Release

2000-08-25 Thread technews
Hi, I was happy to see ZUBB. It just happens that I am working on a similar product, however it is SQL based, and I have other features not available in UBB, or ZUBB. the development version is running at http://zope.heewar.com/aynaBB/. I have been a user of UBB for a while, and I find it lack

Re: [Zope] Sub Class Question

2000-08-25 Thread R. David Murray
On Fri, 25 Aug 2000, Daniel Rusch wrote: > def __call__(self, client=None, REQUEST={}, RESPONSE=None, **kw): > print 'Sub Class __call__' > DTMLMethod.__call__(self, client, REQUEST, RESPONSE, kw) [...] > when I view the BasicMethod in Zope, I get: > Error Type: TypeError > Er

[Zope] Sub Class Question

2000-08-25 Thread Daniel Rusch
I've created a BasicMethod which is derived from the DTMLMethod. everything works great until I try to have the sub class's (BasicMethod) __call__ method call the super class's (DTMLMethod) __call__ method. class BasicMethod(DTMLMethod): """BasicMethod objects are DocumentTemplate.HTML obje

Re: [Zope] ZCatalog - OR'ing on different colums (indices)

2000-08-25 Thread R. David Murray
On Fri, 25 Aug 2000, Aleksander Salwa wrote: > Is there any better method of OR'ing on differend indices in quering > ZCatalog, then the method described in 'Advanced ZCatalog Searching' Ah, my solution obviously only works if all your fields are text indexes... --RDM _

Re: [Zope] ZCatalog - OR'ing on different colums (indices)

2000-08-25 Thread R. David Murray
On Fri, 25 Aug 2000, Aleksander Salwa wrote: > Is there any better method of OR'ing on differend indices in quering > ZCatalog, then the method described in 'Advanced ZCatalog Searching' > How-To: One way that works well but only works if you always do the same type of search (which it sounds lik

Re: [Zope] Generic Workflow Products?

2000-08-25 Thread albert boulanger
Kapil Thangavelu <[EMAIL PROTECTED]> wrote: The PTK has been undergoing radical changes as of late. Its worth taking another look at as the current design is much more supportive of alternative workflow designs. Disclamer: This is my gleaming -- I could be off. I have done a keyword s

[Zope] FW: Simple(?) Syntax Question (dtml-in)

2000-08-25 Thread Spicklemire, Jerry
Actually, there are some extraneous "" in the prior post. Here's a corrected version: I also should have mentioned that this approach allows use of the &dtml-x; "entity syntax", within tags.. ___ Zope maillist - [EMAIL PROTECTED] http://lis

[Zope] Simple(?) Syntax Question (dtml-in)

2000-08-25 Thread Spicklemire, Jerry
Tim asked: >I want to only provide the first item of each list in this >SELECT: You can use Python "slice" syntax, where the first item of a sequence (index position 0), is indicated like: listname[0] try: ___ Zope maillist - [EMAIL PROT

Re: [Zope] ANNOUNCE: Zope 2.2.1 released

2000-08-25 Thread Andy Dustman
Sadly, 2.2.1 seems to break all my ZClass objects. The Products themselves look fine, but any object made with them comes up as broken. The Class ID (in the HTML source) looked like it had a * in front of it. I retrograded to 2.2.0 and the problems went away. -- andy dustman | programm

[Zope] SV: [Zope] Oracle ZODB + Thanks

2000-08-25 Thread Dario Lopez-Kästen
I am also interested in Oracle ZODB I also would like to take the opportunity to thank eveybody that helped clear the Zope & DB performace questions I had the other week. Thank you all, it was most helpfull. Sincerely, /dario - Original Message - From: Satheesh Babu <[EMAIL PROTECTED]>

Re: [Zope] copy / paste support

2000-08-25 Thread ethan mindlace fremen
Andy McKay wrote: > > I know some people have helped me on this thread before but Ive had chance > to look at this again and Im still stumped on this. > > Newly created 2.2 objects still have a problem. Using custom class in Zope > 2.2.0. Try with 2.2.1: I had a copy/paste problem with 2.2.0 to

[Zope] Re: ZCatalog - OR'ing on different columns (indices)

2000-08-25 Thread Steve Alexander
Aleksander Salwa wrote: > Is there any better method of OR'ing on differend indices in quering > ZCatalog, then the method described in 'Advanced ZCatalog Searching' > > It seems to me to be common case, when we show to user simple search form > with only one input (that is where 'userInput' came

[Zope] Simple(?) Syntax Question (dtml-in)

2000-08-25 Thread Tim Cook
I want to use the same DTML method for different operations. It gathers info from properties of DTML Documents and returns a list. The list is a list of lists. Each item in the list valid_prj contains a list of two strings, ie. valid_prj = [['abcd','1234'],['efgh','5678']] I want to only prov

Re: [Zope] Search on ZCatalog or ZSQL in MySQL

2000-08-25 Thread Dieter Maurer
Nestor A. Diaz L. writes: > I have to make a system to store news, so i have to migrate a old system > using perl cgi's and perform a search on text files to use Zope as the > search engine however i don't know if i have to use a SQL database like > MySQL or use the ZCatalog, i need full text

[Zope] Oracle ZODB (Paul's talk in Paris)

2000-08-25 Thread Satheesh Babu
Hi folks, I read the mail about EuroZope conference. Notes on Paul's speech says "they have an Oracle ZODB backend. They have deployed it. Pending documentation..." Way to go DC! WHERE IS IT? I searched in CVS, couldn't find it at all... If anyone can point me towards this, it'll be great

[Zope] brief downtime

2000-08-25 Thread ethan mindlace fremen
Zopatistas, We're having a brief downtime whilst we work out some issues that have been preventing zope.org from functioning normally. Thanks for your patience, -- ethan mindlace fremen Zopatista Community Liason Abnegate I! ___ Zope maillist - [EM

[Zope] It Works!!!! I think I'm close, Product Creation and other threads

2000-08-25 Thread Daniel Rusch
Great news, I did it...! The trick seems to be adding the legacy line to the BasicDocument __init__.py file (see below). This allowed the following line to work in the folderish (SimpleSite) product's manage_addSimpleSite function to quit barfing: ob.manage_addBasicDocument(id='index_html', ti

[Zope] simple question

2000-08-25 Thread Marcus Schopen
Hi there, just a short question about the tree-tag: sould a tree based navigation placed in a seperate frame? I would like to create my sites with tables, so the tree navigation is placed in a table field. I don't want to use frames. The whole page should be in one table. But this seems to gi

[Zope] ODBC Bridge / SQL Server stuff

2000-08-25 Thread Phill Hugo
Hello, Easysoft (www.easysoft.com) supply a simple, efficient SQL bridge which works well with unixODBC (.org) and iodbc (.org) driver managers. We use it on one of our PHP sites to link to an SQL Server db from Linux. It works fine but its a close product. So given the easy of use of XML-RPC or

Re: [Zope] FSSession problems...

2000-08-25 Thread Timothy Wilson
On Fri, 25 Aug 2000, Curtis Maloney wrote: > Today, however, I find out that some mistakes have been happening. People > are finding themselves logged in when they haven't yet, and others finding > they're logged in as someone else. This is, obivously, a problem. Warning! Shot in the dark ah

[Zope] ZCatalog - OR'ing on different colums (indices)

2000-08-25 Thread Aleksander Salwa
Is there any better method of OR'ing on differend indices in quering ZCatalog, then the method described in 'Advanced ZCatalog Searching' How-To: ... This seems to me too expensive - here three searches are made. Is there - or should be added - any support for it in ZCatalog ?

[Zope] ANNOUNCE: Zope 2.2.1 released

2000-08-25 Thread Brian Lloyd
Hi all, Zope 2.2.1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.2.1/ This release contains many bug fixes, including the fixes covered by all Hotfixes to date. Special thanks go to Dieter Maurer, Adam Karpierz, Jeff Sasmor and others who have b

Re: [Zope] Small Tip

2000-08-25 Thread Jason Cunliffe
THANK YOU!!! - Jason > Maik Roeder wrote: > > It always got on my nerves that I needed to change the column > > size of the DTML Method and DTML Document Edit Forms > > manually by pressing "Wider" and "Narrower". > > > > Instead of patching the Zope source code, I found the following > > a goo

Re: [Zope] Microsoft SQL Server Access under Linux?

2000-08-25 Thread Tino Wildenhain
Hi Darin, Darin Lee wrote: > > Zopistas, > > Is it possible to access an ODBC data source through Zope running under Linux? I >have perused the literature, and it appears the Zope DA's for ODBC only run under the >Win32 environment. > > I would very much like to setup ZAP (for many reasons),

Re: [Zope] Small Tip

2000-08-25 Thread Shane Hathaway
Maik Roeder wrote: > It always got on my nerves that I needed to change the column > size of the DTML Method and DTML Document Edit Forms > manually by pressing "Wider" and "Narrower". > > Instead of patching the Zope source code, I found the following > a good approach: > > Define a property in

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-25 Thread Nils Kassube
R. David Murray wrote: > http://www.yoursite.com/yourmethod/recordid This is really easy to do. Now, what do I have to do if I want to use URLs like this: http://www.yoursite.com/events/recordid/index.html http://www.yoursite.com/events/recordid/pics.html http://www.yoursite.com/ev

RE: [Zope] Where do I find out about cookies?

2000-08-25 Thread R. David Murray
On Fri, 25 Aug 2000, Jean Jordaan wrote: > > > REQUEST.form['sort_key'])"> > > > REQUEST.cookies['sort_key'])"> > > > > > [...] > Since anything in any of the REQUEST dictionaries is on the nam

Re: [Zope] FSSession problems...

2000-08-25 Thread Pavlos Christoforou
On Fri, 25 Aug 2000, Curtis Maloney wrote: > > But if User A logs in with NS, this doesn't happen. > > I am really confused as to what's going on Me too! > > > My only thoughts are that FSSession is perhaps getting confused by Apache, > but surely it would re-issue the same Session ID

[Zope] ZClass and Custom Personal Zclass included

2000-08-25 Thread Vincent
Hi, I created a ZClass named 'Z1' and another one classed 'Z2', I defined a Property Sheet 'P1' into Z2, how is it possible to declared a property inside P1 of the type Z1 ? Thanks ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope] Re: [ez] ZMenu 0.0.2 product

2000-08-25 Thread Maik Roeder
Hi Hugo ! Hugo Ramos wrote: > 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. I have added part of your Product into the ZDP-Tools by adding a DTML method to my DocumentFolder ZClass, and it wo

Re: [Zope] FSSession problems...

2000-08-25 Thread Pavlos Christoforou
On Fri, 25 Aug 2000, Curtis Maloney wrote: > Greetings, > > I'm using FSSession to store login details about visitors to our site. It is > important that users only be able to see their own data (of course). > > Today, however, I find out that some mistakes have been happening. People > are

[Zope] Small Tip

2000-08-25 Thread Maik Roeder
Hi ! It always got on my nerves that I needed to change the column size of the DTML Method and DTML Document Edit Forms manually by pressing "Wider" and "Narrower". Instead of patching the Zope source code, I found the following a good approach: Define a property in your root folder: id: dtpr

[Zope] ANN: External Methods and Products ebook

2000-08-25 Thread Mark Pratt
hello all, Beehive is pleased to announce its 3rd ebook "External Methods and Products". If your thinking about developing Zope products or writing External Methods this 67 page ebook can save you several days of trial and error. Find out more about this and other beehive Zope ebooks via our w

Re: [Zope] Imagemap in an image object

2000-08-25 Thread Radim Gelner
Yes, that did the job. Thank you. Radim On Fri, Aug 25, 2000 at 11:06:43AM +0100, Peter Bengtsson wrote: > Have you tried this?: > > If you have and this returns and error, give us the error. > > > > > > Greetings, > > > > is there an easy way to add imagemapping to an image object or do I

Re: [Zope] Imagemap in an image object

2000-08-25 Thread Peter Bengtsson
Have you tried this?: If you have and this returns and error, give us the error. > Greetings, > > is there an easy way to add imagemapping to an image object or do I > have to create a new class for such a purpous? > > Thank you > > Radim > > __

Re: [Zope] Imagemap in an image object

2000-08-25 Thread Diny van Gool
At 11:36 25-8-00 +0200, Radim Gelner wrote: >Greetings, > >is there an easy way to add imagemapping to an image object or do I >have to create a new class for such a purpous? I don't know exactly what you mean by imagemapping, but if you mean the html tag then you can use something like this in

RE: [Zope] Where do I find out about cookies?

2000-08-25 Thread Jean Jordaan
Hi Loren, J. Atwood, Maik Thanks for all the info! I'll digest & give feedback where I can. In the meantime, this is what I've fixed up for myself (with a LOT of help from Roche Compaan) .. In DTML Document 'index_html':: In DTML Method 'docsSorted'::

[Zope] Imagemap in an image object

2000-08-25 Thread Radim Gelner
Greetings, is there an easy way to add imagemapping to an image object or do I have to create a new class for such a purpous? Thank you Radim ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or H

Re: [Zope] Not like ASP complaint - any good answers

2000-08-25 Thread Peter Bengtsson
Sean Just ignore them. I used to be an ASP developer myself not long code ago. What do you mean "intermingle"? If you want to loop though a list or db-table row, you will have to "intermingle" your good old and tags. There is no way of getting around that in ASP as far as I know, unless someth

Re: [Zope] ZClass Property : DTML Document ?

2000-08-25 Thread Rik Hoekstra
Vincent wrote: > > Dow do I create a ZClass Property of the type : DTML Document ? > If you want a DTML Document accessible in all ZClasses - just include it in the ZClass. If you want you may make it available as a View by mapping it under the 'Views' tab (in the ZClass definition area) hth

[Zope] RE: [Squishdot] Yes Please!

2000-08-25 Thread Jean Jordaan
Hi Chris > I'm very willing to include tidied versions of the demo sites > in the next version of Squishdot :-) Very good news :) I've already made a couple for own use, but will try and make one to be general and comment it, & send when I'm done. Anyone else who'd like to be in on this, ple

[Zope] ZClass Property : DTML Document ?

2000-08-25 Thread Vincent
Dow do I create a ZClass Property of the type : DTML Document ? Thanks Vincent ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailm

Re: [Zope] Run a java applet in Zope

2000-08-25 Thread Geir Bækholt
on Thursday, August 24, 2000 Michel Houben wrote : MH> I have a dtml-document with a Java-applet and I can't get it runnning in MH> the Zope envirronement. I hope someone knows it and can solve my problem. I run loads of applets in a DTML-environment. No problems whatsoever . :-) What seems to b

[Zope] Sequence-key-note

2000-08-25 Thread Sven Hohage
I don't know if this is usefull to someone but I've found that using a token property you can sort the elements with sequence-key(the first char is the key). For example -> token property "citynames": London Liverpool Rome New York &dtml-sequence-key;: &dtml-sequence-item; The output is: L: Lond

Re: [Zope] strange login behaviour

2000-08-25 Thread Didier Georgieff
I finally found the reason. I was redirecting with a property as URL. When i gave the url in *plain* text it worked OK. I still don't understand why. Thanks for the responses. Le 24 Aug 00, à 15:27, Chris Withers a écrit : > Is it possible that your browser is just caching the old page the fir

Re: [Zope] Not like ASP complaint - any good answers

2000-08-25 Thread Phil Harris
I can't say I see too much difference between the way Zope and ASP accomplish things, Zope has External Methods and Products, ASP has COM objects which I'd say are a darn sight harder to grok. Fact is that if these developers say you can do everything in VB/Jscript in an ASP page then they are

Re: [Zope] Linux and ODBC

2000-08-25 Thread Tony Corrente
Hello Andrew.. Thanks for the quick reply... I'm using the ODBC Divers.. Any help is very appreciated > +---[ Tony Corrente ]-- > | Hello.. > | > | I am currently using the openlink ODBC drivers to access Progress DB's > | on a HPUX System from A Linux Web

Re: [Zope] Run a java applet in Zope

2000-08-25 Thread Rik Hoekstra
Michel Houben wrote: > > Dear, > > I have a dtml-document with a Java-applet and I can't get it runnning in > the Zope envirronement. I hope someone knows it and can solve my problem. > AFAIK, this is perfectly possible. We need more details to be able to help you. Any specific point whe

Re: [Zope] FSSession problems...

2000-08-25 Thread Curtis Maloney
On Fri, 25 Aug 2000, Curtis Maloney wrote: > Greetings, > > I'm using FSSession to store login details about visitors to our site. It > is important that users only be able to see their own data (of course). > > Today, however, I find out that some mistakes have been happening. People > are find

[Zope] FSSession problems...

2000-08-25 Thread Curtis Maloney
Greetings, I'm using FSSession to store login details about visitors to our site. It is important that users only be able to see their own data (of course). Today, however, I find out that some mistakes have been happening. People are finding themselves logged in when they haven't yet, and o