Hello, all!

We're just getting through the upgrade to Radiant 1.0 from 0.8 and, due to 
some specific needs of our organization, had some problems with a few 
extensions. I wanted to share the work we did, in case anyone has any 
similar problems.

First, we had some issues upgrading from Paperclipped to the new Clipped 
extension. I know there's a migration script you can run, but there were 
failures in running it. Because of this, we needed to migrate our assets 
from the directory structure of Paperclipped to the structure of Clipped. 
We created a rake task that can do just that. I put it in a gist to be 
shared: https://gist.github.com/3993899

Just run "rake clipped:migrate"  and it'll copy everything from the 
public/assets folder to public/system/assets, and move individual assets 
into the appropriate subfolders (as the asset folder structure for clipped 
is a little different).

Second, we used a specific fork of the Multi-Site plugin that included some 
model scoping features that the mainline extension didn't (or, at least, 
handled it differently enough that a migration would have been painful). 
 If anyone else is using the spanner/radiant-multi-site-extension and is 
migrating to 1.0, we forked the extension and got it up to spec for radiant 
1.0. Feel free to use it if you'd like. You can find it 
here: https://github.com/pgharts/radiant-multi-site-extension

Sincerely,
Eric Sipple

Reply via email to