[Zope] Accessing DTML Methods through the monitor_client

2000-07-20 Thread darryl
Can anyone give me a push down the path of using the monitor client to access DTML methods. I have a s simple methods that returns a value from a SQL call. The method looks like this: dtml-in getSampledtml-var sample/dtml-in I would like to examine sample in the monitor. -D

[Zope] Monitor

2000-07-21 Thread darryl
Isn't anyone using the medusa/monitor_client.py script to debug their zopes? I can start it up fine and view the sequence of objects I have created, but my question is how do I access the return value of a DTML method? The Zope Debugging how-to is a little scant on the subject. -D

[Zope] record count in catalog

2008-06-14 Thread Darryl Caldwell
Hi all, The Catalog tab in my catalog says this: The catalog mycatalog contains 30,345 record(s) in the path /. But when I sort and return a list of cataloged objects I only have 19,881. Here is the script call to retrieve the records: context.mycatalog.search( {}, sort_index='lastname' )

[Zope] uncataloging

2008-08-13 Thread Darryl Caldwell
Hey folks, I have looked at the source of Catalog.py but am still confused about what parameters I need to uncatalog an object. Is the uid the same as the object id? That which is returned from obj.getId(), or is it the same as the object Identifier listed on the Catalog tab within the catalog?

Re: [Zope-dev] Request for commit access for updating zope.sendmail

2008-01-24 Thread Darryl Cousins
. Best regards, Darryl Cousins This is a condition were Zope is restarted - there is a little bit of a race here with duplicate messages where if the zope.sendmail delivery thread exits for some reason after a successful SMTP delivery and has not yet removed the lock link, but that has

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-18 Thread Darryl Cousins
Hi Martijn, I'm using ZopePagetTemplates with mod_python and apache to serve rest files as html pages in a template wrapper. It would be little problem to adapt the code to do the task as you have requested. I'm volunteering. Best regards, Darryl On Mon, 2006-09-18 at 15:00 +0200, Martijn

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-19 Thread Darryl Cousins
. Directory and navigation structure for the site. 2. How does 'upload to zope.org' work? Sincere regards, Darryl On NZT so I'm off to bed. On Tue, 2006-09-19 at 12:34 +0200, Martijn Faassen wrote: Darryl Cousins wrote: I'm using ZopePagetTemplates with mod_python and apache to serve rest files

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-20 Thread Darryl Cousins
Hi All, On Wed, 2006-09-20 at 11:47 +0200, Martijn Faassen wrote: Hey Darryl, Darryl Cousins wrote: I've put everything you gave me `as is` into my little zpt/mod_python application and this comes out: http://zf.tfws.org.nz/ Great! Thank you very much! Notes: Background

[ZWeb] Re: updated zope foundation website texts in svn.zope.org

2006-09-22 Thread Darryl Cousins
and page title pulled from first few lines of text. http://zf.tfws.org.nz/ Code at: svn://treefernwebservices.co.nz/var/svn/zopefoundation/trunk/www Best regards, Darryl On Thu, 2006-09-21 at 23:17 +0200, Martijn Faassen wrote: Hey, I've placed updated versions of the texts now at svn.zope.org

Re: [ZWeb] Foundation Site

2006-10-14 Thread Darryl Cousins
acquired commit privileges and could attend to the menu and to the typo. Andrew - can you fix docutils? And will you you remain responsible for updating rest files on the server (ssh/svn update)? Can I volunteer? Regards, Darryl ___ Zope-web maillist

Re: [ZWeb] Foundation Site

2006-10-17 Thread Darryl Cousins
On Mon, 2006-10-16 at 20:28 -0400, Tom Von Lahndorff wrote: It should be: .columntwo { display: block; position: absolute; top: 0px; left: 150px; right: 0px; } Hi Tom, Cool. I wasn't even aware that could be done. Found a use for it immediately. Regards, Darryl