[Radiant] RFC: Alias Behavior

2006-12-28 Thread Brian Gernhardt
I just hacked together a dirt-simple alias behavior. This came out of a desire to have a second domain serve up a portion of the main site (using the Virtual Domain Behavior). All it does is take the source page part and use that to find (by slug) another page to use. It allows children

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread Sean Cribbs
Looks interesting, Brian. I know I'm wasn't good in the past about this myself, but some tests would be nice. Sean Cribbs seancribbs.com On 12/28/06, Brian Gernhardt [EMAIL PROTECTED] wrote: I just hacked together a dirt-simple alias behavior. This came out of a desire to have a second

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread Brian Gernhardt
On Dec 28, 2006, at 10:03 AM, Sean Cribbs wrote: Looks interesting, Brian. I know I'm wasn't good in the past about this myself, but some tests would be nice. Sean Cribbs seancribbs.com Yeah, that's part of the hacked together part. I didn't know how it would end up working when I

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread Brian Gernhardt
On Dec 28, 2006, at 10:03 AM, Sean Cribbs wrote: Looks interesting, Brian. I know I'm wasn't good in the past about this myself, but some tests would be nice. Sean Cribbs seancribbs.com I can't get any tests running in my 0.5.2 setup (from radiant-0.5.2-2.tgz). Any time I try to run

[Radiant] The right way to do CSS in Radiant?

2006-12-28 Thread Colin Nederkoorn
Hi, I am trying to set up CSS correctly in Radiant. I have seen two ways to do it. One is to upload a CSS file into the stylesheets directory. The other is to make a style page and use that as the stylesheet. When I create the style page using the default CSS - http://

[Radiant] Password Protected Error (Missing template ../config/../app/views/site/show_page.rhtml)

2006-12-28 Thread Richard Nugen
I have the password_protected behavior working on my local install but when I move it to our production environment which is running apache in front of rails I get the following error: ActionController::MissingTemplate (Missing template ../config/../app/views/site/show_page.rhtml): I saw one

[Radiant] Behaviors - Rails Playground

2006-12-28 Thread Richard Nugen
Third party behaviors do not seem to 'behave' correctly. They will allow you to assign them to content but not always execute at runtime. Has anyone else encountered this issue? I am thinking it may actually have to do with the 'radiant_behavior_filters' but I have not been able to confirm

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread John W. Long
Brian Gernhardt wrote: On Dec 28, 2006, at 10:03 AM, Sean Cribbs wrote: Looks interesting, Brian. I know I'm wasn't good in the past about this myself, but some tests would be nice. Sean Cribbs seancribbs.com I can't get any tests running in my 0.5.2 setup (from

Re: [Radiant] The right way to do CSS in Radiant?

2006-12-28 Thread John W. Long
Colin Nederkoorn wrote: I am trying to set up CSS correctly in Radiant. I have seen two ways to do it. One is to upload a CSS file into the stylesheets directory. The other is to make a style page and use that as the stylesheet. When I create the style page using the default CSS -

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread Brian Gernhardt
On Dec 28, 2006, at 12:05 PM, John W. Long wrote: Strange, that would indicate that it can't find Rails. Is Rails in your vendor directory or do you have it installed via gems? Both, actually. I have the vendor/rails from the tarball and Rails 1.1.6 installed via RubyGems. Both ruby

Re: [Radiant] The right way to do CSS in Radiant?

2006-12-28 Thread Sean Cribbs
Colin, Make sure that you edit the slug for your 'styles' Page (in Radiant) to be ' styles.css'. You can find the slug if you click More underneath the title of the page. Cheers, Sean Cribbs seancribbs.com On 12/20/06, Colin Nederkoorn [EMAIL PROTECTED] wrote: Hi, I am trying to set up

Re: [Radiant] Behaviors - Rails Playground

2006-12-28 Thread Sean Cribbs
From what I can tell, the mailer behavior doesn't require the behavior_filters plugin. I'm not even sure what that plugin does. Sean Cribbs seancribbs.com On 12/22/06, Richard Nugen [EMAIL PROTECTED] wrote: Third party behaviors do not seem to 'behave' correctly. They will allow you to

Re: [Radiant] Wiki page

2006-12-28 Thread John W. Long
Ruben D. Orduz wrote: John (W. Long), just to give you the heads up that I'm going to be working on the Radiant quickstart Wiki. Thanks Ruben. Looks like an excellent start: http://dev.radiantcms.org/radiant/wiki/QuickStart -- John Long http://wiseheartdesign.com

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread John W. Long
Brian Gernhardt wrote: On Dec 28, 2006, at 12:05 PM, John W. Long wrote: Strange, that would indicate that it can't find Rails. Is Rails in your vendor directory or do you have it installed via gems? Both, actually. I have the vendor/rails from the tarball and Rails 1.1.6 installed

Re: [Radiant] RFC: Alias Behavior

2006-12-28 Thread Brian Gernhardt
On Dec 28, 2006, at 12:44 PM, John W. Long wrote: Please file a ticket about this and I will make sure it is fixed for the next release. Ticket 469: http://dev.radiantcms.org/radiant/ticket/469 ~~ Brian ___ Radiant mailing list Post:

[Radiant] User Roles

2006-12-28 Thread Joannou Ng
Hi folks, Can someone explain to me the differences between the user roles? Cheers, Joannou. The Good Lord has changed water into wine, so how can drinking beer be a sin. - Sign near a Belgian monastery ___ Radiant mailing list Post:

Re: [Radiant] New Asset Management Extension

2006-12-28 Thread Daniel Sheppard
Oh, and if you play with this, be aware that I reserve the right to completely change it in an incompatable manner (I'm thinking in particular of the way in which the assets are stored on the filesystem). Subject: [Radiant] New Asset Management Extension I've been toiling away at another