Re: [Zope] a warning message before performing an action

2007-06-14 Thread Alan
Thanks you guys, Indeed, I just 'copy & paste' the javascript code from php to my zpt and voilĂ , it worked. Sorry for bothering you guys with such a simple question, but at first I was wondering zope would have something more interesting, never mind. Many thanks. Cheers, Alan

[Zope] a warning message before performing an action

2007-06-14 Thread Alan
Dears, I have a web page with some buttons (http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] help with detecting mime_type

2007-05-24 Thread Alan
ly if I cannot find anything fairer. Many thanks in advance. Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~

[Zope] about LocalFS

2007-04-02 Thread Alan
ce it keeping at least LocalFS features? Many thanks in advance. Regards, Alan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo

[Zope] Re: presenting content in Zope generated outside

2007-03-29 Thread Alan
Hi Laurence, thanks a lot for your help. I studied the examples and other programs and did a sort of solution to my problem based on iFrame. Besides, it's always fun to know something new about zope. Thanks again. Cheers, Alan Date: Mon, 26 Mar 2007 16:58:05 +0100 From: Laurence

[Zope] presenting content in Zope generated outside

2007-03-26 Thread Alan
Dears List-mates, I have a program that process some data analysis and it's able to generate html docs to be visualised in a web browser. What I am trying to figure out is a way of wrapping this external html docs inside Zope/Plone. Trying to explain it better: I would like to present such data

[Zope] Re: open image in a fitted new window

2007-03-23 Thread Alan
Thanks Tres and Tino. BTW Tino, what do you mean with "...or uses layers the big view on top with little DOM action (preferred)..." something like passing the mouse point over the picture and have the full-size version of the image? Cheers, Alan On 22/03/07, [EMAIL PROTECTE

Re: [Zope] open image in a fitted new window

2007-03-22 Thread Alan
Thanks Jonathan, I can understand your point. So I will google for a way (example/tutorial) of how integrating javascript in a zpt. Cheers, Alan On 22/03/07, Jonathan <[EMAIL PROTECTED]> wrote: - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: "

Re: [Zope] open image in a fitted new window

2007-03-22 Thread Alan
k and open an image in a fitted new window without buttons, address field etc.? Cheers, Alan On 22/03/07, Maciej Wisniowski <[EMAIL PROTECTED]> wrote: > I was wondering how to once clicking on a image (thumbnail) I would > get the full-size image in a fitted new window, without buttons

[Zope] open image in a fitted new window

2007-03-22 Thread Alan
A example/tutorial would be very welcome so. If it can be done without javascript, just with zope tools, that would be very appreciated. Many thanks in advance. Cheers, Alan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] External Method importing modules

2007-02-13 Thread Alan
Well, I did it: from App.config import getConfiguration extPath = getConfiguration().instancehome+'/Extensions' if sys.path.count(extPath) == 0: sys.path.insert(0, extPath) And it worked for what I wanted. On 13/02/07, Alan <[EMAIL PROTECTED]> wrote: On 13/02/07, Andr

Re: [Zope] External Method importing modules

2007-02-13 Thread Alan
am aware about adding the path only once (that's why there's a 'if') and then I avoid recursive insertions. Cheers, Alan On 13/02/07, Jonathan <[EMAIL PROTECTED]> wrote: - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: "Andreas J

Re: [Zope] External Method importing modules

2007-02-13 Thread Alan
Thanks Andreas, I am trying with: if sys.path.count(myPath) == 0: sys.path.insert(0, myPath) where myPath should be '[Zope installation folder]/instance/import'. So my question now is: is there a variable inside Zope which can returns the 'import' path? Many thanks in ad

[Zope] External Method importing modules

2007-02-13 Thread Alan
external method, but no success. Any help would be very appreciated. Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28

[Zope] user attributes

2007-02-13 Thread Alan
Dears, I have in a external method user = REQUEST.AUTHENTICATED_USER And so I can get user.getUserName(), user.getAllGroupNames() but I cannot find how to get user's full name and user's e-mail. Any idea? Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - CCP

Re: Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-08 Thread Alan
t happened here since we only switched zope to apache? And what we are loosing since I am not using filestream_iterator anymore? A sort of performance? Anyway, is there any new version of LocalFS to be downloaded? Many thanks to you all guys. Cheers, Alan On 07/01/07, Dieter Maurer <[EMAIL PROT

Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-05 Thread Alan
Anyway, it was working before... Cheers, Alan On 04/01/07, Andreas Jung <[EMAIL PROTECTED]> wrote: - --On 4. Januar 2007 17:52:07 + Alan <[EMAIL PROTECTED]> wrote: > Hi List! > > I got a problem. I found out that any file located in a LocalFS folder > bigger than 1

[Zope] Limit size download file in Zope wih LocalFS

2007-01-04 Thread Alan
very welcome. Many thanks in advance. Cheers and Happy New Year 2007. Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28<< -- Alan Wilter S. da

[Zope] the name of the 'user' running zope

2006-11-09 Thread Alan
Hi dears, Is there a way (method or attribute) of getting the string for the 'user' running zope? Many thanks in advance. Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA,

Re: Re: [Zope] Mime type for PDB files

2006-11-02 Thread Alan
Hi Andreas, That's solve my problem. Cheers, Alan On 01/11/06, Andreas Jung <[EMAIL PROTECTED]> wrote: --On 1. November 2006 04:56:28 + Alan <[EMAIL PROTECTED]> wrote: > Hi List! > > I have some lines in a ZPT file creating a link to PDB files in a > Local

[Zope] Mime type for PDB files

2006-11-01 Thread Alan
linked files in Zope? I would thank any attention in advance. Regards, Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28

[Zope] listing files in a LocalFS folder

2006-10-26 Thread Alan
I want is: ^^ and link the content inside LFSfolder. But it does not work. Does anyone know a way of doing what I want? Many thinks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, Uni

Re: Re: [Zope] external method: importing and updating method

2006-10-05 Thread Alan
Hi List, crontab is really a bad idea. We quitted that. Thanks for your commentaries. Alan On 05/10/06, Chris Withers <[EMAIL PROTECTED]> wrote: Alan wrote: > Thanks for help. I did what suggested below. We also set a crontab to > restart the zope server every night,

Re: Re: [Zope] external method: importing and updating method

2006-10-04 Thread Alan
Hi Folks, Thanks for help. I did what suggested below. We also set a crontab to restart the zope server every night, but them I was wondering if it is a good idea. Cheers, Alan On 03/10/06, Jonathan <[EMAIL PROTECTED]> wrote: - Original Message - From: "Dieter Maur

[Zope] external method: importing and updating method

2006-10-02 Thread Alan
, because Zope is still using the old version. (If I run outside Zope, the code works). And yes, I saved the external method in Zope FS. So, what else may I be missing? Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of

Re: Re: [Zope] a LocalFS that works

2006-09-14 Thread Alan
in my Zope 2.9.3-, python 2.4.2, darwin. Does anyone know if the either the patched version above will work with Zope 2.8.5-final, python 2.3.5, sunos5? I am not the admin there and I just want to save her time having problems if I request her such Product to be installed. Cheers, Alan On 14/

[Zope] a LocalFS that works

2006-09-14 Thread Alan
n 1.7!) but from 2004/2005 or PloneLocalFS (or now PloneSingleLocalFS!), but alpha. To summarize, I am lost. A link would be very welcome. Thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court

[Zope] ZPT based on files in local filesystem folder

2006-09-13 Thread Alan
Any commentary or advice would be very welcome. TIA, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28<< ___ Zo

[Zope] passing *args to external method

2006-09-12 Thread Alan
x27;d appreciate very much any attention. Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28<< _

[Zope] Dictionary in ZPT

2006-09-12 Thread Alan
on: jname" or tal:define="global null python: data['jname']=jname" But I get only error. Is there a way of creating and increasing a dict inside Zope template page? Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department o

[Zope] Killing children process

2006-09-07 Thread Alan
o, how? Many thanks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28<< ___ Zope maill

Re: Re: Re: [Zope] download a file in a specific folder in the filesystem

2006-08-24 Thread Alan
Thanks a lot guys, it's working fine. elif (func == 'Download'): fname = os.path.join(jobdir,'results.zip') file = open(fname,'rb').read() self.REQUEST.RESPONSE.setHeader('Content-Type', 'application/zip') return file Cheers,

Re: Re: [Zope] download a file in a specific folder in the filesystem

2006-08-24 Thread Alan
ile = open(fname,'rb').read() return file but instead of having the file downloaded, it is printed in my browser, as if it was a ascii file. I guess I need to add a mime type property here, but I am running out of ideas. Any commentary would be very welcome. Cheers, Alan On 24/08/06, Ri

[Zope] download a file in a specific folder in the filesystem

2006-08-24 Thread Alan
ile inside zope space. I would thank in advance any help. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac

Re: Re: [Zope] autorefresh a web page every x minutes

2006-08-04 Thread Alan
Thanks a lot! Cheers, Alan On 04/08/06, Joerg Baach <[EMAIL PROTECTED]> wrote: Hi Alan, > Is there a way of doing a particular page template (ZPT) keeping > reloading/refreshing itself every x minute? replace 42 with the number of secs to refresh, template_id with the id of

[Zope] autorefresh a web page every x minutes

2006-08-04 Thread Alan
Dears, Is there a way of doing a particular page template (ZPT) keeping reloading/refreshing itself every x minute? I hope so. Any help would be very appreciate. Many thinks in advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University

Re: Re: [Zope] defunct process with os.spawn*

2006-08-03 Thread Alan
Guys, I must say that I really appreciate your attention, that's pretty cool to have such a nice people to give support to newbies like me. Based on what got here I found a solution that worked for me: pid_test,st=os.waitpid(jpid,os.WNOHANG) Now, let's go for the next trouble... Ch

[Zope] defunct process with os.spawn*

2006-08-02 Thread Alan
able solution. I am running: Plone 2.1.2, Zope (Zope 2.8.5-final, python 2.3.5, sunos5), Python 2.3.5 (#1, Feb 14 2006, 10:51:41) [C], -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http

Re: Re: [Zope] button to submit with several parameters and call python script

2006-08-01 Thread Alan
Thanks guys, but I got another solution that worked (after some hours googling). Cheers, Alan On 02/08/06, David H <[EMAIL PROTECTED]> wrote: Alan wrote: > Hi Dears, > > I am looking for ideas of how to use a submitting button to pass > several parameters to a python

[Zope] button to submit with several parameters and call python script

2006-08-01 Thread Alan
parameters jname, juser print jname, juser return printed and nothing is printed. But what I would like was something like clicking on a button I would call a specific python script with parameters, eg: Any help here would be very appreciated. Many thanks in advance. Cheers, Alan -- Alan Wilter

[Zope] DB in Zope

2006-07-24 Thread Alan
Hi! I need a very simple DB in Zope, a table with 5 columns, less than 100 entries, to write, read and update, nothing else. Is Gadfly a serious option? Do l loose my database if Zope is restarted? Which other option, easy to use? A tutorial? Many thinks in advance. Cheers, Alan -- Alan

Re: [Zope] default webpage after External Method script executed

2006-07-21 Thread Alan
Thanks a lot for your reply. Both ways worked for me with a little modification, I had to remove 'context'. return self.Status.index_html(**options) return self.REQUEST.RESPONSE.redirect('index_html?submit=ok') Cheers! Alan On 20/07/06, Andreas Jung <[EMAIL PROTECTED]&g

[Zope] default webpage after External Method script executed

2006-07-20 Thread Alan
advance. Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. http://www.bio.cam.ac.uk/~awd28<< ___ Zope maillist - Zope@zope.or

Re: [Zope] external method with import tarfile

2006-07-19 Thread Alan
ad()) f.close() ... tar = tarfile.open(oname,"r:gz") for itar in tar: tar.extract(itar.name,jobdir) return "Done" Cheers, Alan On 18/07/06, Alan <[EMAIL PROTECTED]> wrote: Thanks for your reply. Yes, my script works and my file are not broken. I am using mac osx

[Zope] external method with import tarfile

2006-07-18 Thread Alan
ered while publishing this resource. Error Type: IOError Error Value: CRC check failed If I comment the for loop my scripts finish well, but then it does not uncompress the file. Please, any help would very appreciated. Many thanks in advance, Cheers, Alan -- Alan Wilter S. da Silva, D.Sc. - Research

Re: [Zope] Zope, Apache, REMOTE_USER

2005-12-21 Thread Alan Milligan
ng is that Zope's HTTPRequest is grabbing the AUTHORISATION header and processing it, sticking the contents into the _auth attribute. You should probably grab it from here. Alan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listi

Re: [Zope] Zope, Apache, REMOTE_USER

2005-12-21 Thread Alan Milligan
Zope, I'd be surprised. You can also use Apache directives to do this as well. It's been a while but SetEnv does spring to mind... Alan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Render a string as tal

2005-11-18 Thread Alan Warren
On 11/18/05, Chris Withers <[EMAIL PROTECTED]> wrote: > Alan Warren wrote: > > single image into a folder. So, I have a folder called view. When an > > image is viewed the URL looks like > > /some_album/some_pic.jpg/view/?display=large >

Re: [Zope] Render a string as tal

2005-11-16 Thread Alan Warren
ct that part of the URL, and then pass it to the path function. The code looks like this: HTH, Alan On 11/16/05, Chris Withers <[EMAIL PROTECTED]> wrote: > Mark Gibson wrote: > > However, what I'm looking for is being able to take a string such as > > 'The

[Zope] Re: CMFSin time errors

2005-04-05 Thread alan runyan
pe API -> DateTime read the information about DateTime; its very picky about the parsing of strings. I cant remember if that is a valid time for RSS. -- Alan Runyan http://www.enfoldsystems.com/ p. +1.713.942.2377 f. +1.832.201.8856 ___ Zope maill

RE: [Zope] Re: Some help required but no sarcastic comments this time pleas ee

2001-01-24 Thread Capesius, Alan
Supposed to be in NT7 (after whistler) It will be a headless version. >>>-Original Message- >>>From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] >>>Sent: Wednesday, January 24, 2001 3:16 PM >>>To: Capesius, Alan; [EMAIL PROTECTED] >>>Subj

RE: [Zope] Re: Some help required but no sarcastic comments this time pleas ee

2001-01-24 Thread Capesius, Alan
t. This will certainly interest the mouse-phobic. If I want USB for multimedia solutions, I'll probably do it under BeOS. Then again, I'll probably use firewire. (which should've been in windows instead of USB from the start. Alan >>>-Original Message- >>>

[Zope] Re: Some help required but no sarcastic comments this time pleasee

2001-01-24 Thread Capesius, Alan
I understand people do use Win9x, but I would always recommend NT 4 workstation over 9x unless there is an overpowering need for USB. I don't use USB myself and have been using NT exclusively on the desktop since 94. When properly configured it is much more stable. Nowadays, NT5 (oops 2000) is a

[Zope] Re: Some help required but no sarcastic comments this time please

2001-01-24 Thread Alan Capesius
http://techsite.tech-world.com/zopetips.htm for NT specific info. I would also recommend NOT using Win9x for ANYTHING. I always use NT. Other than that, have you installed the Win32 python extensions? Not sure if these are required with mySQL as I haven't used it myself. Alan > <[EMAIL P

RE: [Zope] Some help required but no sarcastic comments this time please

2001-01-23 Thread alan
alan, it seems like people are trying to help you. NOTE: no ones getting paid to answer your questions :) here are binaries for win32 for PostgreSQL and MySQL, http://highqualdev.com/ you can probably try these w/ the existing DA's ~ru

