[Catalyst] Facebook Fund

2008-08-07 Thread Peter Edwards
Grants of $25k - $250k for writing Facebook apps. Tempted to write one with a Catalyst backend? Competition begins August 29th: http://developers.facebook.com/fbFund.php Regards, Peter http://perl.dragonstaff.co.uk ___ List: Catalyst@lists.scsys.c

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

2008-08-07 Thread Matt S Trout
On Thu, Aug 07, 2008 at 05:29:38PM +0200, Buchan Milne wrote: > On Thursday 24 July 2008 04:38:30 Matt S Trout wrote: > > On Wed, Jul 23, 2008 at 08:29:42AM -0500, Peter Karman wrote: > > > On 07/22/2008 10:37 PM, Matt S Trout wrote: > > > > On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler

Re: [Catalyst] Profiling shows Catalyst::Engine::write slowest ?

2008-08-07 Thread Matt S Trout
On Wed, Aug 06, 2008 at 09:03:35PM -0400, Stef Telford wrote: > > The question arises, how on earth do I fix/improve these ? From > > what I assume (dangerous I know), the catalyst engine write is the > > output from the templating write, how can I improve that speed ? I > > am using fastcgi on the

Re: [Catalyst] [SOT] cat webmail app?

2008-08-07 Thread Matt S Trout
On Thu, Aug 07, 2008 at 01:12:47PM -0700, Roderick A. Anderson wrote: > Jose Luis Martinez wrote: > >Roderick A. Anderson escribió: > >>I think I've done my due diligence. I've searched using Google and > >>looked through the cat website but haven't found any info on a cat > >>based webmail inte

Re: [Catalyst] [SOT] cat webmail app?

2008-08-07 Thread Roderick A. Anderson
Jose Luis Martinez wrote: Roderick A. Anderson escribió: I think I've done my due diligence. I've searched using Google and looked through the cat website but haven't found any info on a cat based webmail interface. Heck even Perl based is tough. And webmail may be the wrong term. You wi

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

2008-08-07 Thread Daniel Westermann-Clark
On 2008-08-07 17:52:36 +0200, Buchan Milne wrote: > So, I would prefer to have my Model::LDAP models (re-)bind as the > authenticated user. > > I wrote a connection_class for my models, but it seems that the > connection_class doesn't have access to the context, so I can't > retrieve $c- >user->ld

[Catalyst] Model::LDAP vs Authentication::Credential::LDAP

2008-08-07 Thread Buchan Milne
We are using Catalyst for an internal infrastructure management application. Some of the data we want to manage lives in LDAP, and we already use LDAP for authentication and roles in our application. However, I would like to have the LDAP server do it's job in authorizing access to some of this

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

2008-08-07 Thread Buchan Milne
On Thursday 24 July 2008 04:38:30 Matt S Trout wrote: > On Wed, Jul 23, 2008 at 08:29:42AM -0500, Peter Karman wrote: > > On 07/22/2008 10:37 PM, Matt S Trout wrote: > > > On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: > > >> Also, somewhat apropos, I have a > > >> C::A::{Store,Cre

AW: [Catalyst] Announce: Catalyst::View::RRDGraph

2008-08-07 Thread Hartmaier Alexander
Hi Jose! Our network monitoring tool used rrd about seven years ago when I took over the development of it. Soon later I've started generation the graphs myself using GD::Graph. About two years ago I moved the graph generation code in a module. For my catalyst apps I parse the graph urls with a r

Re: [Catalyst] [SOT] cat webmail app?

2008-08-07 Thread Jose Luis Martinez
Robert Krimen escribió: Catalyst provide a JSON API (View::JSON) layer between your adapter class and the javascript. > Maybe a good (and standard) way of getting the messages to the interface is: http://search.cpan.org/~areggiori/Email-MIME-XMTP-0.42/lib/Email/MIME/XMTP.pm Jose Luis Martine