Re: [Zope-CMF] First steps with tools

2007-10-31 Thread Jens Vagelpohl
On Oct 31, 2007, at 20:54 , Charlie Clark wrote: But regarding the CMF and browser views: do these need doing for CMf 2.2? In the meantime implementing an action to publish in a PythonScript is, as ever, a doddle. :-D If you're asking "must I use them in CMF 2.2" then the answer is "no,

Re: [Zope-CMF] First steps with tools

2007-10-31 Thread Charlie Clark
Am 31.10.2007 um 15:02 schrieb Wichert Akkerman: There are a million example out there you can use. I suggest that you take a look at how those work. The plone collective may be especially helpful. Don't be scared of by the fact that that is a Plone repository: all the general concepts apply

Re: [Zope-CMF] First steps with tools

2007-10-31 Thread Wichert Akkerman
Previously Charlie Clark wrote: > thanks again to everyone who helped me yesterday. I feel understand > things a lot better now. However, there are still a lot of things I > need to learn. There are a million example out there you can use. I suggest that you take a look at how those work. The

[Zope-CMF] First steps with tools

2007-10-31 Thread Charlie Clark
Hi, thanks again to everyone who helped me yesterday. I feel understand things a lot better now. However, there are still a lot of things I need to learn. As suggested I'm trying to factor out a function from a content type into utility so that it can be used for any content type. My util

[Zope-CMF] CMF Tests: 6 OK

2007-10-31 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Tue Oct 30 13:00:00 2007 UTC to Wed Oct 31 13:00:00 2007 UTC. There were 6 messages: 6 from CMF Unit Tests. Tests passed OK --- Subject: OK : CMF-1.5 Zope-2.7 Python-2.3.6 : Linux From: CMF Unit Tests Date: Tue Oct 30 21:51:24 EDT 200

[Zope-CMF] Re: Accessing the "context"

2007-10-31 Thread Laurence Rowe
Store the name of the DA rather than the DA itself. Then in your code that accesses the methods look up the DA with getattr. You could make a property that does this if you accessed it often: @property def myda(self): return getattr(self, self._da_name) Laurence Charlie Clark wrote: Am

[Zope-CMF] CMF Collector: Open Issues

2007-10-31 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open tseaver - "CMF needs View-based TypeInformation", [Accepted] http://www.zope.org/Collectors/CMF/437 - "CachingPolicyManager awareness of File and