[Radiant] pre 404

2007-03-27 Thread Todd McGrath
Hi, I wasn't sure what to call this post - here goes... I'm migrating from an existing site catalog to Radiant based site. The site is indexed in various search engines already, so after deploying the new Radiant based site, it is very likely a search engine result will produce a link to an old

Re: [Radiant] pre 404

2007-03-27 Thread Oliver Baltzer
Hi Todd: Todd McGrath wrote: > So, where is the best place to integrate this code into Mental? Why don't you use normal HTTP redirects with status code 301. You can easily set those up with mod_rewrite in Apache and it even allows you to have an external program to generate the redirect URLs. Li

Re: [Radiant] pre 404

2007-03-27 Thread Erik van Oosten
Todd, There was a thread on this subject a couple of weeks ago. http://www.nabble.com/forum/ViewPost.jtp?post=9445634&framed=y Regards, Erik. Todd McGrath schreef: > Hi, > > I wasn't sure what to call this post - here goes... > > I'm migrating from an existing site catalog to Radiant based

Re: [Radiant] Problem with language_redirect extension

2007-03-27 Thread Nancy Carroll
Giovanni - it works perfectly! Thanks a million for sharing your expertise. Best regards, Nancy Giovanni Intini schrieb: > 302 is a redirection. I tried the extension on a clean radiant install > and it worked fine. Now to be sure it works create a blank config page > part and put the following

Re: [Radiant] Problem with language_redirect extension

2007-03-27 Thread Giovanni Intini
Expertise doesn't really suit me, keep that word for people like John or Sean :) 2007/3/27, Nancy Carroll <[EMAIL PROTECTED]>: > Giovanni - it works perfectly! Thanks a million for sharing your > expertise. > > Best regards, > Nancy > > Giovanni Intini schrieb: > > 302 is a redirection. I tried t

Re: [Radiant] Problem with language_redirect extension

2007-03-27 Thread Nancy Carroll
;-) It's all perspective... Thanks again, N. Giovanni Intini schrieb: > Expertise doesn't really suit me, keep that word for people like John or Sean > :) > > 2007/3/27, Nancy Carroll <[EMAIL PROTECTED]>: >> Giovanni - it works perfectly! Thanks a million for sharing your >> expertise. >> >>

Re: [Radiant] pre 404

2007-03-27 Thread Todd McGrath
Thanks Erik and Oliver Quoting Erik van Oosten <[EMAIL PROTECTED]>: > Todd, > > There was a thread on this subject a couple of weeks ago. > http://www.nabble.com/forum/ViewPost.jtp?post=9445634&framed=y > > Regards, > Erik. > > > Todd McGrath schreef: > > Hi, > > > > I wasn't sure what t

Re: [Radiant] Date tag oddness

2007-03-27 Thread Walter Lee Davis
On Mar 21, 2007, at 1:39 PM, Gabriel Lamounier wrote: > There was a past conversation where some of us agreed that it would be > good if the tag accepted another parameter besides "format" > to indicate which date to show (published_at, created_at or > updated_at). > > I think it's a good idea t

[Radiant] comment management

2007-03-27 Thread Alexy Khrabrov
Are the Radiant-based sites with lots of comments, and how do folks manage that? Looks like the most important criterion for me will be feedback from the readers, and that will have to be manageable. Any CMS lacking robust comment engine is not web2.0 enough nowadays. :) Cheers, Alexy _

[Radiant] Extensions registry somewhere?

2007-03-27 Thread Walter Lee Davis
Is there a list somewhere of various Mental extensions? I found a few referenced in the blog, but I am hoping there is a Wiki page somewhere that is added to by the contributors as they are made. Thanks in advance, Walter ___ Radiant mailing list Pos

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread John W. Long
Walter Lee Davis wrote: > Is there a list somewhere of various Mental extensions? I found a few > referenced in the blog, but I am hoping there is a Wiki page somewhere > that is added to by the contributors as they are made. http://dev.radiantcms.org/radiant/wiki/Extensions -- John Long http:/

Re: [Radiant] comment management

