Re: [Radiant] reorder extension stopped working (rainer griess)

2008-02-22 Thread rainer griess
Hey Sean,

thank you very much!

rainer

On 21. Feb, 2008, at 6:46 PM, Sean Cribbs wrote:

> Rainer,
>
> Install piston: 'gem install piston'.  Then go into the vendor  
> directory
> and run 'piston convert'.  This will allow you to modify a local  
> copy of
> the extensions (and of Radiant), and store that copy in your own  
> repository.
>
> Radiant uses this technique to track its bundled libraries: Rails,
> Radius, Redcloth, etc.
>
> Sean
>
> rainer griess wrote:
>> Benny,
>>
>> it would be nice to get another tip to my related question:
>>
>> How can I store my whole radiant trunk into my subversion repository,
>> including the now running shards extension?
>>
>> If I only do a "svn commit" the externals get not saved into the
>> repository. This might be useful. But in my case I want to save the
>> complete and running version of my radiant directory.
>>
>> I am new to this ;-)
>>
>> rainer
>>
>> On 21.02.2008, at 13:25, Benny Degezelle wrote:
>>
>>
>>> Hi rainier,
>>>
>>> Check your vendor/extensions/shards/app/views/admin/page directory.
>>> What
>>> extension do those files have?
>>> If they are .html.erb, instead of .rhtml, you'll have to check out
>>> an older
>>> version of shards (until the 0.6.5 release, which will have rails 2
>>> included).
>>> Because 0.6.4 doesn't detect the .html.erb files as views, shards
>>> fails to
>>> load properly, which will on it's turn break any extensions
>>> depending on
>>> shards..
>>>
>>> This is the svn:external i'm still succesfully using in 0.6.4;
>>>
>>> shards -r 674 http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
>>>
>>> Regards,
>>>
>>> Benny
>>> ___
>>> Radiant mailing list
>>> Post:   Radiant@lists.radiantcms.org
>>> Search: http://radiantcms.org/mailing-list/search/
>>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>>
>>
>> ___
>> Radiant mailing list
>> Post:   Radiant@lists.radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

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


Re: [Radiant] reorder extension stopped working (rainer griess)

2008-02-21 Thread Sean Cribbs
Rainer,

Install piston: 'gem install piston'.  Then go into the vendor directory 
and run 'piston convert'.  This will allow you to modify a local copy of 
the extensions (and of Radiant), and store that copy in your own repository.

Radiant uses this technique to track its bundled libraries: Rails, 
Radius, Redcloth, etc.

Sean

rainer griess wrote:
> Benny,
>
> it would be nice to get another tip to my related question:
>
> How can I store my whole radiant trunk into my subversion repository,  
> including the now running shards extension?
>
> If I only do a "svn commit" the externals get not saved into the  
> repository. This might be useful. But in my case I want to save the  
> complete and running version of my radiant directory.
>
> I am new to this ;-)
>
> rainer
>
> On 21.02.2008, at 13:25, Benny Degezelle wrote:
>
>   
>> Hi rainier,
>>
>> Check your vendor/extensions/shards/app/views/admin/page directory.  
>> What
>> extension do those files have?
>> If they are .html.erb, instead of .rhtml, you'll have to check out  
>> an older
>> version of shards (until the 0.6.5 release, which will have rails 2
>> included).
>> Because 0.6.4 doesn't detect the .html.erb files as views, shards  
>> fails to
>> load properly, which will on it's turn break any extensions  
>> depending on
>> shards..
>>
>> This is the svn:external i'm still succesfully using in 0.6.4;
>>
>> shards -r 674 http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
>>
>> Regards,
>>
>> Benny
>> ___
>> Radiant mailing list
>> Post:   Radiant@lists.radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>> 
>
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>   

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


Re: [Radiant] reorder extension stopped working (rainer griess)

2008-02-21 Thread rainer griess
Benny,

it would be nice to get another tip to my related question:

How can I store my whole radiant trunk into my subversion repository,  
including the now running shards extension?

