Re: [Zope] Stopping a

2001-01-17 Thread Dennis Nichols
language and then make it hard to use. Even less so when refusing an offered change that is more of a correction than it is an extension. Now just don't get me started on "_['index-whatever']" :-) -- Dennis Nichols [EMAIL PROTECTED]

Re: [Zope] ???

2001-01-16 Thread Dennis Nichols
At 1/16/01 06:49 PM, Edwin Martin wrote: >Hello, > >How can I use an undefined variable in an expression? > >I made a DTML document which gets parameters from the URL, >like "/nieuw?maand=1". > >But I also want it to work when no parameters are given. How abo

Re: [Zope] Calling other frames (OT)

2001-01-15 Thread Dennis Nichols
27;t reload the frameset then you can't bookmark that particular content. What to do about that? -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] log file.

2001-01-11 Thread Dennis Nichols
d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B") LOGFORMAT (%S: %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B") -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTEC

RE: [Zope] Design/DTML question

2001-01-10 Thread Dennis Nichols
At 1/10/01 01:22 PM, Timothy Wilson wrote: >On Wed, 10 Jan 2001, Dennis Nichols wrote: > > Or, if you insist that dates flow down the columns like I do, you could > use > > this untested revision of Max's solution > > >This doesn't seem to work. The if

RE: [Zope] Design/DTML question

2001-01-10 Thread Dennis Nichols
? But then somebody would surely want a sequence-first-quartile and so on :-) -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

[Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Dennis Nichols
ally great! check it out I give up, what and where is IEMethod? Zope.org search turns up nothing. -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML e

Re: [Zope] Newbie Questions

2001-01-08 Thread Dennis Nichols
e="" parameter for the edit mode to pre-populate the >element. -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

[Zope] why I don't use popen2 any more

2000-12-20 Thread Dennis Nichols
urity risk if commandinput contains arbitrary input from users. Wasn't true for me but it might be for you. A curiosity: the description in Python Essential Reference says getoutput uses os.popen2() to execute the command, but I was too lazy^H^H^H^H busy to investigate furth

[Zope] The inverse of REQUEST.set is ??

2000-12-04 Thread Dennis Nichols
I can do Having done that, I'd like to be able delete 'something' and I do NOT mean just I want it gone! Come on, humor me... is there a good way to do this? -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL

[Zope] Re: DC and the PTK?

2000-11-29 Thread Dennis Nichols
At 11/29/00 03:42 PM, ethan mindlace fremen wrote: >Dennis Nichols wrote: > >>At 11/28/00 11:34 AM, albert boulanger wrote: >> >>>Whether to go with portal products from Plumtree or iPlanet. >> >>If this implies that you are considering using Zope's PT

Re: [Zope] Factoids for supporting zope

2000-11-28 Thread Dennis Nichols
s implies that you are considering using Zope's PTK, then you should be aware of this: You can *not* get commercial support from Digital Creations for PTK because PTK is not a released product. If you think you may need such support before PTK gets to 1.0, then you had best not use the

[Zope] Zope, squid, the Host header

2000-11-25 Thread Dennis Nichols
seem to map the other way, from the IP address of whatever to a name and some aliases. Does this mean that I should have a line 111.222.111.222 myhost.com myhost or is something else implied. 3.1 meaning "http_port myhost.com:8070" ?

Re: [Zope] DTML source

2000-11-23 Thread Dennis Nichols
Not my finest piece of coding, but maybe it will help. -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope] Pseudo E-Mail Address validation

