[Radiant] Re: Migrating to 1.0

2012-09-27 Thread Charles
I get a lot of "stack level too deep" errors with the chronicle extension 
on 1.1 under ruby 1.9.2. It also seems to be incompatible with 
reorder_children, I believe. I'd file a bug report, but I can't add one to 
your fork.

I hope the extension isn't dead, there's nothing else available to use...


On Thursday, February 2, 2012 6:03:49 AM UTC-8, Benny Degezelle wrote:
>
> For copy_move and reorder, these should work in rc4 
>
> gem "radiant-copy_move-extension", "~> 2.4.3" 
> gem "radiant-reorder_children-extension", "~> 1.0.5" 
>
> For versioning, I did some updates to the chronicle extension a while 
> ago. 
> I think it will still work with rc4, but I am not using it in 
> production anywhere, so there may be bugs.. 
> Also, it's lacking a gemspec, so you will have to vendor it; 
>
> git submodule add https://github.com/jomz/radiant-chronicle-extension 
> vendor/extensions/chronicle&&
>  rake 
> radiant:extensions:chronicle:migrate && rake 
> radiant:extensions:chronicle:update 
>
> Please open issues on github if you encounter any. Thanks! 
>
> On Feb 1, 10:24 pm, Brian Gernhardt  wrote: 
> > I'm rebuilting my web-server and in the process migrating an old Radiant 
> install to 1.0rc4.  I'm having a hard time finding extensions, however.  I 
> was hoping that the community could help me out a bit.  Here's a list of 
> the non-standard extensions I'm currently using: 
> > 
> > - multi_site 
> > - Aggregation 
> > - Copy Move 
> > - reorder 
> > 
> > There are more features that I was looking to add, but aren't vital: 
> > 
> > - site-scoped assets 
> > - access controls 
> > - versioning 
> > 
> > If anyone has any tips about which extensions (and which forks of them) 
> I should be looking at, it would be much appreciated. 
> > 
> > ~~ Brian



[Radiant] Re: Migrating to 1.0

2012-02-02 Thread Benny Degezelle
For copy_move and reorder, these should work in rc4

gem "radiant-copy_move-extension", "~> 2.4.3"
gem "radiant-reorder_children-extension", "~> 1.0.5"

For versioning, I did some updates to the chronicle extension a while
ago.
I think it will still work with rc4, but I am not using it in
production anywhere, so there may be bugs..
Also, it's lacking a gemspec, so you will have to vendor it;

git submodule add https://github.com/jomz/radiant-chronicle-extension
vendor/extensions/chronicle && rake
radiant:extensions:chronicle:migrate && rake
radiant:extensions:chronicle:update

Please open issues on github if you encounter any. Thanks!

On Feb 1, 10:24 pm, Brian Gernhardt  wrote:
> I'm rebuilting my web-server and in the process migrating an old Radiant 
> install to 1.0rc4.  I'm having a hard time finding extensions, however.  I 
> was hoping that the community could help me out a bit.  Here's a list of the 
> non-standard extensions I'm currently using:
>
> - multi_site
> - Aggregation
> - Copy Move
> - reorder
>
> There are more features that I was looking to add, but aren't vital:
>
> - site-scoped assets
> - access controls
> - versioning
>
> If anyone has any tips about which extensions (and which forks of them) I 
> should be looking at, it would be much appreciated.
>
> ~~ Brian


[Radiant] Re: Migrating to 1.0

2012-02-01 Thread john
aggregation is built in now so you can get rid of that extension.
benny's reorder_children gem works well with rc4.

could you open issues against these extension with any additional 
information you have (stack traces, logs etc.). anything under the radiant 
organization should definitely be fixed or clearly marked as 
abandoned/incompatible/whatever.