If I only do a "svn commit" the externals get not saved into the  
repository. This might be useful. But in my case I want to save the  
complete and running version of my radiant directory.

I am new to this ;-)

rainer

On 21.02.2008, at 13:25, Benny Degezelle wrote:

> Hi rainier,
>
> Check your vendor/extensions/shards/app/views/admin/page directory.  
> What
> extension do those files have?
> If they are .html.erb, instead of .rhtml, you'll have to check out  
> an older
> version of shards (until the 0.6.5 release, which will have rails 2
> included).
> Because 0.6.4 doesn't detect the .html.erb files as views, shards  
> fails to
> load properly, which will on it's turn break any extensions  
> depending on
> shards..
>
> This is the svn:external i'm still succesfully using in 0.6.4;
>
> shards -r 674 http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
>
> Regards,
>
> Benny
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

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


Re: [Radiant] reorder extension stopped working (rainer griess)

2008-02-21 Thread rainer griess
Whooohooo Benny,

you made it!

I am now using the suggested version and everything rocks!

A big thank you!
rainer

On 21.02.2008, at 13:25, Benny Degezelle wrote:

> Hi rainier,
>
> Check your vendor/extensions/shards/app/views/admin/page directory.  
> What
> extension do those files have?
> If they are .html.erb, instead of .rhtml, you'll have to check out  
> an older
> version of shards (until the 0.6.5 release, which will have rails 2
> included).
> Because 0.6.4 doesn't detect the .html.erb files as views, shards  
> fails to
> load properly, which will on it's turn break any extensions  
> depending on
> shards..
>
> This is the svn:external i'm still succesfully using in 0.6.4;
>
> shards -r 674 http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
>
> Regards,
>
> Benny
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

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


Re: [Radiant] reorder extension stopped working (rainer griess)

2008-02-21 Thread Benny Degezelle
Hi rainier,

Check your vendor/extensions/shards/app/views/admin/page directory. What
extension do those files have?
If they are .html.erb, instead of .rhtml, you'll have to check out an older
version of shards (until the 0.6.5 release, which will have rails 2
included).
Because 0.6.4 doesn't detect the .html.erb files as views, shards fails to
load properly, which will on it's turn break any extensions depending on
shards..

This is the svn:external i'm still succesfully using in 0.6.4;

shards -r 674 http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/

Regards,

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


Re: [Radiant] reorder extension stopped working

2008-02-21 Thread rainer griess
Hey Arik,

On 20.02.2008, at 16:19, Arik Jones wrote:

> rainer griess wrote:
>> Sean,
>>
>> thank you for you response. No, the whole column disappeared. I tried
>> your rake command anyway but it does not help.
>>
>> What to do?
>>
>> I hope you can help.
>>
>> Thanks,
>> rainer
>
> You may have to manually copy over all the extension's images and
> stylesheets. For some reason the rake update method doesn't always  
> work.

what do I have to copy? This is what I see:

$ ls vendor/extensions/reorder/public/images/admin/
move_higher.png move_to_bottom.png
move_lower.png  move_to_top.png

$  ls vendor/extensions/reorder/public/
images

Is there something missing?

As David suggested I tried

$ sudo rake radiant:extensions:reorder:update"

which is not working either.

Reorder is still not running anymore.

What can I do else?

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


Re: [Radiant] reorder extension stopped working

2008-02-20 Thread David Piehler
Arik Jones wrote:
> You may have to manually copy over all the extension's images and 
> stylesheets. For some reason the rake update method doesn't always work.

The rake fails when you don't have proper permissions set on the 
/public/images/admin/ directory. You can get around this by changing 
permissions or using "sudo rake radiant:extensions:reorder:update"
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] reorder extension stopped working

2008-02-20 Thread Arik Jones
rainer griess wrote:
> Sean,
> 
> thank you for you response. No, the whole column disappeared. I tried
> your rake command anyway but it does not help.
> 
> What to do?
> 
> I hope you can help.
> 
> Thanks,
> rainer

