Re: [Radiant] Bug or feature?!

2006-08-29 Thread Jake Liddell
I think it's actually the mkdir that's the problem. My host (textdrive) uses mod_security. If you're hosting via Appache you can set up particular rules to be ignored via the .htaccess file. However, if you're passing through requests to lighttpd you can't switch it off at a rule level.

Re: [Radiant] Creating new tabs in the admin interface?

2006-08-29 Thread Guido Sohne
1) Create your three pane layout and place it into a Radiant layout. 2) Make sure you have a r:content part='sidebar-2'/ tag inside that layout. 2) Create a new page part called sidebar-2 or something like that in each page that you create 3) Make the new page has the layout you just created as

[Radiant] Another question - Entering metadata

2006-08-29 Thread Jake Liddell
Hi all, Another question that Im sure people will want to do if theyre creating commercial sites with Radiant: When I click on the More link on a standard edit page, I can change the slug and the breadcrumb. I would also like to enter a description and keywords these would then get

Re: [Radiant] Another question - Entering metadata

2006-08-29 Thread Sean Cribbs
Jake,You're probably better off creating page parts for each of those metadata items, and then again using the r:content .../ tag to insert their values into your template. The more link/dropdown is primarily for system-specific-and-critical stuff, whereas page metadata like keywords and

Re: [Radiant] Another question - Entering metadata

2006-08-29 Thread Nathan Wright
I agree with Sean on this, but if you *really* want to insert them into the more section it's pretty easy to get this setup. I did it for a client when I thought the concept of adding page parts might be a little too difficult for them. Let me know and I'll see if I can work up a diff for you. On

Re: [Radiant] Another question - Entering metadata

2006-08-29 Thread Dave Crossland
On 29/08/06, Nathan Wright [EMAIL PROTECTED] wrote: Let me know and I'll see if I can work up a diff for you. I'd also be interested in this :-) -- Regards, Dave ___ Radiant mailing list Radiant@lists.radiantcms.org

[Radiant] New breadcrumbs tab for use in title ?

2006-08-29 Thread Dave Crossland
Hi, I'm wondering how I would go about implementing a new breadcrumb Radius tag, so I can do something like ... head titler:breadcrumbs home=ThisSite separator=: //title /head body in my XHTML layouts. -- Regards, Dave ___ Radiant mailing list

Re: [Radiant] Creating new tabs in the admin interface?

2006-08-29 Thread John W. Long
Jake Liddell wrote: I created a new sidebar-2 part on my homepage. I then tried to do a new child of the homepage, but it only got the old body and sidebar parts – not the new one too. Any idea how I can default children to inherit the tabs from the parent when someone creates a new page?

Re: [Radiant] Regarding jake's Article on getting radiant up and running on textdrive

2006-08-29 Thread John W. Long
Mike Moscow wrote: Creating tables... -- drop_table(config) -- create_table(config, {:force=true}) FAILED /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/mysql_adapter.rb:330:in `real_connect': Access denied for user 'root'@'localhost' (using

Re: [Radiant] New breadcrumbs tab for use in title ?

2006-08-29 Thread John W. Long
Dave Crossland wrote: I'm wondering how I would go about implementing a new breadcrumb Radius tag, so I can do something like... Drop this in vendor/plugins/my_fancy_breadcrumb_plugin/init.rb: Behavior::Base.define_tags do tag breadcrumbs do |tag| ... end end You should

[Radiant] Starting up radiant on textdrive

2006-08-29 Thread Michael Moscow
Hello All, I'm working my way through jake's radiant to textdrive article. I have requested/recieved a littpd port. I have gone through the whole textdrive 'how to start a rails app' tutorial. I almost done except I'm stuck on the last step. Starting up my radiant app. with the required

[Radiant] Roadmap?

2006-08-29 Thread Nathan Wright
I'm putting together a presentation on Radiant for Denver's local ruby/rails user group, and I'd like to know if there is a more current feature roadmap than the one posted a few months ago. If anyone knows it would be greatly appreciated -- Nathan

Re: [Radiant] Roadmap?

2006-08-29 Thread John W. Long
Nathan Wright wrote: I'm putting together a presentation on Radiant for Denver's local ruby/rails user group, and I'd like to know if there is a more current feature roadmap than the one posted a few months ago. The one posted a few months ago is still current, with the following exceptions:

Re: [Radiant] Roadmap?

2006-08-29 Thread Dave Crossland
On 29/08/06, John W. Long [EMAIL PROTECTED] wrote: 1. I'm leaning away from implementing a fine-grained permissions system. Mainly I don't think it is very consistent with Radiant's focus to be a CMS for small teams. I agree 2. I have recently begun to question whether

Re: [Radiant] Roadmap?

2006-08-29 Thread John W. Long
Dave Crossland wrote: I think Version Control can be done in a simple way - www.infogami.com has a nice implementation for example. Even the simplest way adds complexity. I haven't ruled it out (infact I have a nice implementation in mind if it is implemented), but I'm not sure it's worth it

Re: [Radiant] Roadmap?

2006-08-29 Thread Nathan Wright
John, Thanks for the link and for the roadmap ... nothing better than getting it straight from the horse's mouth, so to speak. On 8/29/06, John W. Long [EMAIL PROTECTED] wrote: Nathan Wright wrote: I'm putting together a presentation on Radiant for Denver's local ruby/rails user group, and

Re: [Radiant] installing radiant on www.hostingrails.com

2006-08-29 Thread Josh Stockwell
Ok, I'm having a few problems here. I have used this instead of the line that you suggested1. Install Radiant with Subversion here: svn co http://dev.radiantcms.org/svn/radiant/tags/rel_0-5-2 ~/radiant2. Then create a radiant instance application in the appropriate place for your subdomain:

Re: [Radiant] installing radiant on www.hostingrails.com

2006-08-29 Thread John W. Long
Josh Stockwell wrote: Ok, I'm having a few problems here. I have used this instead of the line that you suggested 1. Install Radiant with Subversion here: svn co http://dev.radiantcms.org/svn/radiant/tags/rel_0-5-2http://dev.radiantcms.org/svn/radiant/tags/0_5_2/~/radiant 2.