Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-25 Thread Tomas Doran
Al Alder wrote: Using Catalyst 5.80020 When running CATALYST_DEBUG=0 prove -l t/01app.t per 'The Definitive Guide To Catalyst' page 76 I get: LolCatalyst-Lite CATALYST_DEBUG=0 prove -l t/01app.t t/01app.t .. 1/1

[Catalyst] catalyst and wordpress

2010-02-25 Thread Charles
I don't want to implement code for a blog. What's the easiest way to incorporate wordpress on my site under my single catalyst instance . I'm going to download the wordpress code and not have it hosted elsewhere. I'd like to have the blog like mydomainname.com/blog . I've got a

Re: [Catalyst] catalyst and wordpress

2010-02-25 Thread Rodrigo
On Thu, Feb 25, 2010 at 4:39 PM, Charles cshtr...@yahoo.com wrote: I don't want to implement code for a blog. What's the easiest way to incorporate wordpress on my site under my single catalyst instance . I'm going to download the wordpress code and not have it hosted elsewhere. I'd like to

Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-25 Thread Al Alder
On Thu, Feb 25, 2010 at 8:11 AM, Tomas Doran bobtf...@bobtfish.net wrote: Al Alder wrote: Using Catalyst 5.80020 When running CATALYST_DEBUG=0 prove -l t/01app.t per 'The Definitive Guide To Catalyst' page 76 I get: LolCatalyst-Lite CATALYST_DEBUG=0 prove -l t/01app.t t/01app.t ..

Re: [Catalyst] catalyst and wordpress

2010-02-25 Thread Stuart Watt
In what way is the under Catalyst? Is there any integration needed? If not, this sounds like all you need to do is configure your web server so that /blog = wordpress. Then your web server will simply peek the URLs and send all requests that begin /blog... to your PHP area, while everything

[Catalyst] JSON views and CamelCase column names

2010-02-25 Thread Bill Moseley
As you know, by default the TT View maps actions to template files based on the action's name. The controllers place data into the stash and the templates render that into markup. I need to do something similar with JSON output. The current JSON View will turn data in the stash into JSON, but

Re: [Catalyst] on the topic of PAR file distribution, why is it frowned upon?

2010-02-25 Thread Toby Corkindale
On 26/02/10 11:27, Tommy Butler wrote: Hello all, I will be deploying a catalyst app onto several dozens of servers in the next months, which will probably turn into more than that eventually. It is a year in the making, and quite complex in terms of all the things it requires to run

Re: [Catalyst] on the topic of PAR file distribution, why is it frowned upon?

2010-02-25 Thread Tomas Doran
On 26 Feb 2010, at 01:34, Toby Corkindale wrote: On 26/02/10 11:27, Tommy Butler wrote: Hello all, I will be deploying a catalyst app onto several dozens of servers in the next months, which will probably turn into more than that eventually. It is a year in the making, and quite complex