[Radiant] Re: image 404s

2010-12-02 Thread rosslaird
I started to wonder if this was related to the chronicle extension after I grep'ed for various of the 404-causing files and found references to these files: ./vendor/extensions/chronicle/app/views/admin/snippets/index.html.haml ./vendor/extensions/chronicle/public/javascripts/admin/chronicle.js

[Radiant] Re: image 404s

2010-12-02 Thread rosslaird
Oh wait, I found it: https://github.com/radiant/radiant/wiki/Uninstalling-Extensions A nice wiki page on how to uninstall extensions. Don't know how I missed that. On Dec 2, 6:08 am, rosslaird r...@rosslaird.com wrote: I started to wonder if this was related to the chronicle extension after I

[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] [ANN] PageFactory 2.0

2010-12-02 Thread Joshua Danger French
If anyone wants to jump on the bleeding edge, I think the next generation of PageFactory is ready for public use. It works pretty much like PageFactory 1, but drops the PageFactory::Base class. Instead, all part management is done directly on your Page subclasses: class EmployeePage Page

Re: [Radiant] [ANN] PageFactory 2.0

2010-12-02 Thread Jim Gay
On Thu, Dec 2, 2010 at 12:08 PM, Joshua Danger French j...@vitamin-j.com wrote: If anyone wants to jump on the bleeding edge, I think the next generation of PageFactory is ready for public use. It works pretty much like PageFactory 1, but drops the PageFactory::Base class. Instead, all part

[Radiant] readme extension?

2010-12-02 Thread Joel Oliveira
Hey everyone - Does anyone know if something similar to a readme extension exists out there in the wild? I'm thinking something along the lines of site-specific documentation available through a top-level tab. Would be a great little tool to help some clients along in how to use Radiant, links,

Re: [Radiant] readme extension?

2010-12-02 Thread Jim Gay
http://ext.radiantcms.org/extensions/5-help Needs some updates still and I've wanted to add the ability to read from a site-specific HELP file Patches are welcome, of course donations kick me into gear too :-) http://pledgie.com/campaigns/3373 On Thu, Dec 2, 2010 at 3:51 PM, Joel Oliveira

[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