Re: [Zope] zope + img tags + javascript

2001-01-25 Thread Aleksander Salwa
On Thu, 25 Jan 2001, Lee wrote: I *hate* image maps but I'd like to use one so how can I add the details to the dtml-var imageName? I'd also like to add various bits Probably you need dtml-var "imageName.tag(attrib='value', attr2='v2')". ___

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

2001-01-25 Thread Stephane Bortzmeyer
On Wednesday 24 January 2001, at 17 h 49, the keyboard of [EMAIL PROTECTED] wrote: I'll believe it when I see it. Then I'll laugh when I see it crash. You rabid Unix bigot, how do you dare being so sarcastic? ___ Zope maillist - [EMAIL

Re: [Zope] Add this and possible bug, was Re: [Zope] Add this to Wish list

2001-01-25 Thread Jerome Alet
On Thu, 25 Jan 2001, Jerome Alet wrote: [PARENT] = which moves the selected objects up to the parent folder. Of course this is just a convenience for Cut Paste, but saves some clicks. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Did I miss some major change in Z SQL Methods ?

2001-01-25 Thread Hannu Krosing
Curtis Maloney wrote: Green things, I have a few methods poking about that just don't seem to make sense A Z SQL Method ( Returner.sql.getDetails ) which simply contains: SELECT * FROM Returner WHERE ReturnerID=dtml-sqlvar User type="int" Which returns

[Zope] Zope PTK Wizard

2001-01-25 Thread Priya Ramkumar
Hi I am trying to create a wizard in my portal to enable users to store information. In addition to the features of the already existing Document Wizard, I would like my Wizard to have more features like information about the category of the document, etc. I created a file called

[Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
Hi there, If someone could have a quick look at this I would really appreciate it! I cannot for the life of me understand this... I have a DTML method taking in parameters for use with sendmail, which when I *display* appear correct but when I *send* are altered slightly. I know where the

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

2001-01-25 Thread corey
And upon Thursday of January 25, the illustrious Stephane Bortzmeyer spake thusly... On Wednesday 24 January 2001, at 17 h 49, the keyboard of [EMAIL PROTECTED] wrote: I'll believe it when I see it. Then I'll laugh when I see it crash. You rabid Unix bigot, how do you dare

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

2001-01-25 Thread Chris Withers
Michelle Walden wrote: You could now recommend W2k as a much more stable *than either 95 or NT4* alternative that does USB support out of the box. Than NT4? I don't think so Chris ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread M.
Lee, This is more than likely your mailer doing this, not Zope. try: dtml-sendmail mailhost="MailHost" To: dtml-var "_.string.join(recipients,'@cs.strath.ac.uk, ')"@cs.strath.ac.uk From: "dtml-var sender" Reply-To: dtml-var senderEmail Subject: dtml-var subject X-Mailer: ZAPHOD Mail

Re: [Zope] Q's about Zope security model tweaking

2001-01-25 Thread Chris Withers
J B Bell wrote: I want to do authentication for a whole subset of the site (indeed, its entire public face really), but don't want a huge userfolder build from NIS. nisUserFolder doesn't seem like the right solution since I only want to use nis if they don't auth in the customary fashion.

[Zope] Editors [OT]

2001-01-25 Thread Chris Withers
Tres Seaver wrote: I'm liking it a lot -- the last reason to even consider using emacs is gone :) Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be: - Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff,

Re: [Zope] Did I miss some major change in Z SQL Methods ?

2001-01-25 Thread peter bengtson
Curtis, Doing Z SQL Methods (SELECT) is really easy with DTML. When you've got a working example of it in DTML, then we can perhaps help you to convert that into Python Method code. Cheers, Peter On Thursday 25 January 2001 16:50, Evan Simpson wrote: From: "Curtis Maloney" [EMAIL PROTECTED]

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
Hi, Thanks for your response. "dtml-var sender" gives me... From: "Lee"@cs.strath.ac.uk ... in the received message. A previous version I had of this script gave me the correct results (From: God, Reply-To: [EMAIL PROTECTED]) so I'm pretty-sure that's it's a problem with '@cs.strath.ac.uk'

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread Erik Enge
[[EMAIL PROTECTED]] | ... in the received message. A previous version I had of this script gave | me the correct results (From: God, Reply-To: [EMAIL PROTECTED]) so I'm | pretty-sure that's it's a problem with '@cs.strath.ac.uk' being appended. And you are running with the same mailserver, on

RE: [Zope] Editors [OT]

2001-01-25 Thread Max Møller Rasmussen
From: Chris Withers [mailto:[EMAIL PROTECTED]] Hmmm... interesting, maybe it's time to find a new editor... Try www.ultraedit.com . It's not free, but it ain't expensive, and I use it 12 hours/day with joy. Has only crashed on me twice in 4 years. regards Max M

Re: [Zope] Editors [OT]

2001-01-25 Thread Dario Lopez-Kästen
Textpad www.textpad.com EditPluswww.editplus.com I am using TextPad mostly now. Of course, given the choice, I'd much rather use BBEdit or Alpha on a Mac /dario - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Tres Seaver" [EMAIL PROTECTED] Cc: [EMAIL

[Zope] z2.py

2001-01-25 Thread Wolfgang Strobl
While analyzing a problem, I had a quick look into z2.py, and frankly, I don't understand the logic behind the so called "required path hackery for the win32 binary distribution". This hack unnecessarily makes the z2.py location dependant. The installer rewrites the z2.py source, inserting

Re: [Zope] Editors [OT]

2001-01-25 Thread Wolfgang Strobl
On 25 Jan 2001, 10:08 Chris Withers wrote: Tres Seaver wrote: I'm liking it a lot -- the last reason to even consider using emacs is gone :) Hmmm... interesting, maybe it's time to find a new editor... Why not use Riaan Booysens Boa Constructor IDE or Mark Hammonds PythonWin IDE?

Re: [Zope] DCOracle with Python 2.0?

2001-01-25 Thread Oleg Broytmann
On Wed, 24 Jan 2001, Michelle Walden wrote: I'm having zero success getting DCOracle to build with any version of Python using the included Makefile.pre.in files. Anyone with a working DCOracle install on RedHat 6.1 who might be willing to offer suggestions or donate binaries will receive

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
Vim, seconded apart from the FTP and WebDAV bits ;), but using cadaver sounds like a good option. See also http://www.zope.org/Members/philh/vim_html for a small howto on using Vim with FTP. - Original Message - From: "Oleg Broytmann" [EMAIL PROTECTED] To: "Zope Mailing List" [EMAIL

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
I just did a search on google and came up with some interesting Win32 versions of Vim 5.7.11: See http://vim.sourceforge.net/bin_download/00index.txt Since the Python and TCL interpreters are built in it should be possible to add seamless FTP/WebDAV clients into Vim, cool!

[Zope] Mozilla and Zope (Was: Re: [Zope] Editors [OT])

2001-01-25 Thread Erik Enge
[Wolfgang Strobl] | It's pure Python and wxPython (i.a. wxWindows) based, it even comes | with a first attempt of a Zope interface! I wonder that it doesn't | get more publicity here. On the other hand, I noticed that Shane | Hathaway is listed as one of the developers ... I though DigiCool

Re: [Zope] Editors [OT]

2001-01-25 Thread Tom Deprez
Hi, What about http://freshmeat.net/projects/boa-constructor/?highlight=boa ? I heard about this yesterday from Godefroid. With some changes we perhaps could add a Zope interface? Tom. - Original Message - From: "Dario Lopez-Ksten" [EMAIL PROTECTED] To: "Chris Withers" [EMAIL

[Zope] Unable to instantiate ZClass

2001-01-25 Thread Åsmund Hjulstad
My previous mail is further down. I have now done a fresh install from the CVS, after the beta3 release. If this problem is because I am using python 2.0, then I hope someone will fix this. If not, am I doing something wrong. Is everybody else using python 1.5.2? Asmund Hjulstad On

[Zope] .isCurrentDay strangeness

2001-01-25 Thread Michael Angelo
hi all, i have an indexing script which highlights the modification date table cell depending on whether the indexed object was modified today or in the past month. however, it seems a bit flakey. todays red cells (modified today) were objects modified on Aug 25, 2000 6:34 pm and Sep 25, 2000

[Zope] Zope gets stuck

2001-01-25 Thread Shai Berger
Hi guys, We've repeatedly encountered a weird situation where Zope gets stuck. Then, when we kill one of the Zope processes, it is released and answers requests. Has anybody encountered anything like this? I know this is a little short on information, but we are still trying to figure more

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
Boa already has a Zope interface via FTP. - Original Message - From: "Tom Deprez" [EMAIL PROTECTED] To: "Dario Lopez-Ksten" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 1:23 PM Subject: Re: [Zope] Editors [OT] Hi, What about

Re: [Zope] Re: Editors [OT]

2001-01-25 Thread Åsmund Hjulstad
KWrite (the "advanced editor" that comes with KDE) also supports FTP. I just found out, by entering "ftp:[EMAIL PROTECTED]/" in the File Open dialog... Åsmund Hjulstad ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] a little problem - $1 reward!

2001-01-25 Thread Lee
DON'T HAVE ANY WHITESPACE BEFORE THE MAIL HEADERS. (sorry for the shouting, but it's a classic misstake) I didn't realise that. Thanks. Does it work "DTMLless". I.e. does it work with statically typed in email addresses and such? Nope, 'From:Lee' still gives me [EMAIL PROTECTED] in the

Re: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released

2001-01-25 Thread Oleg Broytmann
Hi! Many cheers to DC people and the community! On Wed, 24 Jan 2001, Brian Lloyd wrote: Zope 2.3.0 beta 3 is now available. You can download it from Zope.org: http://www.zope.org/Products/Zope/2.3.0b3/ Finally it works for me lake a charm! (Even with python 2.0!) Thanks to all,

Re: [Zope] ZPoPyDa doesnt find the PoPy-Module

2001-01-25 Thread Axel Missbach
Thanks a lot. Moving the PoPymodule.so to the $ZOPE_HOME/lib/python1.5 works fine Axel [EMAIL PROTECTED] wrote: On Tue, Jan 23, 2001 at 07:41:45AM +0100, Axel Missbach wrote: [EMAIL PROTECTED] wrote: On Sun, Jan 21, 2001 at 11:27:30AM +0100, Axel Missbach wrote: Hey to all,

