This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dan (author)
Fri May 16 15:11:54 -0700 2008
commit 9ad95636d9db8279b165b834177821c60c65f454
tree a1c44fd6845b37d8f0c8f4ac236793af2afbcdba
parent 6ada8f92874f1c855a4bb4d2542bf77436100b8b
tree a1c44fd6845b37d8f0c8f4ac236793af2afbcdba
parent 6ada8f92874f1c855a4bb4d2542bf77436100b8b
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Nov 28 05:12:15 -0800 2007 | [pilu] |
| |
README | Fri May 16 15:11:54 -0700 2008 | [dan] |
| |
Rakefile | Wed Nov 28 05:12:15 -0800 2007 | [pilu] |
| |
TODO | Wed Nov 28 05:12:15 -0800 2007 | [pilu] |
| |
app/ | Tue Apr 29 12:11:19 -0700 2008 | [seancribbs] |
| |
copy_move_extension.rb | Fri May 16 15:11:54 -0700 2008 | [dan] |
| |
lib/ | Thu Nov 29 06:03:28 -0800 2007 | [pilu] |
| |
public/ | Wed Nov 28 06:54:32 -0800 2007 | [pilu] |
| |
test/ | Wed Jan 02 06:06:20 -0800 2008 | [pilu] |
README
= CopyMove Created by: Andrea Franz - http://gravityblast.com Version: 1.9.1 Contact: andrea AT gravityblast DOT com 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 for Radiant versions 0.6.6 and under. Versions 0.6.7 and greater have Shards built in. See http://groups.google.com/group/radiantcms-dev/browse_frm/thread/d07f7fffd84b3ce0/5efa6fd6c2e1668e?lnk=gst&q=shards#5efa6 fd6c2e1668e == Installation 1. Get the latest version of CopyMove extension code: cd vendor/extensions git clone git://github.com/pilu/radiant-copy-move.git copy_move 1.a FOR RADIANT VERSION < 0.6.7 Open the environment.rb and set shards as first extension to be loaded: config.extensions = [ :shards, :textile_filter, :markdown_filter, :all ] 1.b FOR RADIANT VERSION >= 0.6.7 Shards is already installed and loaded. 2. From your Rails app root type this command: rake RAILS_ENV=production radiant:extensions:copy_move:install Which will copy some needed files to the public directory of your app. == Contributors Benny Degezelle Mario T. Lanza Daniel Collis-Puro