2000-11-21 Thread Dennis Nichols
no blanks in the r'...' string. import re def wellformedEmail(self, address): """ return true if email address appears to be well formed """ m = re.search(r'^[_a-z0-9-]+(\.[_a-z0-9-]+)*@([0-9a-z][0-9a-z-]*[0-9a-z]\.)+[a-z]{2,3}$', address,

Re: [Zope] overriding manage_beforeDelete in a CatalogAware Product

2000-11-17 Thread Dennis Nichols
quot;self.manage_editCataloger(...)" in my product's __init__ routine, that sets the catalog for the rest of the object's existence, not just the __init__ routine. And so I don't have to set it again in any edit routine, nor do I have to worry about the object&

[Zope] overriding manage_beforeDelete in a CatalogAware Product

2000-11-16 Thread Dennis Nichols
rstand what the correct incantation is, so I'm appealing for guidance. Zope 2.2.2, Python 1.5.2, RH 6.2, etc Thanks! -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] re-releasing mysqlUserFolder 0.5 ??

2000-11-02 Thread Dennis Nichols
Zope site. -- Dennis Nichols [EMAIL PROTECTED] ___ 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://list

Re: [Zope] Zope.org down?

2000-11-01 Thread Dennis Nichols
about 20% of that on its busiest days. This would not be remarkable except that the response times from zope.org seem to usually be 10 seconds or so. I am on a T-1 line and 13 hops and 80ms from the zope.org server. -- Dennis Nichols [EMAIL P

Re: [Zope] Re: [Zope-book] Re: [Zope] Zope Book Beta

2000-10-31 Thread Dennis Nichols
wto-collection? That would be very cool. Thanks! -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/ma

Re: [Zope] Hosting?

2000-10-26 Thread Dennis Nichols
somehow linked up with Interliant). While it is too early to give satisfaction rating, DellHost was not too swift administratively getting the server set up initially and we've had some bandwidth/connectivity issues. -- Dennis Nichols [EMAIL PROTECTED] _

Re: [Zope] how to include Flash/SWF objects in Zope website?

2000-10-17 Thread Dennis Nichols
yer is present, you might want to also include the free Moock "fpi" (f.lash p.layer i.nspector) found at http://www.moock.org/webdesign/flash/detection/moockfpi/ -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTE

[Zope] fmt=structured-text seems wrongish

2000-10-09 Thread Dennis Nichols
own product(s) by returning various fields in a manner something like this: Stored as STX, return as HTML return str(StructuredText.HTML(self.description)) Stored as STX, return as raw, or stored as HTML, return as HTML return self.description and so on... -- Dennis Nichols [E

[Zope] AUTHENTICATED_USER (or something) making me crazy

2000-10-07 Thread Dennis Nichols
. Guest Thanks. Maybe I shouldn't work on Saturdays. Zope 2.2.2 roughly, Python 1.5.2, RH 6.2 -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross pos

[Zope] BTreeFolder (easy?) questions

2000-09-27 Thread Dennis Nichols
1. Can I blithely use BTreeFolder in place of Folder without loss of functionality? 2. Can I successfully inherit from BTreeFolder in ZClasses (assuming that I uncomment registerBaseClass, which has been commented out in all BTreeFolder versions so far)? -- Dennis Nichols [EMAIL PROTECTED

[Zope] Site Access and UserFolders in love?

2000-09-21 Thread Dennis Nichols
tomorrow. Anybody tried this? Or have an opinion on its soundness? -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] can I suppress newlines/whitespace in DocumentTemplates?

2000-09-19 Thread Dennis Nichols
s and indentation count (unlike >with HTML)... Even in HTML, the indents and newlines count by showing up as a space before the '-' in the above example. You can fix this with good readability simply by "delaying" the closing '

Re: [Zope] restrictedTraverse - yay! :-)

2000-09-15 Thread Dennis Nichols
At 9/15/00 10:05 AM, Chris Withers wrote: >So: > > > >will work as I expect it to? Well, I don't know what you expect :-) When I try to save such a construct with the handy-dandy Change button I get Document Template Parse Error Invalid attribute name, "absolute_url&q

[Zope] Indirection, acquisition, asphyxiation

2000-09-14 Thread Dennis Nichols
for Bravo (and still keep it working for the other cases)? Clearly my zen needs some tending to. -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML e

RE: [Zope] Underscore Caracter

2000-09-05 Thread Dennis Nichols
expect it to exist, but according to "Python Essential Reference" p. 117, it is indeed present in the string module: replace( str, old, new [,max] ) -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://li

Re: [Zope] zope as program

2000-06-13 Thread Dennis Nichols
zed at what can be accomplished and how it can be extended. As a counter example, I've used PHP since it was PHP/FI and found it an order of magnitude easier to learn. But it would take me forever to use PHP to publish content the way I can with Zope. Zope = harder to learn, much bigger rewa