Re: [Radiant] updating extensions for 0.8.0

2009-06-01 Thread Peter Berkenbosch
Thanks Sean, makes it a lot simpler. Peter. On Mon, Jun 1, 2009 at 2:13 PM, Sean Cribbs wrote: > Peter, > > Ah, now I see. Actually, all the extension needs to do is return > appropriate headers on requests it responds to, since the caching mechanism > is wrapped around the whole application no

Re: [Radiant] updating extensions for 0.8.0

2009-06-01 Thread Sean Cribbs
Peter, Ah, now I see. Actually, all the extension needs to do is return appropriate headers on requests it responds to, since the caching mechanism is wrapped around the whole application now. See what we do in SiteController for an example, if you like. For the simplest solution, you coul

Re: [Radiant] updating extensions for 0.8.0

2009-06-01 Thread Peter Berkenbosch
I think it will. Trying to "fix" the sns extension for 0.8 and the original extension has some subclasses on the ResponseCache. Need to implement and test this with the new Radiant:Cache.. I will browse the radiant source tree for input.. Thx. Peter. On Mon, Jun 1, 2009 at 1:56 AM, Sean Cribbs

Re: [Radiant] updating extensions for 0.8.0

2009-05-31 Thread Sean Cribbs
Peter, What kind of testing do you mean? We have some Cucumber stories that cover the basic caching mechanism, if that helps. Sean Peter Berkenbosch wrote: Any tips on testing the new cache mechanism? On Wed, May 20, 2009 at 6:46 PM, Sean Cribbs wrote: Joel, You are correct. This i

Re: [Radiant] updating extensions for 0.8.0

2009-05-31 Thread Peter Berkenbosch
Any tips on testing the new cache mechanism? On Wed, May 20, 2009 at 6:46 PM, Sean Cribbs wrote: > Joel, > > You are correct. This is documented on the new wiki page: > > http://wiki.github.com/radiant/radiant/developer-upgrade-notes > > Sean > > > Joel Oliveira wrote: > >> Everyone - >> I'm wo

Re: [Radiant] updating extensions for 0.8.0

2009-05-20 Thread Sean Cribbs
Joel, You are correct. This is documented on the new wiki page: http://wiki.github.com/radiant/radiant/developer-upgrade-notes Sean Joel Oliveira wrote: Everyone - I'm working on a test site using the latest edge version of 0.8.0 and am occasionally running into some hiccups with extensions

[Radiant] updating extensions for 0.8.0

2009-05-20 Thread Joel Oliveira
Everyone - I'm working on a test site using the latest edge version of 0.8.0 and am occasionally running into some hiccups with extensions using some deprecated methods - which is totally understandable. Throughout this exercise I'm trying to make the appropriate changes in order for things to wor