[Zope-dev] Object references from dtml

2000-10-20 Thread Ross Boylan
I have a log composed of sublogs, and so on. I would like for people to be able to see some kind of summary (e.g., short versions of the logs down n levels) on the screen and then click on one of interest and see a fuller display of it. Is there a good way to do this using dtml? I've

Re: [Zope-dev] Inheritable Propertysheets!???!!?!?!?!!

2000-10-20 Thread Alexander Schonfeld
Thanks, that does seem to do the trick. :) Much appreciation!! I added a propertysheets like this: ParentClass.Propertysheet.defaultProps.someprop ChildClass1.Propertyshoot.props.someprop ChildClass2.Propertyshoot.props.someprop (to override the parent's default when needed) It sees the

Re: [Zope-dev] Object references from dtml

2000-10-20 Thread Ender
Ross Boylan wrote: I have a log composed of sublogs, and so on. I would like for people to be able to see some kind of summary (e.g., short versions of the logs down n levels) on the screen and then click on one of interest and see a fuller display of it. Is there a good way to do this

[Zope-dev] Method binding

2000-10-20 Thread Chris Withers
Maybe the Zope-Dev guys have comments on this From: Jim Fulton [EMAIL PROTECTED] Michel, You have advocated that methods should always be bound to the objects they are accessed in. You argue that there should be no choice in the matter. I have to disagree strongly. I'll try to

[Zope-dev] Michel's Reply

2000-10-20 Thread Chris Withers
From: Michel Pelletier [EMAIL PROTECTED] Jim Fulton wrote: Michel, You have advocated that methods should always be bound to the objects they are accessed in. You argue that there should be no choice in the matter. I advocate more points than that, like being able to document python

[Zope-dev] Python and Perl scripts

2000-10-20 Thread Chris Withers
This one is probably the most useful of the lot ;-) From: Michel Pelletier [EMAIL PROTECTED] Greetings, Well, Jim, Evan, Brian and I pow-wowed yesterday and came up with an interesting change. The world 'Method' is too overlaoded, as it means too much to too many people. Also, Python Methods

[Zope-dev] My $0.02

2000-10-20 Thread Chris Withers
From: Michel Pelletier [EMAIL PROTECTED] Well, Jim, Evan, Brian and I pow-wowed yesterday and came up with an interesting change. The world 'Method' is too overlaoded, as it means too much to too many people. Also, Python Methods don't work like methods in python, which was my argument,

[Zope-dev] Hippo Feed and Acquisition

2000-10-20 Thread Chris Withers
Toby Dickenson wrote: Thats fine until: snip hilarious hippo metaphor I liked that :-)) very accurately sums up some of the problems... Although I'm not sure they're problems with the method binding this thread was about. The problems you describe seem to be with Acquistion in general.

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread jpenny
On Fri, Oct 20, 2000 at 01:01:59PM +0100, Chris Withers wrote: This one is probably the most useful of the lot ;-) From: Michel Pelletier [EMAIL PROTECTED] Greetings, Well, Jim, Evan, Brian and I pow-wowed yesterday and came up with an interesting change. The world 'Method' is too

[Zope-dev] FYI: away for a few days

2000-10-20 Thread Phillip J. Eby
I'm going to be out of town for a few days, and won't be as quick to respond to e-mails, if I respond at all during that time. Ty will still be around, though, to answer all your ZPatterns and LoginManager questions. Right, Ty? ;) ___ Zope-Dev

[Zope-dev] Re: Michel's Reply

2000-10-20 Thread Michel Pelletier
Chris Withers wrote: From: Michel Pelletier [EMAIL PROTECTED] Hmm. I thought this was a internal series of emails, I just now noticed that zope-perl got cc:ed on them somewhere in the middle. Oh well, it is some good discussion; I allways like to stir the shit! -Michel

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread Michel Pelletier
[EMAIL PROTECTED] wrote: 'Script' objects make a lot of sense, they don't overload the concept of methods, they describe an action that people commonly want to do (script the web) and they clear up a lot of potential confusion for newbie and old-hat alike. Oh, yuck! Now we

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread jpenny
On Fri, Oct 20, 2000 at 02:18:47PM -0700, Michel Pelletier wrote: [EMAIL PROTECTED] wrote: The proposal is not for PythonScript but a "Python Script". We are not inventing a new language, this is python, we are just coming up with the name for an object. Don't capitalize it and you'll

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread Michel Pelletier
[EMAIL PROTECTED] wrote: snip good discussion Now we just need a generic term, which will not cause other confusions later on down the road for the concept. I really don't like script, especially next to a language name (in the web domain). You don't like function (which was not my

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread Steve Waterbury
Michel Pelletier wrote: snip good discussion and move on to something REALLY silly! :^ [EMAIL PROTECTED] wrote: descriptive. Widget has technical meaning. Perhaps task or job are suitable, as in Safe Python Task Safe Python Job Safe Python Subtask Safe Python Function Safe

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread Michael Bernstein
Michel Pelletier wrote: Keep in mind also that we are moving towards a new architecture with "Documents" and "Templates" (ala HyperDOM). I think Scripts fits right in there: Documents, Templates and Scripts or Documents, Templates and Methods I tend to think of things as:

[Zope-dev] Re: [Zope] IIS and PCGI

2000-10-20 Thread Andy McKay
Well I fixed this using a ISAPI filter which I will release soon (once I have some time) that takes a url /a/b/c/x.pcgi/f/g/h, and passes /a/b/c/x.pcgi to IIS so the file will run and /f/g/h to Zope. My next question is has anyone succeeded in getting this to work to another box over a mapped or