[Zope-CMF] CMF Collector: Open Issues

2007-01-12 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open mhammond - "Windows DevelopmentMode penalty in CMFCore.DirectoryView", [Accepted] http://www.zope.org/Collectors/CMF/366 Pending / Deferred Issues

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

2007-01-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Jan 2007, at 23:28, 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) opt

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

2007-01-12 Thread Charlie Clark
Am 12.01.2007 um 10:13 schrieb Jens Vagelpohl: That's a matter of taste. I like explicit, so I prefer the existing method. Explicit is better than implicit but I don't see what's wrong with having an explicit list of fields through which to loop, as long as the call is the same as this r

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

2007-01-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Jan 2007, at 12:26, Charlie Clark wrote: Am 12.01.2007 um 10:13 schrieb Jens Vagelpohl: That's a matter of taste. I like explicit, so I prefer the existing method. Explicit is better than implicit but I don't see what's wrong with hav

[Zope-CMF] CMF Tests: 9 OK

2007-01-12 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Thu Jan 11 12:00:00 2007 UTC to Fri Jan 12 12:00:00 2007 UTC. There were 9 messages: 9 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: Thu Jan 11 21:46:23 EST 200

[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

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

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

[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