Re: [Catalyst] Catalyst::Helper Changes

2009-09-09 Thread Devin Austin
On Wed, Sep 9, 2009 at 6:35 PM, Tomas Doran wrote: > > On 8 Sep 2009, at 20:47, kevin montuori wrote: > > On Tue, Sep 8, 2009 at 3:14 PM, Devin Austin >> wrote: >> >> Can you explain a little more in depth what you're looking to do? >> >> Sure. Among other things I'd like the myapp.conf file t

Re: [Catalyst] best practice for a protocol mechanism?

2009-09-09 Thread Tomas Doran
On 9 Sep 2009, at 21:35, Bernhard Graf wrote: Zbigniew Lukasiak wrote: I am not entirely sure that I understand what you mean by protocol action - but how about a plain old method call: MyApp::Controller::Root->myProtocolAction( $c, "some message that should be protocolled" ); I think Jens

Re: [Catalyst] Catalyst::Helper Changes

2009-09-09 Thread Tomas Doran
On 8 Sep 2009, at 20:47, kevin montuori wrote: On Tue, Sep 8, 2009 at 3:14 PM, Devin Austin wrote: Can you explain a little more in depth what you're looking to do? Sure. Among other things I'd like the myapp.conf file to live in $root/etc/config and be YAML format. This involves creat

Re: [Catalyst] best practice for a protocol mechanism?

2009-09-09 Thread Bernhard Graf
Zbigniew Lukasiak wrote: > I am not entirely sure that I understand what you mean by protocol > action - but how about a plain old method call: > > MyApp::Controller::Root->myProtocolAction( $c, "some message that > should be protocolled" ); I think Jens is talking about logging (German: "protok

Re: [Catalyst] How to handle development vs production, required vs recommended module dependencies

2009-09-09 Thread Zbigniew Lukasiak
On Mon, Aug 31, 2009 at 3:44 AM, Daniel Austin wrote: > Hello > > I'm curious how other Catalyst developers are managing their CPAN > module dependencies. > > I see our current application as having four types of module dependencies: > > * Modules that are required for the application to run *at al

Re: [Catalyst] best practice for a protocol mechanism?

2009-09-09 Thread Zbigniew Lukasiak
On Tue, Sep 8, 2009 at 10:32 AM, Jens Schwarz wrote: > Hi, > > I currently have an Catalyst application with several controllers and even > more actions. Some of those actions require that I call my protocol action > that - surprise, surprise - does some protocol work. This action is located > i

[Catalyst] [Announce] Catalyst 5.80012 uploaded to CPAN

2009-09-09 Thread Marcus Ramberg
Hi sports fans! I am happy to report that version 5.80012 of your favorite MVC framework is making it's way to a CPAN mirror near you. This is another maintaince release, and fixes some regressions in the test suite and backwards compability. We also reduce the minimum required Perl version, to ma

[Catalyst] Creating thumbnail images with Catalyst

2009-09-09 Thread JJ
Hi, A couple of days ago I released Catalyst::View::Thumbnail, which provides an easy way to serve thumbnail images. It should work with any model that can put raw image data onto the stash (you don't need the MIME type, it's automatically detected), so a controller to produce thumbnails 100px hig

Re: [Catalyst] Catalyst and UTF8 Chained URLs

2009-09-09 Thread Rod Taylor
This issue is mostly why I sent it to the list instead of as a bug report. I couldn't figure out how to shove it into Catalyst::Plugin::Unicode and putting it directly in Chained.pm isn't the right place in itself. I like the idea of specifying an encoding in the config file and making Catalyst::

Re: [Catalyst] Catalyst and UTF8 Chained URLs

2009-09-09 Thread Octavian Râşniţă
From: "Jon Schutz" How would this patch affect systems that choose to encode their URLs in something other than UTF-8? (Other character encodings are widely used, particularly on Asian sites). There might be a case for having the encoding type as a configurable option (where one option is no de

Re: [Catalyst] Catalyst and UTF8 Chained URLs

2009-09-09 Thread Jon Schutz
How would this patch affect systems that choose to encode their URLs in something other than UTF-8? (Other character encodings are widely used, particularly on Asian sites). There might be a case for having the encoding type as a configurable option (where one option is no decoding so the applicat