Re: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released

2001-01-25 Thread Chris Withers
Erik Enge wrote: [Oleg Broytmann] | Finally it works for me lake a charm! (Even with python 2.0!) Really? Python 2.0? Without any problems? Digicool's, are you supporting Zope on Python 2.0? That's the target for 2.4, isn't it? cheers, Chris

[Zope] 2.3 and Products

2001-01-25 Thread Andy Dawkins
I heard a rumour that with Zope 2.3 you don't need to restart the Zope server after making changes a (python) Product. Can anyone confirm this? If so how can I turn on/make this work ? -Andy ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released

2001-01-25 Thread Oleg Broytmann
On 25 Jan 2001, Erik Enge wrote: | Finally it works for me lake a charm! (Even with python 2.0!) Really? Python 2.0? Without any problems? I didn't found any, do you? Oleg. Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] Programmers don't

Re: [Zope] Zope Games

2001-01-25 Thread Mario Valente
At 20:53 1/24/01 +0100, Erik Enge wrote: [Gerald Gutierrez] | Does anyone know about any web games written in Zope, something akin | to Blacknova.net, which is written in PHP ? The source is at | http://sourceforge.net/projects/blacknova/. I don't. But I might be able to hook someone up with

Re: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released

2001-01-25 Thread Erik Enge
[Oleg Broytmann] | On 25 Jan 2001, Erik Enge wrote: | | Really? Python 2.0? Without any problems? | |I didn't found any, do you? I haven't tried running Zope with 2.0, yet. ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Re: Zope and Python 2.0

2001-01-25 Thread Oleg Broytmann
On Thu, 25 Jan 2001, [iso-8859-1] Åsmund Hjulstad wrote: I am having a nightmare getting ZClasses to work with Python 2.0. Does it work for you?? I don't create ZClasses because: 1. I am The Knight Of Command Line! I do not understand visual programming :) 2. I learned Zope Product API

[Zope] Re: Zope and Python 2.0

2001-01-25 Thread Åsmund Hjulstad
On Thursday 25 January 2001 16:37, you wrote: On Thu, 25 Jan 2001, [iso-8859-1] Åsmund Hjulstad wrote: I am having a nightmare getting ZClasses to work with Python 2.0. Does it work for you?? I don't create ZClasses because: 1. I am The Knight Of Command Line! I do not understand

RE: [Zope] 2.3 and Products

2001-01-25 Thread Brian Lloyd
I heard a rumour that with Zope 2.3 you don't need to restart the Zope server after making changes a (python) Product. Can anyone confirm this? If so how can I turn on/make this work ? -Andy That's not the case - it was something that we considered, but doing this with a consistent and

