[Zope] Javascript & dtml tags

2000-11-20 Thread Kini Natekar
Hi, Is there a way to include dtml tags with a javascript ? If there is please let me know. Best Regards, Kini. __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

Re: [Zope] User Class

2000-11-20 Thread Dirksen
I think "user information folder" product is what you need. Take a look here: http://www.zope.org/Members/did/UserInfoFolder --- Keith Alperin <[EMAIL PROTECTED]> wrote: > Greetings. I'm a bit of a Zope and Python newbie, so please forgive me > if I get some of the lingo wrong. I would like to b

[Zope] tag for knowing how many have logged under the same URL (present time)

2000-11-20 Thread jacintha menezes
Hi, Kindly let me know how can we find out how many have logged (present time)into zope under the same URl.If there is an dtml-tag for this kindly give me that. bye, jacintha

[Zope] security problems .. should be fairly easy...

2000-11-20 Thread Bowyer, Alex
I know I am posting quite a lot of questions to the list lately, sorry about that, it's just that I can save myself hours of trial-and-error coding when I get quick answers from list, so I hope you don't mind. It seems to be the fastest way to learn. I have a news page ZClass and a news article Z

[Zope] User Class

2000-11-20 Thread Keith Alperin
Greetings. I'm a bit of a Zope and Python newbie, so please forgive me if I get some of the lingo wrong. I would like to build a user class in python where I can store information like "First Name", "Last Name" etc. I would also like to store the userid and password in the instances of this clas

Re: [Zope] PoPy

2000-11-20 Thread Kyler B. Laird
On Mon, 30 Oct 2000 10:43:16 +1030 (CST) you wrote: >ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Take a look at the man page for sem_wait(). Take the library/libraries listed there and put them on the configure line for PoPy. In my case (Solaris 2.6), I added "--with-libs=-lposi

[Zope] PTK won't let me add objects

2000-11-20 Thread Paul Winkler
Hi, I'm working on a site based on the PTK DemoPortal. PTK is a great product, so I was happy to see a new release announced recently and took the opportunity (yesterday) to update my PTK installation from CVS. Well, now the Zope management interface won't let me add anything inside the Portal ex

[Zope] How to create a run-time zclass instance?

