Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-11-14 Thread Graham Perrin

On 20 Oct 2008, at 06:55, Alexander Limi wrote:


Hi Framework Team,

On behalf of Andreas Zeidler, I'd like to offer up the following  
PLIP for your consideration for Plone 3.3:


http://plone.org/products/plone/roadmap/246

It's a pretty trivial PLIP …


A quick question: can you imagine any situation in which states of  
event objects could become an issue?


I think of http://dev.plone4artists.org/pm/p/plone4artists/ticket/182.

iCalendar publish/subscribe (or subscribe alone) is for me extremely  
desirable — I'll help in whatever way I can — but I suggest  
*exceptionally* thorough testing before inclusion in Plone core.


iCalendar clients vary enormously in terms of quality and compliance.  
My concern is that any subscriber difficulty with what's published by  
Plone should not be misconstrued as an issue with Plone OOTB.


Might the improvement be delivered as an add-on?

(One of the recommended add-ons that appears, commented-out, in  
buildout.cfg ?)


Partially reflecting this conversation, sticky note and comments at
http://www.diigo.com/annotated/cd160f63f6e5427b112b74d0bf8686d7.

Best regards
Graham
___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-28 Thread Raphael Ritz

Alexander Limi wrote:

Hi Framework Team,

On behalf of Andreas Zeidler, I'd like to offer up the following PLIP 
for your consideration for Plone 3.3:


http://plone.org/products/plone/roadmap/246

It's a pretty trivial PLIP that adds a new view that is capable of 
rendering events as an iCalendar file, so people can subscribe to 
Plone events in various calendaring software like iCal, Google 
Calendar, Outlook, Sunbird, etc.


The view is added to ATContentTypes, and is currently implemented on a 
branch (and includes tests).


PS: Andreas is fully responsible for the implementation here, I'm only 
helping out by writing a short PLIP for him.




+1

Raphael


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-27 Thread Andreas Zeidler

On Oct 26, 2008, at 6:27 PM, Martijn Pieters wrote:

On Mon, Oct 20, 2008 at 07:55, Alexander Limi [EMAIL PROTECTED] wrote:
On behalf of Andreas Zeidler, I'd like to offer up the following  
PLIP for

your consideration for Plone 3.3:

http://plone.org/products/plone/roadmap/246


+1 from me.

I am voting on the PLIP, not the implementation BTW. That's something
for the next round.


being the one responsible for the latter (the PLIP itself was in fact  
limi's idea, even though he humbly put his name only to second it ;)),  
i'd like to state that i certainly hope the implementation will see  
significant improvements!  the way it works right now is very likely  
to cause pretty nasty performance issues.  however, the current  
implementation was also only put together in about an hour (most of  
which was spent digging through atct code and adding the test and  
other bits around the actual 8 or so lines of code) and meant to serve  
as a quick prototype...



andi

--
zeidler it consulting - http://zitc.de/ - [EMAIL PROTECTED]
friedelstraße 31 - 12047 berlin - telefon +49 30 25563779
pgp key at http://zitc.de/pgp - http://wwwkeys.de.pgp.net/
plone 3.1.6 released! -- http://plone.org/products/plone/



PGP.sig
Description: This is a digitally signed message part
___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-26 Thread Martijn Pieters
On Mon, Oct 20, 2008 at 07:55, Alexander Limi [EMAIL PROTECTED] wrote:
 On behalf of Andreas Zeidler, I'd like to offer up the following PLIP for
 your consideration for Plone 3.3:

 http://plone.org/products/plone/roadmap/246

+1 from me.

I am voting on the PLIP, not the implementation BTW. That's something
for the next round.

-- 
Martijn Pieters

___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-24 Thread Tom Lazar
having looked at the diff (and having witnessed its creation on the  
plane ;-) i'd hereby like to +1 the plip, as well as the  
implementation. it's a small, useful enhancement and i would like to  
keep it small. let's keep refactoring ATCT for another day and plip ;-)


cheers,

tom


On 21.10.2008, at 16:48, Andreas Zeidler wrote:


On 20.10.2008, at 19:21, Alec Mitchell [EMAIL PROTECTED] wrote:
On Mon, Oct 20, 2008 at 9:51 AM, David Glick [EMAIL PROTECTED]  
wrote:










Why is a calendar support mixin used, instead of adapting to
ICalendarSupport?  The latter would make it easier to also implement
calendar support for non-AT content.


that's because all that code already existed in atct.  i've merely  
added a single view putting a few pieces together -- please see the  
diffs in that branch.  so the question is rather why atct is using  
mixins instead of adapters!? ;)


apart from that, i'd agree that the latter would make things more  
flexible, of course.



No mixins please.


+1, but like i said, i didn't put it in nor was i about to take over  
maintenance of atct... ;)



andi

___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team




___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-21 Thread Andreas Zeidler

On 20.10.2008, at 19:21, Alec Mitchell [EMAIL PROTECTED] wrote:
On Mon, Oct 20, 2008 at 9:51 AM, David Glick [EMAIL PROTECTED]  
wrote:










Why is a calendar support mixin used, instead of adapting to
ICalendarSupport?  The latter would make it easier to also implement
calendar support for non-AT content.


that's because all that code already existed in atct.  i've merely  
added a single view putting a few pieces together -- please see the  
diffs in that branch.  so the question is rather why atct is using  
mixins instead of adapters!? ;)


apart from that, i'd agree that the latter would make things more  
flexible, of course.



No mixins please.


+1, but like i said, i didn't put it in nor was i about to take over  
maintenance of atct... ;)



andi

___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


Re: [Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-20 Thread David Glick


On Oct 19, 2008, at 10:55 PM, Alexander Limi wrote:


Hi Framework Team,

On behalf of Andreas Zeidler, I'd like to offer up the following  
PLIP for your consideration for Plone 3.3:


http://plone.org/products/plone/roadmap/246

It's a pretty trivial PLIP that adds a new view that is capable of  
rendering events as an iCalendar file, so people can subscribe to  
Plone events in various calendaring software like iCal, Google  
Calendar, Outlook, Sunbird, etc.


The view is added to ATContentTypes, and is currently implemented on  
a branch (and includes tests).


PS: Andreas is fully responsible for the implementation here, I'm  
only helping out by writing a short PLIP for him.


An unofficial +0.5 from me, which will increment to +1 if the  
following question is addressed:


Why is a calendar support mixin used, instead of adapting to  
ICalendarSupport?  The latter would make it easier to also implement  
calendar support for non-AT content.



David Glick
Web Developer
ONE/Northwest

New tools and strategies for engaging people in protecting the  
environment


http://www.onenw.org
[EMAIL PROTECTED]
work: (206) 286-1235 x32
mobile: (206) 679-3833

Subscribe to ONEList, our email newsletter!
Practical advice for effective online engagement
http://www.onenw.org/full_signup



___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] PLIP 246: View for rendering events as an iCalendar file

2008-10-19 Thread Alexander Limi

Hi Framework Team,

On behalf of Andreas Zeidler, I'd like to offer up the following PLIP for  
your consideration for Plone 3.3:


http://plone.org/products/plone/roadmap/246

It's a pretty trivial PLIP that adds a new view that is capable of  
rendering events as an iCalendar file, so people can subscribe to Plone  
events in various calendaring software like iCal, Google Calendar,  
Outlook, Sunbird, etc.


The view is added to ATContentTypes, and is currently implemented on a  
branch (and includes tests).


PS: Andreas is fully responsible for the implementation here, I'm only  
helping out by writing a short PLIP for him.


--
Alexander Limi · http://limi.net


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team