Re: [Catalyst] How do you make your favicon file?

2011-03-23 Thread Richard Siddall
John M. Dlugosz wrote: So, what tool do you use to create this file, say, by converting a PNG? I've used something like this for converting a GIF using NetPBM tools: #!/bin/sh # Make a favicon.ico file from an input file # Currently only works for square input files: you have to crop to a

[Catalyst] Action for index not 'index'?

2011-03-23 Thread Kyle Hall
Hello All, I'm working on adding breadcrumbs to my catalyst app and I've run into something unexpected. I'm using Catalyst::Plugin::Breadcrumbs. Let's assume I have a controller Foo. If I just go to /foo ( the index ), the plugin assumes that the action will be 'index', but the action is

Re: [Catalyst] Wide (Unicode) character problem?

2011-03-23 Thread Bill Moseley
Post the smallest possible example (20 lines?) that clearly shows the problem. -- Bill Moseley mose...@hank.org ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Wide (Unicode) character problem?

2011-03-23 Thread John M. Dlugosz
On 3/23/2011 8:58 AM, Bill Moseley moseley-at-hank.org |Catalyst/Allow to home| wrote: Post the smallest possible example (20 lines?) that clearly shows the problem. OK, I verified that it still chokes if I strip it down to the bare essentials. If the view produces a stream that includes a

Re: [Catalyst] Wide (Unicode) character problem?

2011-03-23 Thread Nicholas Wehr
which platform are you testing on? windows mac linux? On Wed, Mar 23, 2011 at 7:49 AM, John M. Dlugosz wxju46g...@snkmail.comwrote: On 3/23/2011 8:58 AM, Bill Moseley moseley-at-hank.org |Catalyst/Allow to home| wrote: Post the smallest possible example (20 lines?) that clearly shows the

[Catalyst] Multiple Files With Catalyst::Log::Log4perl

2011-03-23 Thread Asim Jalis
I need Catalyst::Log::Log4perl to produce multiple log files. I have a Catalyst application that runs batch scripts and needs to generate a separate log file for each script. Ideally, I'd like to change the log file name dynamically within a Catalyst controller each time it's called. Using a

Re: [Catalyst] Action for index not 'index'?

2011-03-23 Thread Kyle Hall
That sounds like a good technique. I've modified Plugin::Breadcrumb to work properly and put it in my source tree, but I think I like your technique better. Kyle http://www.kylehall.info Mill Run Technology Solutions ( http://millruntech.com ) Crawford County Federated Library System (

Re: [Catalyst] Wide (Unicode) character problem?

2011-03-23 Thread Bill Moseley
On Wed, Mar 23, 2011 at 7:49 AM, John M. Dlugosz wxju46g...@snkmail.comwrote: OK, I verified that it still chokes if I strip it down to the bare essentials. If the view produces a stream that includes a wide character, I get the exception. Here is my Controller: package

[Catalyst] Re: Action for index not 'index'?

2011-03-23 Thread Aristotle Pagaltzis
* will trillich will.trill...@serensoft.com [2011-03-23 15:30]: What we do instead is, we call a function to add another link in our breadcrumb chain, so it's deliberate and we're completely in control: That’s what I did too. sub add_breadcrumb { my ( $c, $path, $label ) = @_; my