[Zope-dev] ZPatterns Folder W/Customizer Support not aquiring title property

2000-11-01 Thread Bill Anderson
I have a Folder w/cs in my root folder, call it spamcan. Root folder has a title defined, lets say it is "Spam Central" A DTML Method in spamcan should display "Spam Central" when doing a , should it not? -- Bill Anderson E PLURIBUS LINUX ___ Zope-D

[Zope-dev] [Ann] ZUnit released

2000-11-01 Thread Lalo Martins
Okay, the cat is out of the bag (in fact, going to Rio for the weekend) and the worms are out of the can (better worms than bugs, anyway). ZUnit, the Product all lazy programmers were so afraid of, is available for review and download from your usual shop at http://www.zope.org/Members/lalo/ZUnit

[Zope-dev] Management Interface Revision Proposal

2000-11-01 Thread Adam Davis
I have composed a proposal to make some small (but hopefully useful) revisions to the Zope management interface for the 2.3 release. Please see: http://dev.zope.org/Wikis/DevSite/Proposals/ManagementInterfaceQuickFix Comments are welcome until Friday, November 10th. Please enter any comments at h

[Zope-dev] Passing namespace to method

2000-11-01 Thread Morten W. Petersen
How do I construct a method of an object, so that whenever that method is called, the current namespace is passed with it? I.e.: class myclass: [...] def myfunc(self, context): if context['sequence-index'] == 10: raise 'sequence-index is %s