2000-11-20 Thread Dirksen
How to create a run-time zclass instance, which stays in the memory, not in the zodb? __ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ ___ Zope maillist - [

[Zope] What is 'Experimental LoginManager support' in PTK?

2000-11-20 Thread Dirksen
In the 2nd step of creating a portal site, there's a 'Database' option list. One can choose 'Zope Database' or 'Experimental LoginManager support'. If I pick the latter, I'll end up with such error: Error Type: NameError Error Value: Invalid/nonexistent ZClass 'MembershipZ/LoginMember' Does the '

[Zope] ZClass/DTML Document transparency

2000-11-20 Thread Randall Kern
Hi all,   I have a folder (foo) which contains a set of DTML Documents, and instances of a ZClass.   From another DTML document, I enumerate the contents of this folder, using a DTML-IN tag:   ...   My problem is with ..., namely dealing with both DTML documents and ZClasses.  In the case o

Re: [Zope] Permission problems...

2000-11-20 Thread Curtis Maloney
On Tuesday 21 November 2000 10:06, Dieter Maurer wrote: > Curtis Maloney writes: > > I really can't understand this... I am logged in as my normal Manager > > role user, editing away on my site. In the management section, no > > problems... I can edit, add and delete to my hearts content. >

[Zope] Version Lock/save/discard Problem

2000-11-20 Thread Júlio Dinis Silva
Hi, I created a version in my zope root in which I've been working for some days. I created some objects on my root folder when working on my version which caused root to became locked. Now I want to save/commit my version. I go to the save/discard form and the save form post looks to work okay,

Re: [Zope] how-to list all the zclasses constructors ?

2000-11-20 Thread Dieter Maurer
Didier Georgieff writes: > I guess it should be simple to generate the list of constructors and > proposing the associated methods, but i just can't figure how to do that ;-< I answer with a general remark: Whenever you see that the Zope management interface does something you are interest

Re: [Zope] Question about security

2000-11-20 Thread Dieter Maurer
Joaldo Junior writes: > Does anyone can inform if is there any kind of function, > which a common user can change your password by the same way a superuser can > do in ACL_User? Look at the built-in Zope API reference: User object. The User object has methods to read and change the information

Re: [Zope] Uploading files / forms / aditional info / to local filesystem ..

2000-11-20 Thread Dieter Maurer
Jorgen Skogstad - Sun Norway - System Support Engineer writes: > What I need is for a user to > fill out > a form with various information .. and click upload on a file .. and I need > to > create the following two files locall; > > Example: > * image.jpg > * image.info You use either "L

Re: [Zope] len() of unsized object error

2000-11-20 Thread Dieter Maurer
Peter Bengtsson writes: > If found this TypeError description in many places in the mailing list archive, but >no solution to my sendmail problem. The problem was, that "dtml-sendmail" was incompatible with a debugging tool from Shane (I forgot its name, but the list archive will tell it to yo

Re: [Zope] RE : [Zope] NESTED IN STATEMENTS AND PASSING VARIABLES in DTML

2000-11-20 Thread Dieter Maurer
Kelvin Cheong writes: > > > id=&seq=&vid= > > where can i find out more about these properties, i.e. the seq...vid... and > so on..? The argument to "dtml-in" is a sequence of objects. "dtml-in" iterates over the objects. In each iteration, "dtml-in" exports the current objects attrib

Re: [Zope] Permission problems...

2000-11-20 Thread Dieter Maurer
Curtis Maloney writes: > I really can't understand this... I am logged in as my normal Manager role > user, editing away on my site. In the management section, no problems... I > can edit, add and delete to my hearts content. > > However, when I try the normal view, one a certain page I

Re: [Zope] How exactly do I restart zope?

2000-11-20 Thread Dieter Maurer
NYNewMedia writes: > How exactly do I restart zope? Under Unix, "./stop; ./start" in the Zope installation directory. Under Windows: "Shutdown" from Zope's Control Panel (to stop Zope) "start" (in Zope's installation directory) to start Zope. There is a way to start Zope at NT service.

[Zope] Zope / DCOracle / ZOracleDA / Oracle 7.3.3 crash/respawn problem

2000-11-20 Thread Chris Beaumont
Zopatistas! ;) I am using the most recent versions of (Linux) DCOracle and ZOracleDA to connect my Zope (2.1.6) installation to a copy of Oracle 7.3.3 running on another (Solaris) machine. The Oracle database is rock solid, but I have been having a problem with Zope, one I need to fix. Basicall

[Zope] jcNTUserFolder on 2.2.x

