Re: [Radiant] Question about checking out branch of database_mailer

2009-10-26 Thread Cristian Duma
it should be git checkout -b some-local-branch origin/remote-branch I've added as a note on the readme. On Mon, Oct 26, 2009 at 6:30 PM, Nate Turnage pixeln...@gmail.com wrote: Hey all. I gotta quick one. I have the database_mailer extension loaded as a submodule. I tried to update it to

[Radiant] [ANN] Radiantcasts - a series of Radiant CMS screencasts

2009-10-20 Thread Cristian Duma
Radiant CMS is really awesome and helpful. We've made a lot of sites using it, and this is our chance to give something back: creating a series of screencasts (Radiantcasts http://blog.aissac.ro/category/radiantcasts) to present extensions that we made or use, new features of Radiant, interesting

Re: [Radiant] Per-request caching?

2009-09-15 Thread Cristian Duma
one option is what we did on member extensionhttp://github.com/Aissac/radiant-member-extension/blob/master/lib/site_controller_member_extensions.rb. You need to add a filter to the site_controller that tells it to not cache specific pages (in our case the pages that need member registration). This

[Radiant] Radiant Database Mailer saves mail attachments

2009-08-12 Thread Cristian Duma
A few weeks ago someone asked if database_mailer saves the e-mail attachments. Well, it does nowhttp://blog.aissac.ro/2009/08/12/radiant-database-mailer-extension-uploads-files-using-paperclip/, using paperclipp. check out the source code on