[Zope-CMF] Re: Portal users and some other stuff

2007-01-12 Thread yuppie
Hi Charlie! Charlie Clark wrote: Am 12.01.2007 um 14:35 schrieb Jens Vagelpohl: Here is the new implementation for event_edit_form and event_view: http://svn.zope.org/CMF/trunk/CMFCalendar/browser/event.py?rev=71045&view=markup There you go, even better ;) Indeed, nice to see all those

Re: [Zope-CMF] Re: Portal users and some other stuff

2007-01-12 Thread Charlie Clark
Am 12.01.2007 um 14:35 schrieb Jens Vagelpohl: Here is the new implementation for event_edit_form and event_view: http://svn.zope.org/CMF/trunk/CMFCalendar/browser/event.py? rev=71045&view=markup There you go, even better ;) Indeed, nice to see all those horrible decorators have gone! Now

Re: [Zope-CMF] Re: Portal users and some other stuff

2007-01-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Jan 2007, at 14:19, yuppie wrote: Please note that this code is no longer actively maintained. The forms currently implemented as skin methods will be replaced by generated views using formlib. Here is the new implementation for event_edi

[Zope-CMF] Re: Portal users and some other stuff

2007-01-12 Thread yuppie
Hi Charlie! Charlie Clark wrote: For the necessary forms, at least based on the CMF Event code, it seems to me that code like options['title'] = form.get('title', context.Title()) options['text'] = form.get('text', context.text) options['text_format'] = form.get('text_format', context.text_fo