[Radiant] Bugfix and new tag for radiant-tags-extension

2008-10-07 Thread Haselwanter Edmund
Hi *, I came across a smal bug in the radiant-tags-extension. What is the recommended way to provide the bug fix? Always directly contact the author? Its in the tag_list tag when using the complex mode. the string should be splited with MetaTag::DELIMITER and not with . And i added a

Re: [Radiant] Bugfix and new tag for radiant-tags-extension

2008-10-07 Thread Jim Gay
Edmund, Thanks for catching that. I added in the complex strings stuff so it was my mistake. Benny (github.com/jomz) has been managing this extension so you could fork the extension, make the changes, and send him the pull request. tags is sorely lacking it tests/specs. On my list of things to

[Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Bill Barnard
I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do this under Phusion Passenger, the preferred Rails deployment method at DH. I did a

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Jay Levitt
Bill Barnard wrote: I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do this under Phusion Passenger, the preferred Rails deployment

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Simon Rönnqvist
Hi! I'm actually looking the very same thing. I found this howto http://casperfabricius.com/site/2008/05/24/radiant-cms-on-dreamhost-with-phusion-passenger/ , but I got stuck trying to get Capistrano at different stages of the process (didn't succeed nor give in yet). Anyhow, Capistrano

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Bill Barnard
On Tue, Oct 07, 2008 at 04:50:33PM -0400, Jay Levitt wrote: Bill Barnard wrote: I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Simon Rönnqvist
On Oct 8, 2008, at 24:56 , Adam van den Hoven wrote: I have never really grokked Capistrano. Casper's tutorial had too many Log into your shell account and run this rake task for my liking too, which seems to negate the value of Capistrano. In addition, most installations are

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Josh French
I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do this under Phusion Passenger, the preferred Rails deployment method at DH. To

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Simon Rönnqvist
On Oct 8, 2008, at 01:10 , Josh French wrote: I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do this under Phusion Passenger, the

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Bill Barnard
On Tue, Oct 07, 2008 at 02:50:15PM -0700, Adam van den Hoven wrote: I think that Simon has your solution. Instead of mangling .htaccess simply point all your domains (from the DH Panel) to the same place. I've never used the multi site extension but I believe that will be enough to do what you

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Bill Barnard
On Wed, Oct 08, 2008 at 01:26:11AM +0300, Simon Rönnqvist wrote: On Oct 8, 2008, at 01:10 , Josh French wrote: To allow mod_rewrite, add this to your apache conf: RailsAllowModRewrite on SInce we're talking Dreamhost here... editing apache.conf can't be done (unless they provide some kind

[Radiant] Help recovering a lost snippet

2008-10-07 Thread john
Today I logged into a client's Radiant site to do some maintenance and found that a snippet central to running their website was not there anymore. I called the client to see if they had been mucking about, they lost their password about 3-4 months ago so definitely wasn't them. Now the

Re: [Radiant] Help recovering a lost snippet

2008-10-07 Thread Sean Cribbs
John, That is a really odd error! Is the ResponseCache expiration set to something ridiculously huge? Sean john wrote: Today I logged into a client's Radiant site to do some maintenance and found that a snippet central to running their website was not there anymore. I called the client to

Re: [Radiant] Help recovering a lost snippet

2008-10-07 Thread john
Very odd. All ResponseCache settings are the defaults. I even rebooted the server and still encountered the phantom snippet. When I finally got over the magic of it all, I dumped the db, loaded the dump file locally and could see the snippet in there. Taking what I found in there (namely

[Radiant] ntalbott's fork of the Mailer extension

2008-10-07 Thread bruce davison
I have set up the page as described in the readme but this is what I get. Any clues? Thanks, Bruce Parameters: {action=create, page_id=2, mailer={message=hj mm\r\nand \r\nmore\r\ncrap, name=gfgfhfghgf, subject=Appoi ntment Request}, controller=mail} Sent mail: From: [EMAIL

Re: [Radiant] radiant-static-caching-extension

2008-10-07 Thread Christopher Dwan
Standard caching in Radiant involves the web server talking to Radiant. Basically Radiant looks around and says ah, I have it here already, here you go. Static caching is where the web server comes into the room, sees the page there and leaves without Radiant knowing about it. It doesn't