Re: [Catalyst] Re: javascript in Catalyst using Template Toolkit

2008-07-19 Thread Jonathan Rockway
* On Sat, Jul 19 2008, Aristotle Pagaltzis wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-07-19 04:10]: >> i got the issue fixed up by add "root/static" to >> lib/myApp/View/TT.pm and yes, 'Static::Simple' was used. >> >> Here's an extract... >> >> __PACKAGE__->config({ >> CATALYST_V

[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: http://dev.catalyst.perl.o

[Catalyst] Note: Mail backlog cleared, please re-send if I've missed anything

2008-07-19 Thread Matt S Trout
So, I just nailed through another fucking huge mail backlog because I suck at keeping on top of it. And if you sent something between the last time I was on-list and the first message I replied to, it probably got eaten if the "too old to matter now, hopefully" cull. So, if there was such a thing

Re: [Catalyst] Graceful handling of database failure

2008-07-19 Thread Matt S Trout
On Wed, Jul 16, 2008 at 12:57:58PM -0500, mike wrote: > On Tue, Jun 17, 2008 at 5:27 PM, J. Shirley <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 17, 2008 at 2:31 PM, Mitchell K. Jackson > > <[EMAIL PROTECTED]> wrote: > >> Good afternoon, > >> > >> Is there a graceful way for a catalyst app to handle

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

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 controlle

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 $u

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] [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 th

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, wherea

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 y

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 t

Re: [Catalyst] Password policy support for Catalyst::Authentication::Store::LDAP

2008-07-19 Thread Matt S Trout
On Fri, Jun 20, 2008 at 06:46:02PM +0200, Buchan Milne wrote: > On Friday 20 June 2008 12:20:49 Gavin Henry wrote: > > 2008/6/20 Buchan Milne <[EMAIL PROTECTED]>: > > > In our internal management web app (which has only been feasible due to > > > Catalyst), we authenticate against our OpenLDAP (2.3

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 >htt

Re: [Catalyst] multiple database model support

2008-07-19 Thread Matt S Trout
On Tue, Jul 01, 2008 at 06:20:35AM +0530, jagdish eashwar wrote: > I am working on two Catalyst applications and have set up different Mysql > databases for each of them. Some of the tables that these two applications > use are the same. At present, I am maintaining the common tables in both the >

[Catalyst] Re: javascript in Catalyst using Template Toolkit

2008-07-19 Thread Aristotle Pagaltzis
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-07-19 04:10]: > i got the issue fixed up by add "root/static" to > lib/myApp/View/TT.pm and yes, 'Static::Simple' was used. > > Here's an extract... > > __PACKAGE__->config({ > CATALYST_VAR => 'Catalyst', > INCLUDE_PATH => [ > myApp->