Re: [Catalyst] Bug with $c-request-query_keywords ?

2008-07-19 Thread Matt S Trout
On Thu, Jun 19, 2008 at 12:33:44PM -0600, Larry Leszczynski wrote: I've run into what appears to be a query keyword bug using Catalyst 5.701[02]: % catalyst.pl MyApp % cd MyApp % perl script/myapp_server.pl Request: http://localhost:3000/ - works

Re: [Catalyst] Capture page on server?

2008-07-19 Thread Matt S Trout
On Tue, Jun 24, 2008 at 12:23:05AM +0800, Martin Ellison wrote: I actually want to save a static copy of the front page to improve load times. My fastcgi process sometimes disappears (I'm on shared hosting and I think they auto-cancel stale processes), and it takes a while for the process to

Re: [Catalyst] [Fwd: [rt-users] Security vulnerability in RT 3.0 and up]

2008-07-19 Thread Matt S Trout
On Mon, Jun 23, 2008 at 01:17:15PM -0400, Lance A. Brown wrote: H. Is this something Catalyst needs to worry about? StackTrace only activates for Catlyst in debug mode. If you're deploying your app publically in debug mode, you have more than this to worry about (like exceptions showing

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-19 Thread Matt S Trout
On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: Also, somewhat apropos, I have a C::A::{Store,Credential}::ActiveDirectory that I based on the LDAP stuff. The LDAP modules didn't work for me because they want to bind anonymously and retrieve the crypted password, whereas

Re: [Catalyst] [Announce] Catalyst-Runtime 5.7099_01 - Developer Release

2008-07-19 Thread Matt S Trout
On Thu, Jun 26, 2008 at 06:50:58PM -0400, Charles Bailey wrote: On Wed, Jun 25, 2008 at 4:57 PM, Marcus Ramberg [EMAIL PROTECTED] wrote: The feature to note here is 'go', which works like an internal redispatch to another action, while retaining the stash intact. Being able to do this

Re: [Catalyst] Accessing schema in non-DBIC-model

2008-07-19 Thread Matt S Trout
On Tue, Jul 01, 2008 at 02:49:37PM +0200, Tobias Kremer wrote: I'm using Catalyst::Model::DBIC::Schema to make my DBIC schema available as model in my Catalyst application. Now I'd like to create a custom model (e.g. MyApp::Model::Custom) which during the server start fetches and calculates

Re: [Catalyst] parameter validation

2008-07-19 Thread Matt S Trout
On Wed, Jul 02, 2008 at 11:08:46PM +0100, Caroline Johnston wrote: Hi, This isn't strictly a catalyst question, but it arose from a previous thread, http://lists.scsys.co.uk/pipermail/catalyst/2007-December/016329.html, on parameter validation and the problems of code like my $user =

Re: [Catalyst] Package , Catalyst::Plugin::Wizard is great but examples need some clarification

2008-07-19 Thread Matt S Trout
On Fri, Jul 11, 2008 at 04:50:08PM +1000, [EMAIL PROTECTED] wrote: hi there Anyone used this module yet? I was very impressed when i read the perldoc for it. Even got it installed. I think it's a very powerful module but needs some work. First, it needs a rewrite as a controller base

Re: [Catalyst] why no $c-action_class ?

2008-07-19 Thread Matt S Trout
On Wed, Jul 16, 2008 at 03:47:43PM +0200, Dami Laurent (PJ) wrote: Hi all, Catalyst lets users build their own base classes for Request, Response, Dispatcher , etc. (cf. methods $c-request_class, $c-dispatcher_class, etc.). Question : why is there no such mechanism for setting my own base

[Catalyst] please take me of your mailing list

2008-07-19 Thread tim nong
please take me of your mailing list ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: