[Zope-dev] strange permission errors again

2000-06-17 Thread Robin Becker
After the latest round of CVS updates I am again getting strange requests for authorisation in unusual places. No matter that I use my admin to try and validate they still occur. Typical piece of code is dtml-with "_.namespace(SUB=include.ZGA_Eval(sub))" dtml-if "_.len(SUB)0"

[Zope-dev] passing variables

2000-06-17 Thread josh on
Is there a way to pass variables from one page to another using an a href but not including them in the url after a ?? sorry, I know this is an html question, but I figured it was pretty zope related. josh on ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] passing variables

2000-06-17 Thread Robin Becker
In article 000b01bfd866$1d2cc3c0$0fc550c2@joshon, josh on [EMAIL PROTECTED] writes Is there a way to pass variables from one page to another using an a href but not including them in the url after a ?? sorry, I know this is an html question, but I figured it was pretty zope related. josh on

Re: [Zope] From where does nothing spring from?

2000-06-17 Thread Evan Simpson
- Original Message - From: "Graham Chiu" [EMAIL PROTECTED] dtml-var "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))" where f_Email is an instance of the product, then the words 'None' are returned as well, and render to the screen. REQUEST.set returns None. You want to use

[Zope] Re: From where does nothing spring from?

2000-06-17 Thread Hung Jung Lu
--- In [EMAIL PROTECTED], Graham Chiu [EMAIL PROTECTED] wrote: dtml-var "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))" This mistake happens all the time. :) Instead of "var", use "call". dtml-call "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))" dtml-var "REQUEST.error" (I think

Re: [Zope] Instanciate a ZClass out of Zope

2000-06-17 Thread Oleg Broytmann
On Sat, 17 Jun 2000, FR Chalaoux wrote: I would like to instanciate a Zclass, I created in Zope, out of Zope web interface. I mean create objets, base on this ZClass, in ZODB with a python script out of Zope. What are the different solutions to do that ? Is there code exemples around ?

[Zope] Re: programatically generating images

2000-06-17 Thread Hung Jung Lu
Grüß Dich, There are many freeware utilities out there for generating images on-the-fly. I don't know about Zope products, but I guess it's better for you anyway to handle the details by hand. Check out these links. (I saved them recently from the Python list... haven't tried them myself,

[Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Rajil Saraswat
On Sat, 17 Jun 2000, Rajil Saraswat wrote: Hi, I am newbie to zope(infact installed it yesterday). Just impressed with its capabilities. But there are somethings i cant figure out. I want to transfer a whole website containg javascript/html/cgi on zope. how do i do it. is it possible.

[Zope] Transaction in zodb

2000-06-17 Thread Sin Hang Kin
Hi, Is transaction build in of ZODB? I have a product which keep a counter property and a inc method which will increase the property with a integer amount. I would like to make sure that concurrent inc call will not cause problem. Is ZODB automatically do transaction and prevent corrupt of

[Zope] Transaction in zodb

2000-06-17 Thread Sin Hang Kin
Hi, Is transaction build in of ZODB? I have a product which keep a counter property and a inc method which will increase the property with a integer amount. I would like to make sure that concurrent inc call will not cause problem. Is ZODB automatically do transaction and prevent corrupt of

[Zope] [Fwd: [Projet-zf] Etat des lieux Zope-France]

2000-06-17 Thread FR Chalaoux
Le ZWiki permet de faire cela, non? FR. "Sebastien Douche (ml)" wrote: Le Tue, Jun 13, 2000 at 06:01:44PM +0200, FR Chalaoux à écrit: # Salut à tous, Salut FR, content de te voir vivant :-) # Bon, je vois qu'il y une certaine excitation chez ZF et c'est bien normal vu # les

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Rajil Saraswat
can i replace javascript with python/DTML. I have used drop down menus in the pages using javascript. Is these available in Zope or is there some way of using these. Is there some book released on zope/DTML for reference. Does this mean a complete rewrite of the code is required of all the

Re: [Zope] Big folders

2000-06-17 Thread Shane Hathaway
Jimmie Houchin wrote: I've been studying SQL this week because I've been thinking that I'll probably have to use a RDBMS to develop my site. Ideally and philosophically I like ZODB. Mountable ZODBs give me much of what I need with the possible exception of a big folder problems. My

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Stephan Richter
At 12:12 AM 6/18/00 +0530, you wrote: can i replace javascript with python/DTML. I have used drop down menus in the pages using javascript. Is these available in Zope or is there some way of using these. Javascript is client based, whereby Zope handles only server-side activities similar to

[Zope] Re: From where does nothing spring from?

2000-06-17 Thread Graham Chiu
In article [EMAIL PROTECTED], Hung Jung Lu [EMAIL PROTECTED] writes This mistake happens all the time. :) Instead of "var", use "call". dtml-call "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))" dtml-var "REQUEST.error" (I think you face is red, now. ha! OK, I maybe wrong.) Not really, I

RE: [Zope] Big folders

2000-06-17 Thread Albert Langer
[AL] As well as an ETA for Btrees, in the absence of ZPatterns documentation, could somebody please post URLs for specific references to further information about Btrees in particular and Zpatterns in general, - eg email list archives and other Wickis particular thread URLs etc. I've been

Re: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread George Donnelly
you do need zope to be installed on your isp (webhost). not all hosts will allow it though. you should ask whether they have any policy about long-running processes. in order to install you need to download the appropriate version of zope, ftp it into the appropriate place and then unpack it and