[Zope] 2Q: Catalog and REQUEST

2001-01-17 Thread alan runyan
I have a calendar each day is a radio button and the name=schedule_mmdd when I post to a page I want to do something like, get all the values that start with 'schedule'. I found no examples on how to iterate over the REQUEST objects values. anyone? times=[] for key in REQUEST['form'].keys()

[Zope] ZODBC configuration problems

2000-11-28 Thread Capesius, Alan
NT System account does not have network authority. http://msdn.microsoft.com/library/periodic/period98/ewn9824.htm http://support.microsoft.com/support/kb/articles/Q235/5/36.ASP Is the ODBC DSN a system DSN? Don't use User DSN. Alan Capesius, MCSE+21 Sysmex Corp of America >>&

[Zope] j2ee & zope

2000-11-25 Thread alan runyan
Ender pretty much summed everything I could say about J2EE and Zope. but I can tell you why we chose EJB/BEA at our company rather than something like ZOPE/OpenMerchant/PHP/etc. 1. we are consulting firm and we need to be able to leave a client. ZOPE could (at the time, and I believe stil

RE: [Zope] Multiple ZODBC sources

2000-11-22 Thread Capesius, Alan
PROTECTED]] >>>Sent: Wednesday, November 22, 2000 10:31 AM >>>To: Andrew Kenneth Milton >>>Cc: Capesius, Alan; [EMAIL PROTECTED] >>>Subject: Re: [Zope] Multiple ZODBC sources >>> >>> >>>I wonder if something like this would work: >

[Zope] Multiple ZODBC sources

2000-11-22 Thread Capesius, Alan
I need to join tables from two ODBC sources, one MS Access one SQL. ZODBC DA seems to be limited to one data source at a time. Is there any way to join tables from two different sources? Alan Capesius, MCSE+20 Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED

[Zope] How to display PDF files

2000-10-30 Thread Alan Johnston
... but I just can't find the answer. Thanks, Alan ___ 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.zope.org/mailman/listinfo/zope-dev )

RE: [Zope] ZODBCDA fails under 2.2

2000-08-03 Thread Capesius, Alan
Title: RE: [Zope] ZODBCDA fails under 2.2 Thanks Petteri, That did the trick nicely. Alan >>>-Original Message- >>>From: [EMAIL PROTECTED] >>>[mailto:[EMAIL PROTECTED]] >>>Sent: Wednesday, August 02, 2000 2:18 AM >>>To: [EMAIL PROTECTE

[Zope] 2.2 Explicit/implicit problem.

2000-08-01 Thread Capesius, Alan
Ownership indicates that they can switch, but does nothing when clicked. Anyone run into this? Alan Capesius, MCSE Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED]

[Zope] ZODBCDA fails under 2.2

2000-08-01 Thread Capesius, Alan
else encountered this? In my configuration, anonymous has acquired "Access", "View" and "use db methods" rights. I've also tried with explicit rights. Alan Capesius, MCSE Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED]

Re: [Zope] Log Out

2000-08-01 Thread Capesius, Alan
Title: Re: [Zope] Log Out There is a netscape guide to using cookies that might lend some insight into techniques for circumventing the HTTP authenticaion header problem at: http://developer.netscape.com:80/viewsource/bosamiya_tips.html Alan Capesius, MCSE Technical Support Engineer

[Zope] Evaluate Zope for New App

2000-07-29 Thread G. Alan Tucker
How suitable is Zope for this? - Any other comments or questions. Best regards - g -- These || G. Alan Tucker || Failure is not an option. . . Opinions || Tokyo, Japan|| Are My Own || [EMAIL PROTECTED] || It comes standard with Windows ___ Z