You may have to manually copy over all the extension's images and 
stylesheets. For some reason the rake update method doesn't always work.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] reorder extension stopped working

2008-02-20 Thread rainer griess
Sean,

thank you for you response. No, the whole column disappeared. I tried  
your rake command anyway but it does not help.

What to do?

I hope you can help.

Thanks,
rainer

On 19.02.2008, at 15:53, Sean Cribbs wrote:

> rainer,
>
> Did the whole column disappear or just the buttons?  If there's  
> still a
> column header that says "Order", run:
>
> rake radiant:extensions:reorder:update
>
> Sean
>
> rainer griess wrote:
>> Hi guys,
>>
>> I was happy to get shards and reorder running using the gems version
>> of radiant and trunk versions of shards and reorder:
>>
>> $ svn propedit svn:externals vendor/extensions
>> shards http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
>> reorder http://dev.radiantcms.org/svn/radiant/trunk/extensions/reorder/
>>
>> After a svn update of my repository the extensions got an update and
>> the reorder buttons disappeared. Although the extensions show up as
>> "enabled" in radiant. I got two questions and hopefully they get
>> answered.
>>
>> 1. How can I get reorder up and running again?
>>
>> 2. I use SVN too. As shown above I added the extensions as external
>> resource, following your advice at radiantcms.org. I am relatively  
>> new
>> to SVN. How can I "freeze" a version of my radiant installation with
>> all external recources stored as a local copy? Then it would be
>> possible to simply go back to the version before. Now every time I go
>> back to an old version the externals get downloaded from
>> dev.radiantcms.org and I am where I am.
>>
>> Any help would be really nice.
>>
>> Thanks,
>> rainer
>> ___
>> Radiant mailing list
>> Post:   Radiant@lists.radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

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


Re: [Radiant] reorder extension stopped working

2008-02-19 Thread Sean Cribbs
rainer,

Did the whole column disappear or just the buttons?  If there's still a 
column header that says "Order", run:

rake radiant:extensions:reorder:update

Sean

rainer griess wrote:
> Hi guys,
>
> I was happy to get shards and reorder running using the gems version  
> of radiant and trunk versions of shards and reorder:
>
> $ svn propedit svn:externals vendor/extensions
> shards http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
> reorder http://dev.radiantcms.org/svn/radiant/trunk/extensions/reorder/
>
> After a svn update of my repository the extensions got an update and  
> the reorder buttons disappeared. Although the extensions show up as  
> "enabled" in radiant. I got two questions and hopefully they get  
> answered.
>
> 1. How can I get reorder up and running again?
>
> 2. I use SVN too. As shown above I added the extensions as external  
> resource, following your advice at radiantcms.org. I am relatively new  
> to SVN. How can I "freeze" a version of my radiant installation with  
> all external recources stored as a local copy? Then it would be  
> possible to simply go back to the version before. Now every time I go  
> back to an old version the externals get downloaded from  
> dev.radiantcms.org and I am where I am.
>
> Any help would be really nice.
>
> Thanks,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>   

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


[Radiant] reorder extension stopped working

2008-02-19 Thread rainer griess
Hi guys,

I was happy to get shards and reorder running using the gems version  
of radiant and trunk versions of shards and reorder:

$ svn propedit svn:externals vendor/extensions
shards http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards/
reorder http://dev.radiantcms.org/svn/radiant/trunk/extensions/reorder/

After a svn update of my repository the extensions got an update and  
the reorder buttons disappeared. Although the extensions show up as  
"enabled" in radiant. I got two questions and hopefully they get  
answered.

1. How can I get reorder up and running again?

2. I use SVN too. As shown above I added the extensions as external  
resource, following your advice at radiantcms.org. I am relatively new  
to SVN. How can I "freeze" a version of my radiant installation with  
all external recources stored as a local copy? Then it would be  
possible to simply go back to the version before. Now every time I go  
back to an old version the externals get downloaded from  
dev.radiantcms.org and I am where I am.

Any help would be really nice.

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