2000-11-20 Thread Andy McKay
Is there an updated version or product similar to jcNTUserFolder (allowing NT authenitcation in Zope) that works in Zope 2.2.x? Or am I going to have to upgrade jcNTUserFolder? TIA. -- Andy McKay, Developer. ActiveState. ___ Zope maillist - [EM

Re: [Zope] FTP crashing zope

2000-11-20 Thread Martin Winkler
At 21:04 20.11.2000, Ron Bickers wrote: >Someone suggested to me that when they used passive mode [for FTP Server] >it would not crash,vs. using normal mode it would sometimes. Yes, that's correct. But it is way too easy for malicious people to kill a Zope-Server that has FTP enabled. They just

[Zope] ANNOUNCE: Zope 2.2.4 beta 1 released...

2000-11-20 Thread Brian Lloyd
Hello all - Zope 2.2.4 beta 1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.2.4b1/ This release supercedes the 2.2.3 release of Friday, which had an error that prevented permissions from being acquired correctly. Until the testing inf

[Zope] FTP crashing zope (was: snappier zope.org/how to make sites as snappy)

2000-11-20 Thread Ron Bickers
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Martin Winkler > Sent: Monday, November 20, 2000 6:45 AM > To: [EMAIL PROTECTED] > Subject: Re: [Zope] snappier zope.org/how to make sites as snappy > > BTW: we do not use the FTP-Server feature of Zop

Re: [Zope] Search and replace

2000-11-20 Thread Jonothan Farr
> ideally two external methods. one recurses through folders collect > objects of a particular meta_type > > the second external method calls the first to get a collection of > objects for a particular meta_type and performs string manipulations on > the raw() representation of the method. I thin

Re: [Zope] Search and replace

2000-11-20 Thread Steve Spicklemire
Hi Robin, ZCVSMixin works with ZClasses. It's a little cumbersome at the moment due to the Container/Contained problem and others: http://dev.zope.org/Wikis/DevSite/Proposals/SynchronizationMechanismZCVSMixin But it does manage ZClass method and properties on the filesystem. You do need to

Re: [Zope] Image Maps

2000-11-20 Thread seb bacon
* CURTIS David <[EMAIL PROTECTED]> [001120 16:46]: > I am looking for information on Image Maps using Zope. I know that you need to use >a CGI script to get the results that you need. The search engine displays some >products that seem similar, but not exactly. Is there a better way? I'd

[Zope] Question about security

2000-11-20 Thread Joaldo Junior
Does anyone can inform if is there any kind of function, which a common user can change your password by the same way a superuser can do in ACL_User? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross post

Re: [Zope] Search and replace

2000-11-20 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Daniel Rusch <[EMAIL PROTECTED]> writes >I have been following this thread with mild amusement. Those of you who >don't think that there is any need for a search and replace are being, >at the least, disingenuous. Have you never needed to replace a dtml var >that is

Re: [Zope] Search and replace

2000-11-20 Thread Daniel Rusch
I have been following this thread with mild amusement. Those of you who don't think that there is any need for a search and replace are being, at the least, disingenuous. Have you never needed to replace a dtml var that is on a hundred or more pages with another one, but replace it only on some of

[Zope] Image Maps

2000-11-20 Thread CURTIS David
I am looking for information on Image Maps using Zope. I know that you need to use a CGI script to get the results that you need. The search engine displays some products that seem similar, but not exactly. Is there a better way? Dave

RE: [Zope] Big Work Ahead - any advise ???

2000-11-20 Thread Farrell, Troy
Your note is vague. When designing sites of such magnitude, remember to use dtml-var (replacable content) where content is duplicated, and know acquisition very well. Bon chance. Troy -Original Message- From: George Osvald [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 18, 2000 8:4

Re: [Zope] Search and replace

2000-11-20 Thread Ender
Lee Hunter wrote: > > Martin Winkler wrote > > I just wanted to express that this feature may be too hard to > > program for > > the (IMHO) rare cases that we really need it, but IF there its not that hard to program, if you want just want to replace, previewing is a bit difficult, because your

RE: [Zope] Search and replace

2000-11-20 Thread Lee Hunter
Martin Winkler wrote > I just wanted to express that this feature may be too hard to > program for > the (IMHO) rare cases that we really need it, but IF there I had understood that Python and Zope excelled at string manipulation. That's why I am surprised that it would be difficult to scan a fo

RE: [Zope] Problems using M18

2000-11-20 Thread Farrell, Troy
This is known bug 59387 with mozilla. It is related to the usage of frames. http://bugzilla.mozilla.org/show_bug.cgi?id=59387 Troy -Original Message- From: Andreas Tille [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 8:06 AM To: Zope user list Subject: [Zope] Problems using

RE: [Zope] RE: ANNOUNCE Zope 2.2.3 release...

2000-11-20 Thread Brian Lloyd
> How long before we end up with 2.2.4 a3 and 2.2.4 b1 with no-one really > knowing what's going on? > Taking what is effectively another point onto the version number doesn't > really help. I can only think of 2.1.7 that was withdrawn, and as long > as 2.2.4 comes along pretty swiftly, there shou

Re: [Zope] Problems using M18

2000-11-20 Thread Christopher J. Kucera
Andreas Tille wrote: > I just gived Mozilla M18 a try and noticed that Button of the > browser doesn't work in zopüe management screen. Netscape 4.75 (and Actually, that seems to be a problem with M18 and Frames in general. Sometimes it works, sometimes it doesn't. I'm guessing this is already

RE: [Zope] Search and replace

2000-11-20 Thread Martin Winkler
At 14:59 20.11.2000, Lee Hunter wrote: >Maybe the manufacturers of Spam send your company a lawyer's letter saying >that use of the word 'Spam' on your website infringes on their trademark [...] Now I got it. Well, nobody expected a lawyer's letter or the Spanish Inquisition... But then, the s/r

[Zope] Retrieving the week number from strftime()

2000-11-20 Thread Jacob Lundqvist
Ok this is not the quickest of responses ;) I found an old thread about week numbers, where you suggested dividing the dayOfYear by 7 That only works if the year starts on the first day of week What surprised me is that the normal python method wasn't mentined anywhere in the thread I think

[Zope] how-to list all the zclasses constructors ?

2000-11-20 Thread Didier Georgieff
Hello, I need to have a simple list choice for adding ZClasses instances instead of using manage_workspace (because the users are really *end* users and speaks french). We are using Yihaw and extending it with news Zclasses. So we have a Zclass, a my_addForm in french , my_add methods and a m

[Zope] Problems using M18

2000-11-20 Thread Andreas Tille
Hello, I just gived Mozilla M18 a try and noticed that Button of the browser doesn't work in zopüe management screen. Netscape 4.75 (and for sure other browsers) works well. Is this more a Mozilla or more a Zope problem. I expect the first but may be someone could write a more qualified bug r

RE: [Zope] Search and replace

2000-11-20 Thread Lee Hunter
Martin Winkler wrote: > the object-oriented approach is great for not having > to search/replace > anymore. I really do not know any situation where s/r is > still needed. The > people who fill in content in our company have > ZClass-Interfaces, and they > only insert actual content. I understan

RE: [Zope] Search and replace

2000-11-20 Thread Max Møller Rasmussen
From: seb bacon [mailto:[EMAIL PROTECTED]] >I was about to add my voice to this thread, and say: > what's wrong with emacs s/r (or whatever your favourite ftp-aware > editor is)? >Then I had to do something like Max's example, across 12 different >docs, and changed my mind... >There's probab

Re: [Zope] Search and replace

2000-11-20 Thread Kyler B. Laird
On Sun, 19 Nov 2000 15:03:46 -0500 you wrote: >Is there any way to do a 'search and replace' in a Zope folder (and it's >subfolders)? Ha! Funny you'd mention this in this way. I've thought that a search and replace could be used on www.zope.org to help force Zope documenters to use "it's" cor

Re: [Zope] Web mail with POP3

2000-11-20 Thread Doug Hellmann
If all you need is POP3 mail, you might want to check out http://www.zope.org/Members/dshaw/POPMailProduct. Doug Aleksander Salwa wrote: > > I need to build a web mail product with pop3 back-end. > There is WorldPilot, but AFAIK it has no pop3 support. > I'm thinking about taking web inteface/a

RE: [Zope] Search and replace

2000-11-20 Thread Max Møller Rasmussen
From: Martin Winkler [mailto:[EMAIL PROTECTED]] >Another thought: If Zope would offer s/r, then a bunch of programmers >would stick in their bad behaviour _not_ implementing 's, because >"it's easy and effortless to replace everything from 'Copyright 2000' to >'Copyright 2001'". But think of it:

Re: [Zope] problem creating properties via python methods

2000-11-20 Thread Chris Withers
Try moving your manage_addDTMLDocument: > > > > value=REQUEST['new_name'], type='text', REQUEST=REQUEST)"> > value=REQUEST['new_message'], type='text', REQUEST=REQUEST)"> > value=REQUEST['new_phone'], type='text', REQUEST=REQUEST)"> > > > cheers, Chris