Re: [Zope] 2.3 and Products

2001-01-25 Thread Andy Dawkins
Brain Cheers, That explains why it wouldn't do it then :) -Andy Brian Lloyd wrote: I heard a rumour that with Zope 2.3 you don't need to restart the Zope server after making changes a (python) Product. Can anyone confirm this? If so how can I turn on/make this work ? -Andy

Re: [Zope] 2.3 and Products

2001-01-25 Thread Chris McDonough
This is not true. The behavior is the same as before... the plans to make restart optional were waylaid by complications. ;-( - Original Message - From: "Andy Dawkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:45 AM Subject: [Zope] 2.3 and Products

[Zope] DNS/access problems

2001-01-25 Thread Olaf Zanger
hi there, for presentation purposes i installed zope on suse 7.0 on a laptop with port 8090. i was able to access apache on port 80, i was able to access http://vaio:8090/ipOperate but then, when i clicked to any link i got an error. any idea where to search? thanks olaf -- soli-con

[Zope] How to prevent the user from going Back to a page???

2001-01-25 Thread Daniel Rusch
All, Has anyone figured out a way to prevent a user from going "Back" to a page once they have passed it. The situation: We have an Order Entry/Billing intranet site where users fill out several pages of data an then submit the information. After the order is submitted we would like to

Re: [Zope] DNS/access problems

2001-01-25 Thread Chris McDonough
What is ipOperate? - Original Message - From: "Olaf Zanger" [EMAIL PROTECTED] To: "Zope Mailinglist" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:05 AM Subject: [Zope] DNS/access problems hi there, for presentation purposes i installed zope on suse 7.0 on a laptop with

Re: [Zope] VirtualHostMonster, PATH_INFO and absolute_url

2001-01-25 Thread Philip Aylesworth
I should probably write a Howto for VirtualHostMonster, and ask the folks who've written the various fine SiteAccess-related Howtos to incorporate it. It really is a lot easier and safer to use than SiteRoots 98% of the time. I would appreciate that HOWTO. :) I am going to need virtual

Re: [Zope] Problem instantiating ZClass

2001-01-25 Thread Erik Enge
[smund Hjulstad] | I did the following: But do you have to? Have you sniffed the Python Product API? If you haven't already, check these out: URL:http://www.zope.org/Members/maxm/HowTo/minimal_01 and then URL:http://www.itamarst.org/learningzope/index.html

[Zope] Minor oddity in beta 3

2001-01-25 Thread Michael W. Homyack
One oddity I just noticed in the beta 3... if you have no folders created in the root, then the left-hand navigation pane doesn't show the Control_Panel, Quickstart, or acl_users folder. Once you add a folder, then all three of those objects, as well as the new folder, appear in the left-hand

Re: [Zope] DNS/access problems

2001-01-25 Thread Erik Enge
[Olaf Zanger] | any idea where to search? Try providing more details about what went wrong, how it should've worked instead and any error messages. Then, maybe, we'll be able to help you. :-) ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] DNS/access problems

2001-01-25 Thread Oleg Broytmann
On Thu, 25 Jan 2001, Olaf Zanger wrote: but then, when i clicked to any link i got an error. any idea where to search? First, carefully read the error message... Oleg. Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] Programmers don't die, they

[Zope] Change Permissions via FTP

2001-01-25 Thread Matthias Füsting
Hi, is there any possibility to change permissions of files via ZOPE-FTP? Every time I try this with the command "chmod", I get following error message: 500 'SITE': command not understood. What is the problem? Thanks. Matthias Fsting ___ Zope

Re: [Zope] Change Permissions via FTP

2001-01-25 Thread Phil Harris
Matthias, First thing is that your not looking at files when you ftp into Zope, your looking at objects. Secondly Zope uses it's own permissions/security system, that is far more comprehensive than *nix permissions. I really rather doubt that you can set permissions on Zope using a 'simple'

Re: [Zope] PythonScripts editable through FTP?

2001-01-25 Thread A.J. Rossini
"TS" == Tres Seaver [EMAIL PROTECTED] writes: TS I'm liking it a lot -- the last reason to even consider using TS emacs is gone :) There never is a reason to not consider Emacs. Note that there is a new package for editing XML, called XAE (XML authoring environment) which takes care

Re: [Zope] VirtualHostMonster, PATH_INFO and absolute_url

