[Radiant] paperclipped and s3

2011-03-17 Thread bradley.t.her...@gmail.com
I migrated our paperclipped to use s3 last night and put everything into our bucket. When paperclipped generates paths, though, it uses s3.amazonaws.com/igodigital/ as the root path with site/:class/:id/:basename.:extension as the extended path. Is there any way I can make paperclipped use our

[Radiant] Spanner Paperclipped Fork

2010-12-15 Thread bradley.t.her...@gmail.com
I'm trying to install the paperclipped fork from Spanner (which searching around I found may be necessary for the Library extension) but whenever I run I get the following error rake aborted! Object is not missing constant Asset! and it occurs here

[Radiant] Partials access to local objects

2010-12-13 Thread bradley.t.her...@gmail.com
I'm writing an extension to add a new feature to the taggable extension and I need to do something very simple: add a new column to the taggable index page. This is pretty simple: admin.tag.index.add :thead, add_required_header, :after = modify_header admin.tag.index.add :tbody,

[Radiant] editing page ui's

2010-12-02 Thread bradley.t.her...@gmail.com
I followed a tutorial at http://blazingcloud.net/2009/11/22/radiant-cms-custom-user-permissions/ to help me figure out how to modify the admin UI through an extensions like so: admin.page.index.add :node, 'remove_column_subject_to_permissions', :after = add_child_column Now I'd like to use this

[Radiant] tagging extension w/ autocomplete

2010-12-02 Thread bradley.t.her...@gmail.com
Working on updating spanners taggable extension with auto-complete. It's got basic functionality now but needs updated to accept and auto- complete multiple tags. If anyone wants to use it or help out it's here https://github.com/bradherman/taggable

[Radiant] [RADIANT] need to remove status update option from edit page

2010-11-24 Thread bradley.t.her...@gmail.com
Trying to create an extension for our roles here and I want to remove the ability to change the status of a page from some users, but I can't figure out how to remove the status area. The syntax used doesn't make a whole lot of sense to me. Here's how I removed and re- added the Delete option

[Radiant] Removing elements from UI in extensions

2010-11-22 Thread bradley.t.her...@gmail.com
I'm trying to remove, for instance, the update_status portion from the form for creating and editing Radiant pages. The example I'm working off is: admin.page.index[:node].delete('add_child_column') but I can't figure out this syntax in regards to the update_status area since it's within a

[Radiant] Re: Removing elements from UI in extensions

2010-11-22 Thread bradley.t.her...@gmail.com
By update_status i meant edit_status On Nov 22, 4:43 pm, bradley.t.her...@gmail.com bradley.t.her...@gmail.com wrote: I'm trying to remove, for instance, the update_status portion from the form for creating and editing Radiant pages.  The example I'm working off is: admin.page.index[:node