Hi all.

I've discovered a problem with the Paperclipped extension not working
properly when either the Drag or the Page Factory extensions are installed.
Working with a clean install of Radiant 0.9 (from
http://radiantcms.org/downloads/radiant-0.9.0-rc1.gem) and freezing to edge:

    radiant r9 --database sqlite3
    cd r9
    rake radiant:freeze:edge
    rake radiant:update
    rake production db:bootstrap

Install the Paperclipped extension:
    git clone --branch "0.9.0" git://github.com/kbingman/paperclipped.git
 vendor/extensions/paperclipped
    rake production radiant:extensions:paperclipped:migrate

    **** this generates an error "wrong number of arguments (3 for 2)" which
I worked around by changing line 55 of paperclipped_extension.rb
          from  -- admin.nav[:content] << admin.nav_item(:assets, "Assets",
"/admin/assets")
          to      -- admin.nav[:content] << admin.nav_item("Assets",
"/admin/assets")

    rake production radiant:extensions:paperclipped:update

Everything works as expected until I install Drag (or Page Factory):
    git clone git://github.com/squaretalent/radiant-drag-extension.git
 vendor/extensions/drag
    rake production radiant:extensions:drag:migrate
    rake production radiant:extensions:drag:update

Paperclipped gets messed up; the "Show Assets Bucket" link is shoved over to
the left of the pane and is colored blue, the popup dialog for managing
assets is not displayed properly, and the drag n drop operation no longer
works.

The order of installing the the extensions doesn't seem to matter -- same
corruption of Paperclipped.

I have no idea where or what is causing the conflict. Hopefully, someone
more skilled than me will be able to figure it out.

Thanks in advance.

-- 
marshal
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org

Reply via email to