[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 for user-installed gems.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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: 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  wrote:
> 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  wrote:
>> 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  wrote:
>>> I haven't looked into this too much yet, just wanted to throw it out there.
>>>
>>> I'm using Mr. Cribbs' banner rotator extension.  For some reason, the
>>> banners become unattached from pages every so often.  So -- I attach
>>> the banner to the page, and then later on, they become unattached.  I
>>> think it happens when I do a deploy -- I will need to look into it
>>> more.
>>>
>>> Anyone else experience anything like that?
>>>
>>> Joe
>>>
>>
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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  wrote:
> 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 ran both rake radiant:update and rake db:migrate.
>
> Any suggestions?
> --
> Posted via http://www.ruby-forum.com/.
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/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: 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  wrote:
> 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  wrote:
>> I haven't looked into this too much yet, just wanted to throw it out there.
>>
>> I'm using Mr. Cribbs' banner rotator extension.  For some reason, the
>> banners become unattached from pages every so often.  So -- I attach
>> the banner to the page, and then later on, they become unattached.  I
>> think it happens when I do a deploy -- I will need to look into it
>> more.
>>
>> Anyone else experience anything like that?
>>
>> Joe
>>
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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  wrote:
> I haven't looked into this too much yet, just wanted to throw it out there.
>
> I'm using Mr. Cribbs' banner rotator extension.  For some reason, the
> banners become unattached from pages every so often.  So -- I attach
> the banner to the page, and then later on, they become unattached.  I
> think it happens when I do a deploy -- I will need to look into it
> more.
>
> Anyone else experience anything like that?
>
> Joe
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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 ran both rake radiant:update and rake db:migrate.

Any suggestions?
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Editing Styles In Radiant

2009-01-25 Thread Andrew Neil


On 24 Jan 2009, at 13:55, Jim Gay wrote:

Yes, you'll need to clear the cache (just save some page after  
deployment).
file_system doesn't go through the normal Radiant process for saving  
changes to the database. I've been thinking about this too, and we  
should probably add a feature to wipe the cache.


I've just pushed a couple of small[1] changes[2] which add this  
feature. Now there is a "rake cache:clear" task, which is called  
automatically when you run "rake file_system:to_files".


If you update to the latest version of the file_system extension, you  
should get the new feature.


Thanks for pointing this out.

Cheers,
Drew


[1]: 
http://github.com/nelstrom/radiant-file-system-extension/commit/add504b688bf0bdd0567b89d87430136ec6a7d3e
[2]: 
http://github.com/nelstrom/radiant-file-system-extension/commit/aeee46eabb5c3c3f1c2dd6e9a27a4fa24c0116cf




On Jan 24, 2009, at 0:24, Mark Muskardin   
wrote:



Hello All,

I installed the file_system extension for Radiant so I could edit  
markup and
styles with TextMate.  I've been running the "rake  
file_system:to_db" task
which copies all of my latest styles to the database.  The problem  
is that I
don't see my changes take effect immediately.   Am I doing  
something wrong?
Do I need to clean the cache?  This is a big problem since I can't  
finish
the design of my site.  Editing styles from the admin interface is  
way too

cumbersome.

Thanks!

//Mark
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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  
images that will be used, not for creating elements of the design


The size arguments do not directly access ImageMagick, rather they go  
through the paperclip plugin api. You may want to check out their  
google group, I think that hooks for just this sort of thing have been  
recently added.


Keith


On Jan 25, 2009, at 5:26 PM, Jeffrey Jones wrote:


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  
nav_inactive='110x108! -fill black -colorize 50%' but that didn't  
seem to do the trick


Cheers

Jeff
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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 
nav_inactive='110x108! -fill black -colorize 50%' but that didn't seem 
to do the trick


Cheers

Jeff
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant