[Radiant] Paperclipped with more complex image manipulation

2009-01-25 Thread Jeffrey Jones
Howdy all. Is it possible for Paperclipped to do more complicated image manipulation? For example I want to create (using the ImageMagick command line arguments) nav=110x108! AND nav_inactive= 110x108! -fill black -colorize 50% Has anyone tried to do this? I tried putting all that in quotes

Re: [Radiant] Paperclipped with more complex image manipulation

2009-01-25 Thread Keith Bingman
Hi Jeff, I don't think there is any way to do this without accessing the new features in the Paperclip plugin (which paperclipped just accesses). If I understand correctly, you want to fill the image, this is not really the idea behind paperclipped. It is more for storing assets and

[Radiant] Upgrading to 0.7.0-rc2

2009-01-25 Thread Ben Morrow
I attempted an upgrade to 0.7.0-rc2. I got most everything worked out after I updated my extensions (reorder copy_move). However, I get an error when I access the site. Check it out at http://www.benmorrow.info. It looks like the server is looking at the 0.6.9 gem rather than the 0.7.0 gem. I

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
Aha, it happens when they delete a page. i.e. Banner attached to Root page Delete Child page All banner placement objects are deleted I'll see if I can find a fix for this. On Fri, Jan 16, 2009 at 11:35 AM, Joe Van Dyk j...@pinkpucker.net wrote: I haven't looked into this too much yet, just

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
See http://gist.github.com/raw/52637/b50db4e2f7b15d1d70ef7aad2949d95710793394/gistfile1.txt for the activerecord and sql log. On Sun, Jan 25, 2009 at 4:37 PM, Joe Van Dyk j...@pinkpucker.net wrote: Aha, it happens when they delete a page. i.e. Banner attached to Root page Delete Child page

Re: [Radiant] Upgrading to 0.7.0-rc2

2009-01-25 Thread Joe Van Dyk
Remove radiant 0.6.9. Or better, put radiant itself into your application, don't rely on the radiant gem. On Sun, Jan 25, 2009 at 4:36 PM, Ben Morrow morrow...@yahoo.com wrote: I attempted an upgrade to 0.7.0-rc2. I got most everything worked out after I updated my extensions (reorder

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
Yeah, I have no idea why this is. As far as I can tell, there's no reason why the banner placements should be destroyed whenever a child of the page that the banner is on is deleted. On Sun, Jan 25, 2009 at 4:43 PM, Joe Van Dyk j...@pinkpucker.net wrote: See

[Radiant] ExpressionEngine vs radiant

2009-01-25 Thread Joe Van Dyk
Anyone worked with ExpressionEngine? How does it compare to Radiant? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Re: Upgrading to 0.7.0-rc2

2009-01-25 Thread Ben Morrow
Joe Van Dyk wrote: Remove radiant 0.6.9. Or better, put radiant itself into your application, don't rely on the radiant gem. Ha, it was my bad. I forgot to add the line: ENV['GEM_PATH'] = File.expand_path('~/.gems') + ':/usr/lib/ruby/gems/1.8' to my environment.rb, which Dreamhost requires