2001-01-25 Thread Evan Simpson
From: Philip Aylesworth [EMAIL PROTECTED] I would appreciate that HOWTO. :) I am going to need virtual hosting for a project I am undertaking and don't even know where to begin. Is VirtualHostMonster part of SiteAccess (which I have just discovered when I did a search on zope.org)? Do I need

Re: [Zope] PythonScripts editable through FTP?

2001-01-25 Thread Chris Withers
"A.J. Rossini" wrote: "TS" == Tres Seaver [EMAIL PROTECTED] writes: TS I'm liking it a lot -- the last reason to even consider using TS emacs is gone :) There never is a reason to not consider Emacs. Note that there is a new package for editing XML, called XAE (XML authoring

[Zope] LoginManager ...

2001-01-25 Thread mapr
Hi everybody, I installed LoginManager-0-8-8b1 on Zope-2.2.2 by following the install.-instructions in the HOWTO: 'LoginManager with SQL DB' by jok. Nevertheless when I try to watch my TestFolder I get some weird error messages, like : Error Type: NameError Error

RE: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released

2001-01-25 Thread Ron Bickers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Withers Sent: Thursday, January 25, 2001 10:19 AM To: Erik Enge Cc: Oleg Broytmann; Zope Mailing List Subject: Re: [Zope] ANNOUNCE: Zope 2.3.0 beta 3 released | Finally it works for me lake a

Re: [Zope] How to prevent the user from going

2001-01-25 Thread rlanham
I use this on asp pages, you will have to modify for zope syntax, but it works very well for your need: Response.buffer = true Response.Expires = -1 Response.AddHeader "Pragma", "no-cache" Response.AddHeader "cache-control", "no-store" Original Message --- From: Daniel

[Zope] How to make broken images/links broken!

2001-01-25 Thread sbabu
Hi folks, I think this has to do with acquisition. Here's my problem. I've an image, say http://localhost:8080/colorado/images/myimage.jpg Now, with Zope, if in a DTML document called http://localhost:8080/colorado/test.html , I refer to it as img src="images/myimage.jpg" it works as

RE: [Zope] Unable to instantiate ZClass

2001-01-25 Thread Brian Lloyd
My previous mail is further down. I have now done a fresh install from the CVS, after the beta3 release. If this problem is because I am using python 2.0, then I hope someone will fix this. If not, am I doing something wrong. Is everybody else using python 1.5.2? Asmund Hjulstad

[Zope] Treeing a dictionary

2001-01-25 Thread Gary Perez
Hi, all. I've been playing with the XML Document product and the dtml-tree tags. Works quite nicely. Is there any way to duplicate this "treeing" in Zope for a dictionary (with embedded dictionaries) coming in from an external method? For example, the external method is returning to Zope

[Zope] REMOTE_ADDR

2001-01-25 Thread Marcus Mendes
I don't understand very much about Apache; but i've this lines in my httpd.conf. See: VirtualHost xxx.xxx.xxx.xxx ServerAdmin XXX DocumentRoot XXX ServerName myserver.xxx.xxx ServerAlias myserver ErrorLog /usr/local/apache/logs/error_log CustomLog

Re: [Zope] LoginManager ...

2001-01-25 Thread mapr
Oops, I have forgotten to ask something: I have heard that GenericUserFolder doesn't work under Zope-2.2.x, is that right ? Thanks Mario On Thu, 25 Jan 2001 [EMAIL PROTECTED] wrote: Hi everybody, I installed LoginManager-0-8-8b1 on Zope-2.2.2 by following the install.-instructions

Re: [Zope] Editors [OT]

2001-01-25 Thread Jason Cunliffe
check out HTML-Kit http://www.chami.com/html-kit/#features - Jason ___ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology'] - Original Message - From: Chris Withers [EMAIL PROTECTED] To: Tres Seaver [EMAIL PROTECTED] Cc:

Re: [Zope] How to make broken images/links broken!

2001-01-25 Thread Chris Withers
I'd change to using 2.3 with the Cache management stuff and leave IIS totally out of the loop. Then everyone gets what they expect and you get nice, fast-served pages :-) cheers, Chris PS: Maybe having ZServer behind Apache would be needed for a decent solution. [EMAIL PROTECTED] wrote:

RE: [Zope] Minor oddity in beta 3

2001-01-25 Thread Brian Lloyd
One oddity I just noticed in the beta 3... if you have no folders created in the root, then the left-hand navigation pane doesn't show the Control_Panel, Quickstart, or acl_users folder. Once you add a folder, then all three of those objects, as well as the new folder, appear in the

RE: [Zope] How to make broken images/links broken!

2001-01-25 Thread Farrell, Troy
I will try, although I don't completely understand your problem. Instead of refering to your images with html, try using dtml. This requires that the images are Zope Image Objects. Try this: dtml-if expr="images.myimage.jpg" dtml-var expr="images.myimage.jpg" /dtml-if That will place the

[Zope] New User: Documentation + Information

2001-01-25 Thread Freddy Wanis
Hey All, I just installed Zope in my machine but i don't have any documentation or manual .. I tryed to find something on the web page but it would just have the online manual what is not a good thing for me since i don't have 24hs of internet connection. Anyways... I'd like to know if anybody

[Zope] Instatiate object instances :-)

2001-01-25 Thread Mario Valente
Hi: Can someone give any info/tips on the best way to solve this ? We have a folder "/content" containing all the diferent type of content we have available on our site. Within this folder, for example, we have a subfolder "/content/polls" where we store all the polls (instances of

[Zope] url_quote written differently

2001-01-25 Thread peter bengtson
1a) dtml-var id is one way of writing it. 2a) dtml-var "'text %s text'%id" is another way of writing it 1b) dtml-var id url_quote is a second way of writing it 2b) ? How do I do this one?? I have tried this, but that didn't work: dtml-var "'text %s text'%id.url_quote()" , but that didn't

Re: [Zope] url_quote written differently

2001-01-25 Thread Andy McKay
dtml-var "'text %s text'%id" url_quote the url_quote is a parameter to dtml-var. -- Andy McKay. - Original Message - From: "peter bengtson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:01 AM Subject: [Zope] url_quote written differently 1a) dtml-var

Re: [Zope] Editors [OT]

2001-01-25 Thread Dan L. Pierson
Chris Withers [EMAIL PROTECTED] writes: Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be: - Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard

Re: [Zope] Instatiate object instances :-)

2001-01-25 Thread Aleksander Salwa
Paths can be treated as "pointers", so methods getPhysicalPath/(un)restrictedTraverse may be what you need. [EMAIL PROTECTED], [EMAIL PROTECTED] /--\ | `long long long' is too long for GCC | \--/

Re: [Zope] Unique ID generation

2001-01-25 Thread Andy McKay
Using time is very common eg _.str(_.int(ZopeTime)), or I did a HowTo on using FSCounter to do this: http://www.zope.org/Members/andym/FSCounter/unique_ids -- Andy McKay. - Original Message - From: "Tim Moore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001

Re: [Zope] Editors [OT]

2001-01-25 Thread seb bacon
- class browser for python, with expand/collapse of code (like the editor for Python 2) would http://www.beopen.com/products/oobrowser/oobrowser_overview.html be any use? ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Editors [OT]

2001-01-25 Thread Michel Pelletier
On Thu, 25 Jan 2001, Chris Withers wrote: My wishlist would be: - Runs nicely on NT4 XEmacs - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) XEmacs - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver

[Zope] Acquisition Algebra; interaction of containment and acquisition is confusing

2001-01-25 Thread Fred Yankowski
Can anyone help me understand what's going on in the last example of the main "Acquisition" document, http://www.digicool.com/releases/ExtensionClass/Acquisition.html? I think I understand how the various "complex expressions" relate to the equivalent expression in terms of the '__of__' operator,

Re: [Zope-dev] Possible TransparentFolders bug?

2001-01-25 Thread Shane Hathaway
Itai Tavor wrote: The TransparentFolders Product seems to make everything transparent... not just transparent folders. Zope/ Folder_A/ method_A Folder_B/ (transparent folder) method_B I'd expect the only effect of the transparent folder to be that

[Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Sorry this, possibly, very trivial question: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? Hope

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Dieter Maurer
Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? DTML Methods have

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Thank you Dieter! Espen On Thu, 25 Jan 2001, Dieter Maurer wrote: Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why?

Re: [Zope-dev] Server seems to stop responding.

2001-01-25 Thread Chris McDonough
Andy, look at the documentation in z2.py for the "-M" switch that writes out a debug log of method accesses. Then visit http://www.zope.org/Members/mcdonc/HowTos/DEBUG-LOG It tells you how to track down hangs via stuff in your debug log. - Original Message - From: "Andy McKay" [EMAIL