[Zope] RE: Slow ODBC source

2000-07-26 Thread Capesius, Alan
he learning curve to switch to unix. The migration to NTW is much more tranparent. Alan Capesius, MCSE Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED]

[Zope] Re: simple dtml-if question

2000-07-26 Thread Capesius, Alan
Title: Re: simple dtml-if question Joel that's really an HTML question. Use in every table field that contains only dtml tags. It isn't required if there is any text in the table field. Alan Capesius, MCSE Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED]

Re: [Zope] FAQ Wiki and What happend @ O'Reilly Conference

2000-07-23 Thread alan runyan
hi Fiona, I have not been able to keep track with ZOPE as much as I use to - way too much stuff happening. I am interested in helping out the FAQTs but I would like to here what the ZDP people have to say as well, and the community at large. my main mission: to have a FAQ that is very general

[Zope] FAQ Wiki and What happend @ O'Reilly Conference

2000-07-22 Thread alan runyan
hello, I'm working on quite a large java project and have been pushed back into ZOPE remission :( but I did have a chance to goto the O'Reilly Open Src Conference where I saw some pythoneers :) , lots of perl mongers :( and some fellow Zopistas. One of the things, that I'm not quite sure has bee

RE: [Zope] Authentication, Anonymous and Public

2000-07-05 Thread Capesius, Alan
page) Alan Capesius, MCSE Technical Support Engineer Sysmex Corporation of America [EMAIL PROTECTED]

[Zope] RE: Every user should have the Anonymous role everywhere

2000-07-01 Thread Alan Capesius, MCSE
e... > > Quoting from the LoginManager CHANGES.TXT file: > > Generic User Source, like the GenericUserFolder product it was > inspired by, > > gave all users the Anonymous role. This seems to be incorrect > according to > > what other user folders do, including t

RE: [Zope] Authentication, Anonymous and Public

2000-06-30 Thread Alan Capesius, MCSE
t; > From: Dieter Maurer[SMTP:[EMAIL PROTECTED]] > > Sent: Friday, June 30, 2000 4:40:26 PM > > To: Capesius, Alan > > Cc: [EMAIL PROTECTED] > > Subject:Re: [Zope] Authentication, Anonymous and Public > > Auto forwarded by a Rule > >

[Zope] Authentication, Anonymous and Public

2000-06-29 Thread Capesius, Alan
Title: Authentication, Anonymous and Public I'm running into a problem after implementing jcNTUserFolder in a subfolder of my site. Users can access the root level or particular subfolders anonymously. Once a user accesses the protected NTUserFolder, the credentials are saved in the browser

Re: [Zope] geting the type of an object from within dtml ???

2000-06-25 Thread alan runyan
> I have unsuccessifully been trying to figure out ou to get the type of an > object > from withing html. are you talking about a ZOPE object? remember if you are a DTML Method your 'meta_type' will return the container object (it doenst have its own namespace) you could try > Python is su

Re: [Zope] Re: user contributions to Zope.org (Mangled text)

2000-06-09 Thread alan runyan
Ken's email looks fine for me... I'm using Outlook Express 5 (?) although the message @ the url to egroups is mangled horribly ~runyaga > Not to be picky, Ken, but since you are from Digicool... could you take a > look at your own message at: > > http://www.egroups.com/message/zope/33350?&star

Re: [Zope] Re: [ZDP] Re: [Zope] The agony of the ZOPE Documentation

2000-05-24 Thread Alan Shutko
e Zope Book project which requires lots of clicking (and it took me a little while to figure out that there was actually content on the sub-sections, because the interface changed on me). Personally, I haven't gotten any further, because I just started. -- Alan Shutko <[EMAIL PROTECTED]> -

Re: [Zope] FYI: Thank you

2000-05-20 Thread alan runyan
thank you, thank you, thank you. tomorrow will be a day o' exploring :) just out of curiosity - can a ZEO StorageServer now have multiple ZODB's? ~runyaga ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cr