radiant-copy-move
radiant-copy-move copied to clipboard
It's an extension for Radiant CMS. It allows for a page to be copied (or moved) under a new parent.
I think there is a bug in model.rb:8, def new_slug_and_title_under() If I copy a page two times to the same directory I get an exception. I think this code is...
Case: Select "Copy page only" from popup menu; accept default values; click "OK" button. Error: TypeError (can't convert Fixnum into String): vendor/extensions/copy_move/lib/copy_move/model.rb:8:in `+' vendor/extensions/copy_move/lib/copy_move/model.rb:8:in`new_slug_and_title_under' vendor/extensions/copy_move/lib/copy_move/model.rb:20:in `copy_to' vendor/extensions/copy_move/lib/copy_move/controller.rb:14:in`copy_page' radiant (0.8.2) vendor/plugins/haml/rails/./lib/sass/plugin/rails.rb:19:in...
Happens only in development mode: ``` ActionView::TemplateError (stack level too deep) on line #7 of vendor/extensions/copy_move/app/views/admin/pages/_copy_move_popup.haml: 4: %h3 Copy or move page 5: %p 6: %label{:for => 'parent_id'} New parent:...
I have a strange issue. I'm using latest Radiant (0.9.0.rc3) and copy-move extension. Firefox 3.5.5 Whenever I copy a page or entire tree/subtree of pages the new page copies do...
in http://github.com/pilu/radiant-copy-move/commit/00ad9584c0fef5edeb89932c0b83d1a3ff85510a the js was updated to use centerInViewport to center the dialog. This function does not exist in standard prototype or jQuery and thus breaks this plugin for anyone...
I just realized that it might be a good idea to update the readme. There doesn't seem to be an "install" task for rake - there is an "update" task....
Hi, I've installed the copy/move extension and the only issue I'm having is that the containing the "Copy/Move" button on admin/pages is not being created. The extension works fine if...