Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Toby Corkindale
Mesdaq, Ali wrote: Hello everyone new to the list and new to catalyst in general. I am still trying to figure out best ways of using it in our environment with least amount of pain. To do that I am trying to plan it out before I start really getting my hands dirty. My question is what is everyon

Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Chisel Wright
On Thu, Jan 11, 2007 at 11:53:50AM +, Toby Corkindale wrote: > Downsides: Can get quite slow to load pages. Yeah, I seem to have been caught out by that. I really like dojo, and I've not seen any problems with it ... until some changes were rolled out to a staging server. Now the page(s) takes

(off-topic) Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Carl Franks
On 11/01/07, Toby Corkindale <[EMAIL PROTECTED]> wrote: ... Attempts to correct said documentation by me failed, as you need to sign a disclosure saying your contributions are owned by the Dojo Foundation (so they can publish a book later) ... The CLA ( http://dojotoolkit.org/icla.txt ) grants

[Catalyst] Re: Apache conf example for Catalyst Engine CGI

2007-01-11 Thread Igor Longagnani
Solved. Sry for asking that ...too early , a little effort (ScriptAlias directive) solved the prob. I also had the -debug option for my Catalyst app enabled and it slowed the test . Set debug mode off :) Thanks, Igor begin:vcard fn:Igor Longagnani n:Longagnani;Igor email;internet:[EMAIL PROTECTE

Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Toby Corkindale
Chisel Wright wrote: On Thu, Jan 11, 2007 at 11:53:50AM +, Toby Corkindale wrote: Downsides: Can get quite slow to load pages. Yeah, I seem to have been caught out by that. I really like dojo, and I've not seen any problems with it ... until some changes were rolled out to a staging server

Re: (off-topic) Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Toby Corkindale
Carl Franks wrote: On 11/01/07, Toby Corkindale <[EMAIL PROTECTED]> wrote: ... Attempts to correct said documentation by me failed, as you need to sign a disclosure saying your contributions are owned by the Dojo Foundation (so they can publish a book later) ... The CLA ( http://dojotoolkit.or

Re: [Catalyst] serving static files

2007-01-11 Thread Jonathan Rockway
Octavian Rasnita wrote: > I have read about an example of setting a proxy/reverse proxy server for > a Java application at the following link: > > http://www.daveyp.com/blog/index.php/archives/76/ > > But the article says that the Apache server that is the proxy is also > using mod_perl (for appl

Re: (off-topic) Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Jonathan Rockway
Toby Corkindale wrote: > CLA itself.. I just couldn't be > bothered to actually go through with the procedure to sign it. > > (I only found out after I submitted stuff, so it's wasted time, but I > didn't want to waste any more either.) Why bother contributing back if it's too hard? Make a svk m

Re: [Catalyst] HTML to plain text conversion

2007-01-11 Thread Matt S Trout
On 9 Jan 2007, at 17:10, Xavier Robin wrote: I also tried HTML::Scrubber as proposed by Carl Franks, but basically it keeps some tags we chose to allow. Have a look at the scrubber docs, there are options to select exactly which tags to allow. Personally I think I'd use XML::LibXML's HTM

Re: [Catalyst] Managing CPAN on Ubuntu [was: 'Installing under ...' on the wiki]

2007-01-11 Thread Matt S Trout
On 9 Jan 2007, at 16:04, Thomas Hartman wrote: I actually tried to manage this from pimpmycat too. http://pimpmycat.googlecode.com/svn/trunk/install/apt-get-installs.sh (mentioned in the readme script) This is unfortunately a bit impure, as it installs some stuff that isnt' strictly necessar

Re: [Catalyst] Not getting passed arguments in $c->user methods

2007-01-11 Thread Matt S Trout
On 8 Jan 2007, at 23:55, Steve Cayford wrote: Hi, I'm fairly new with Catalyst, so please forgive me if this is obvious. I'm using a DBIx::Class "Person" class for the authentication store. I've extended this Person class using a custom component. (This is running on mod_perl 1.29 and Apache

Re: (off-topic) Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Matt S Trout
On 11 Jan 2007, at 15:40, Toby Corkindale wrote: Carl Franks wrote: On 11/01/07, Toby Corkindale <[EMAIL PROTECTED]> wrote: ... Attempts to correct said documentation by me failed, as you need to sign a disclosure saying your contributions are owned by the Dojo Foundation (so they can pub

Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Matt S Trout
On 9 Jan 2007, at 21:22, Mesdaq, Ali wrote: Hello everyone new to the list and new to catalyst in general. I am still trying to figure out best ways of using it in our environment with least amount of pain. To do that I am trying to plan it out before I start really getting my hands dirty.

Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread Victor Igumnov
On Jan 11, 2007, at 10:24 AM, Matt S Trout wrote: On 9 Jan 2007, at 21:22, Mesdaq, Ali wrote: Hello everyone new to the list and new to catalyst in general. I am still trying to figure out best ways of using it in our environment with least amount of pain. To do that I am trying to plan i

Re: [Catalyst] Not getting passed arguments in $c->user methods

2007-01-11 Thread Steve Cayford
Matt S Trout wrote: > > On 8 Jan 2007, at 23:55, Steve Cayford wrote: > >> Hi, >> >> I'm fairly new with Catalyst, so please forgive me if this is obvious. >> >> I'm using a DBIx::Class "Person" class for the authentication store. >> I've extended this Person class using a custom component. (This

Re: [Catalyst] Preferred Ajax framework

2007-01-11 Thread apv
On Thursday, Jan 11, 2007, at 04:09 US/Pacific, Chisel Wright wrote: On Thu, Jan 11, 2007 at 11:53:50AM +, Toby Corkindale wrote: Downsides: Can get quite slow to load pages. It only seems to happen with one page, so it might be dojo and existing jscript not playing well together - who know

Re: [Catalyst] Not getting passed arguments in $c->user methods

2007-01-11 Thread Matt S Trout
On 11 Jan 2007, at 19:35, Steve Cayford wrote: Matt S Trout wrote: On 8 Jan 2007, at 23:55, Steve Cayford wrote: Hi, I'm fairly new with Catalyst, so please forgive me if this is obvious. I'm using a DBIx::Class "Person" class for the authentication store. I've extended this Person cla

Re: [Catalyst] Not getting passed arguments in $c->user methods

2007-01-11 Thread Steve Cayford
Matt S Trout wrote: > > On 11 Jan 2007, at 19:35, Steve Cayford wrote: > >> Matt S Trout wrote: >>> >>> On 8 Jan 2007, at 23:55, Steve Cayford wrote: >>> Hi, I'm fairly new with Catalyst, so please forgive me if this is obvious. I'm using a DBIx::Class "Person" class for

[Catalyst] Catalyst::Plugin::Scheduler issue.

2007-01-11 Thread Jack L.
Hey, I use C::P::Scheduler to perform periodic actions. I meet some troubles. The events defined in Cron.pm could not be executed at all whatever I try. Has anybody used it before? I use Linux and Catalyst 5.7006. YAML file is used for scheduling. I feel puzzled for the YAML file name. The YAML f