Radiant CopyMove extension
November 29th, 2007
This extension adds a new action (’CopyMove’) in the Radiant’s administration interface near the ‘Add child’ button. With this extension you can copy or move a page (and all of its children).
Requirements
You need the shards extension for this to work. See this discussion for more details.
Installation
Get the latest version of CopyMove extension code:
cd vendor/extensions
git clone git://github.com/pilu/radiant-copy-move.git copy_move
From your Rails app root run the following task:
rake RAILS_ENV=production radiant:extensions:copy_move:install
which will copy some needed files to the public directory of your app.




