RE: [Zope] PageTemplate API Question

2007-09-20 Thread Andreas Jung
--On 20. September 2007 08:54:20 -0400 Doyon, Jean-Francois [EMAIL PROTECTED] wrote: Sorry, I should've been clearer, I mean from product code (hence the API part of the subject line :) ... As best I can tell that object doesn't have a context attribute/property ... There's a bunch of get*

RE: [Zope] PageTemplate API Question

2007-09-20 Thread Doyon, Jean-Francois
Sorry, I should've been clearer, I mean from product code (hence the API part of the subject line :) ... As best I can tell that object doesn't have a context attribute/property ... There's a bunch of get* methods, but nothing is jumping out at me as being what I want either ... So I have

Re: [Zope] How to know what are zope doing now?

2007-09-20 Thread Garito
Thank you very much! I was thinking in something more like a monitor (to use it even if zope is working ok) but I try it 2007/9/20, Paul Winkler [EMAIL PROTECTED]: You might also consider turning on the trace log. I've sometimes done troubleshooting by eyeballing that file and/or using

RE: [Zope] PageTemplate API Question

2007-09-20 Thread Doyon, Jean-Francois
obj = request['PUBLISHED'] print repr(obj) FSPageTemplate at /atlas/maptext_view used for /atlas/maps.mtp/environment.mtp/seaice.mtp/break-up.thm/1.mtx I have the FSPageTemplate ... It's being applied to 1.mtx. How do I get to 1.mtx directly, getting rid of the Page Template? I want to end up

RE: [Zope] PageTemplate API Question

2007-09-20 Thread Andreas Jung
--On 20. September 2007 09:42:50 -0400 Doyon, Jean-Francois [EMAIL PROTECTED] wrote: obj = request['PUBLISHED'] print repr(obj) FSPageTemplate at /atlas/maptext_view used for /atlas/maps.mtp/environment.mtp/seaice.mtp/break-up.thm/1.mtx I have the FSPageTemplate ... It's being applied to

[Zope] Re: How to know what are zope doing now?

2007-09-20 Thread Josef Meile
Hi Garito Thank you very much! I was thinking in something more like a monitor (to use it even if zope is working ok) but I try it Perhaps profiling is what you are looking for. Inside the ZMI Go to: /Control_Panel/DebugInfo and press the Profiling-tab. In order to use this, you will have to

RE: [Zope] PageTemplate API Question

2007-09-20 Thread Doyon, Jean-Francois
Well I just looked at Using Zope Page Templates and Advanced Page Templates and Appendix C, and although context is mentionned many times (And I of course knew about that one!) it's all in the context of TAL/TALES, which is a different beast than a code level FSPageTemplate instance. My

RE: [Zope] PageTemplate API Question

2007-09-20 Thread Doyon, Jean-Francois
*slaps forehead* Looks like the *parent* of the page template is the object! Or I can also do pt_getContext() and get that TAL/TALES context, which has all the goodies I want. A good night sleep is all I needed :) Thanks for the help! J.F. -Original Message- From: [EMAIL PROTECTED]

Re: [Zope] Re: How to know what are zope doing now?

2007-09-20 Thread Garito
I would like to try it but I put it on my instance's Products, restart zope and... nothing I have Ubuntu Fesity + Zope 2.9.6 (the apt-get version) What is supposed I could find about it in my ZMI? Thanks! 2007/9/20, Dieter Maurer [EMAIL PROTECTED]: Garito wrote at 2007-9-20 17:18 +0200: If

[Zope-dev] Zope Tests: 5 OK

2007-09-20 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Sep 19 12:00:00 2007 UTC to Thu Sep 20 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Wed Sep 19 20:49:50 EDT 2007

[Zope-dev] Moving the Zope (2) collector to launchpad.

2007-09-20 Thread Jim Fulton
I'm going to start the process of moving the Zope 2 collector today. It will be impossible to submit issues using the existing collector. We'll announce the availability of the launchpad-based collector soon. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]