2007-03-27 Thread John W. Long
Alexy Khrabrov wrote: > Are the Radiant-based sites with lots of comments, and how do folks manage > that? Support for comments is on the roadmap, but not presently implemented. I think Sean Cribbs was working on an extension for it. The Radiant blog presently uses Haloscan (http://www.haloscan

[Radiant] Can extensions use a different database?

2007-03-27 Thread Colin Nederkoorn
We're almost done with our radiant site, but have a few remaining things. I asked a question previously about embedding another RoR app in Radiant. The solution I have right now is to use an iFrame. What's not good about this is you define the size for the iFrame and the screen real-estate

Re: [Radiant] comment management

2007-03-27 Thread Sean Cribbs
Yet another of my postponed projects. I'll get to it soon, I promise! In the meantime, Haloscan works really well, or you can use my comments-behaviors plugin if you're using Radiant 0.5.2. Sean On 3/27/07, John W. Long <[EMAIL PROTECTED]> wrote: > Alexy Khrabrov wrote: > > Are the Radiant-base

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread Jim Gay
On Mar 27, 2007, at 14:57, John W. Long wrote: > Walter Lee Davis wrote: >> Is there a list somewhere of various Mental extensions? I found a few >> referenced in the blog, but I am hoping there is a Wiki page >> somewhere >> that is added to by the contributors as they are made. > > http://dev.r

Re: [Radiant] Can extensions use a different database?

2007-03-27 Thread Sean Cribbs
This is a pretty common question with ActiveRecord in general. Essentially, yes you can. Inside your model, I believe you use the "establish_connection" call. That will connect to the specified database in only that model. Sean p.s. see http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M

Re: [Radiant] Can extensions use a different database?

2007-03-27 Thread Oliver Baltzer
Hi Colin: Colin Nederkoorn wrote: > Where I am uncertain is - Can you query a different database from an > extension? If so, how? I don't think Rails currently has support for connecting to two databases simultaneously. However, if you are familiar with SQL you can always setup a second database

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread Sean Cribbs
I'm giving a presentation tonight at our local Ruby group about building extensions for Radiant. I'll announce the location of the prez after I've given it. It uses S5, so it'll be viewable in any modern browser. Sean On 3/27/07, Jim Gay <[EMAIL PROTECTED]> wrote: > On Mar 27, 2007, at 14:57, J

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread Walter Lee Davis
On Mar 27, 2007, at 3:10 PM, Jim Gay wrote: > On Mar 27, 2007, at 14:57, John W. Long wrote: >> Walter Lee Davis wrote: >>> Is there a list somewhere of various Mental extensions? I found a few >>> referenced in the blog, but I am hoping there is a Wiki page >>> somewhere >>> that is added to by

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread Jim Gay
Great. Thanks in advance. Good luck with the presentation. On Mar 27, 2007, at 15:13, Sean Cribbs wrote: > I'm giving a presentation tonight at our local Ruby group about > building extensions for Radiant. I'll announce the location of the > prez after I've given it. It uses S5, so it'll be vie

[Radiant] Validating Mailer Extension

2007-03-27 Thread Walter Lee Davis
I had a tour through the code that makes Mailer work, and can't for the life of me see how you could define a server-side validation of any of the input. The template is rendered. If there is POST data for a tag in the template, that field is filled. If there isn't, oh well. I imagine that a Ja

[Radiant] Mailer Extension - How do I attach a file?

2007-03-27 Thread Colin Nederkoorn
Hi All, Im trying to do a form where users can submit their resume (attach a file) to the form submission. When I use the form, it works, but the attachment does not get sent and I get what looks to be a memory address or something like that?. Is this a bug in the mailer extension? The resu

Re: [Radiant] Validating Mailer Extension

2007-03-27 Thread Colin Nederkoorn
Walter, What you're looking for is a "todo" on this extension according to the readme. You could try and do it yourself, or wait: http://dev.radiantcms.org/svn/radiant/branches/mental/extensions/ mailer/README Todo: * Abstract tag naming, doesn't need to mimick HTML input types * Support

Re: [Radiant] Mailer Extension - How do I attach a file?

2007-03-27 Thread Colin Nederkoorn
Durr. Im an idiot. In the readme it says: Todo: .. * Support for file attachments to emails .. Colin On Mar 27, 2007, at 5:35 PM, Colin Nederkoorn wrote: > Hi All, > > Im trying to do a form where users can submit their resume (attach > a file) to the form submission. > > When I use the

Re: [Radiant] one radiant, multiple sites, IIS

2007-03-27 Thread Mark A. Yoon
Brian, Thanks for your reply. So, I am using IIS 6 -> ISAPI Rerwrite (Helicon) with proxy rule : RewriteProxy (?!.*images|.*stylesheets|.*javascripts)(.*) http\://localhost:4001$1 [I,U] and your Virtual Domain plugin. So, I can get two websites and the admin interface to work briefly. But it s

Re: [Radiant] Validating Mailer Extension

2007-03-27 Thread Walter Lee Davis
Thanks. I saw that. I guess more of what I was asking was, in the world of tags (which is what the form submissions seem to get turned into here) how does one go about validating the content of any given tag? I couldn't see anything in the model that I could turn to, it all turns into a blo

[Radiant] Facebook Group

2007-03-27 Thread John W. Long
Just for fun I've created a facebook group for Radiant: http://www.facebook.com/group.php?gid=2258396523 Join if you can. -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.or

[Radiant] Hosting Companies

2007-03-27 Thread Ruben D. Orduz
Hello folks, I recently signed a customer and they were terrified to know that their Rails app was going to be hosted on the hosting co whom with I do most biz (don't wish to mention who they are). NowI've heard SliceHost and MediaTemple are really good...I'd like to know if any of you has an

Re: [Radiant] Facebook Group

2007-03-27 Thread Kevin Ansfield
Awesome idea, consider me joined up! Kev On 3/28/07, John W. Long <[EMAIL PROTECTED]> wrote: Just for fun I've created a facebook group for Radiant: http://www.facebook.com/group.php?gid=2258396523 Join if you can. -- John Long http://wiseheartdesign.com ___

Re: [Radiant] Hosting Companies

2007-03-27 Thread Sean Cribbs
I love my new SliceHost account, especially after I got the deprec gem to work. Highly recommended - inexpensive, solid hosting. Sean On 3/27/07, Ruben D. Orduz <[EMAIL PROTECTED]> wrote: > Hello folks, > > I recently signed a customer and they were terrified to know that > their Rails app was g

Re: [Radiant] Facebook Group

2007-03-27 Thread Sean Cribbs
Oh, no. I'm so there. Sean On 3/27/07, Kevin Ansfield <[EMAIL PROTECTED]> wrote: > Awesome idea, consider me joined up! > > Kev > > > > On 3/28/07, John W. Long <[EMAIL PROTECTED]> wrote: > > Just for fun I've created a facebook group for Radiant: > > > > http://www.facebook.com/group.php?gid=225

Re: [Radiant] one radiant, multiple sites, IIS

2007-03-27 Thread Brian Gernhardt
On Mar 27, 2007, at 6:36 PM, Mark A. Yoon wrote: > So, I can get two websites and the admin interface to work briefly. > But it seems that once a page gets cached, I can no longer access it. > That is, I can get site1.com, but when I reload it, I get a blank > screen. I seem to recall an issue w

Re: [Radiant] Extensions registry somewhere?

2007-03-27 Thread Sean Cribbs
FYI, my presentation (slides only) is now available, video of it soon on YouTube. http://seancribbs.com/tech/2007/03/28/presentation-success Sean On 3/27/07, Jim Gay <[EMAIL PROTECTED]> wrote: > Great. Thanks in advance. > Good luck with the presentation. > > On Mar 27, 2007, at 15:13, Sean Crib

[Radiant] Extensions public directory

2007-03-27 Thread Oliver Baltzer
Hi all, some of the available extensions have a public folder. Is that folder somehow merged into the app's default public folder or are files in there accessed differently. I have some static Javascript that my extension would like to use, but I can't seem to access the file via http://hostname/

Re: [Radiant] Extensions public directory

2007-03-27 Thread Sean Cribbs
I just copy them manually. However I did see someone's extension that has a rake task to copy them to the public directory; maybe we can move that upstream a bit. Sean On 3/27/07, Oliver Baltzer <[EMAIL PROTECTED]> wrote: > Hi all, > > some of the available extensions have a public folder. Is th

Re: [Radiant] Hosting Companies

2007-03-27 Thread Brian Morton
Hi Ruben, I've got an account on slicehost and I have been very happy with them. My site seems pretty fast and I have not had any outages yet. I'm a big fan. However, you should know that you are setting up a server from a very minimal install and you have to add everything yourself. I'm ru

[Radiant] Radiant replace Pages with Abstract Content Model

2007-03-27 Thread Oliver Baltzer
Hi all: The following might violate the "no-fluff" mentality of Radiant, but I will give it a shot anyway. Chances are that somebody else has already worked on something similar. Something I have missed in Radiant, since I have first used it (pre-0.5), is a uniform representation of content. I pe

Re: [Radiant] Radiant replace Pages with Abstract Content Model

2007-03-27 Thread Daniel Sheppard
> Something I have missed in Radiant, since I have first used it > (pre-0.5), is a uniform representation of content. I > personally find the > Page model clever, but rather strict as online content is > rarely limited > to pages, page parts and layouts. A content management system > should be

Re: [Radiant] Radiant replace Pages with Abstract Content Model

2007-03-27 Thread Oliver Baltzer
Hi Dan: Daniel Sheppard wrote: > In terms of interface, however I think creating dedicated interfaces > for asset and comment management is a better way to go. My plan for that is to provide content class filters for the tree, such that only objects of the specific class are displayed. This idea