[Zope] get me in contact with others

2000-11-20 Thread jacintha menezes
Hi, In regard of the problem i stated last time(two persons can't access the page simultaneously with different login id's ). Is it possible to avoid Zope error which occurs & instead give our message ?. If you know anybody who are using Gadfly database kindly put me in contact with them.

Re: [Zope] RE: ANNOUNCE Zope 2.2.3 release...

2000-11-20 Thread Chris Withers
Brian Lloyd wrote: > > I think that is reasonable - in practice I have found that > many people tend not to upgrade until something is declared > "final", but your point is taken and a little feedback is > better than none. I'll make Monday's release 2.2.4 b1. Please! No! Don't go down the same

Re: [Zope] getitem problem

2000-11-20 Thread Chris Withers
Matt wrote: > ^ Here's your problem. The string supplied to getitem() can't contain dots since it should be the id of a single object Given that you're passing a 1 as getitem's second attribute, the following

Re: [Zope] snappier zope.org/how to make sites as snappy

2000-11-20 Thread Martin Winkler
At 02:28 20.11.2000, you wrote: >i've increased the cache numbers in Control_Panel. i've also increased the >thread numbers. i've moved graphics to be served by apache. not the best idea to serve graphics by apache. The setup in our company seems nice to me and looks like this: squid in http-a

RE: [Zope] Search and replace

2000-11-20 Thread Martin Winkler
At 05:58 20.11.2000, Lee Hunter <[EMAIL PROTECTED]> wrote: > Isn't replacing text one of the most fundamental tasks when creating and > maintaining a web site or any other set of documents, for that matter? No, as far as I am concerned. Since I am using Zope (and trying to learn Java), the object

[Zope] Re: Re-2: [Zope] Search and replace

2000-11-20 Thread Stefan H. Holek
On 20 Nov 2000 [EMAIL PROTECTED] wrote: > Hello Stefan, > which replace product do you mean? > Arno http://www.zope.org/Members/cguardia/replace but be warned, it does NOT work with Zope 2.2.x (breaks your Folder.py) Stefan ___ Zope maillist -

Re: [Zope] Search and replace

2000-11-20 Thread Stefan H. Holek
FWIW, there used to be the replace product that worked great for me with Zope 2.1.6. Pity I upgraded ;) Stefan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related list

RE: [Zope] ZMailIn - alternatives?

2000-11-20 Thread Andy Dawkins
Vince What specifically is the problem. As author of the ZMailIn Products prehaps I can help you solve your problem. -Andy >Hi Zope, > >I tried to install ZMailIn but due to several >x-envelope-to-header problems from different providers I think >it'll not become a viable way of getting artic

Re: [Zope] Inserting LONGs with DCOracle

2000-11-20 Thread Peter Sabaini
do something like: from DCOracle import * conn=Connect( "%s/%s@%s" % (user,pw,srv) ) h=conn.prepare("insert into table_x (x,y,z) values :p1, p2:, :p3") long_str = 'a'*8000 h.execute(1,2,long_str) assuming column z is declared as LONG hth peter. On Fri, 17 Nov 2000, Dorothea Kuehn wrote: :

Re: [Zope] The Calendar Tag

2000-11-20 Thread Jerome Alet
On Mon, 20 Nov 2000, Kaeidinejad, Shahram wrote: > How can give me more information about product "The Calendar Tag"? > Is may be to use "The Calendar Tag" with MS-Outlook? The CalendarTag's purpose is to render calendars in html (or dtml ;-) documents. The webmaster only has to code the renderi

[Zope] The Calendar Tag

2000-11-20 Thread Kaeidinejad, Shahram
Hi, How can give me more information about product "The Calendar Tag"? Is may be to use "The Calendar Tag" with MS-Outlook? cu Shahram ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML en