[Radiant] Exclude extensions with :all present

2011-07-25 Thread Shanison
Hi all, I try to exclude some certain extension, however, with the :all keyword, the -= doesn't work. config.extensions = [ :share_layouts, :all] config.extensions -= [:markdown_filter] I understand the reason as pointed by Jim last time at

Re: [Radiant] Exclude extensions with :all present

2011-07-25 Thread Paul Noden
On 25 July 2011 09:32, Shanison lxsh...@gmail.com wrote: So is there a workaround for this for Radiant 0.9.1? It would be very troublesome if I need to specify every single extensions to load. 0.91 doesn't have the benefit of the new feature config.ignore_extensions however you can probably

[Radiant] Re: Attachments with Database Mailer?

2011-07-25 Thread Jomz
hi Rachel, My fork of mailer supports attachments: https://github.com/jomz/radiant-mailer-extension I have combined it with database_mailer succesfully, but the behavior is not what you're after.. For some reason, when database_mailer is installed, mail attachments break, but they do get saved