[Zope-dev] Squishdot and Zope 2.2

Chris Withers chrisw@nipltd.com
Mon, 21 Aug 2000 19:00:55 +0100


Shane Hathaway wrote:
> > How do I do that?
> 
> class Article:
> 
>   __ac_permissions__ = (
>     ('View', ('prev_item', 'next_item', 'showSummary', 'desc_items')),
>     )
> 
>   ... etc ...
> 
> Globals.default__class_init__(Article)

Okay, I've changed it to that now :-)

> BTW did getSubject() solve your other problem?  

I don't think I got that bit ;-)

The subject issue was solved by mixing RoleManager into posting.
Does everything have to have RoleManager mixed in now? :S

Then there was the thread[0] intSet issue which was solved with a hacky
getThread() method.
*grumble* *grumble* why aren't intSet's done properly?!

cheers,

Chris