RE: [Catalyst] Catalyst Newbie -> Installation/Quickstart Issues ->Vista

2007-07-26 Thread Peter Edwards
This issue is discussed here http://www.gossamer-threads.com/lists/catalyst/users/15143?search_string=str ftime; and is caused by a bug in ASPerl. Try patching Helper.pm as follows and see if it works then. Regards, Peter > For the sake of saving the next soul who wants to use Catalyst under

[Catalyst] Re: Announce: Catalyst::Plugin::Authentication 0.10000 Released

2007-07-26 Thread Peter Edwards
>Just an announcement that the new Authentication plugin is finally >released! It is available here: > >Also - thanks in advance to all the folks who are about to update and >will soon send their bug reports and feature requests now that it's >out in the wild as a release. > >Cheers! > >JayK

RE: [Catalyst] Catalyst Newbie -> Installation/Quickstart Issues ->Vista

2007-07-26 Thread Peter Edwards
Regards, Peter Dragonstaff Limited http://www.dragonstaff.com Business IT Consultancy Technology House, 151 Silbury Boulevard, Central Milton Keynes, Bucks MK9 1LH, UK Skype: Peter.Edwards Tel/Fax: 0845 0537418 Direct: 01908 424400 Mob: 07986 842718

[Catalyst] Catalyst Newbie -> Installation/Quickstart Issues -> Vista

2007-07-26 Thread Jamie Nicholson
Hi, I'm trying to install Catalyst on a new laptop which is running Vista, Activestate - v5.8.8 - build [820]. After installing the catalyst-devel via ppm I've tried to run the 'perl catalyst.pl MyApp' command but it just seems to hang, unless that's what it's meant to do. >perl catalyst.pl MyAp

Re: [Catalyst] Using Workflow with Catalyst (was Making Controllers thin and Models thick)

2007-07-26 Thread Matt S Trout
On Tue, Jul 24, 2007 at 07:52:46PM +0100, Ian Docherty wrote: > Matt > Thank you for that succinct analysis. :) I will give Class::Workflow a > good look in that case. > > Do you know how far off Persistence using DBIC is with this? I think it > would be essential for the Catalyst application I

[Catalyst] Re: Catalyst-Plugin-Compress-Zlib

2007-07-26 Thread A. Pagaltzis
* Bill Moseley <[EMAIL PROTECTED]> [2007-07-26 19:30]: > Looking at an existing version I hacked I see I did something a > bit more crude: Crude is better in Perl. Handle-like things come in so many shapes that testing for them is futile at best, stupid at worst. > my $body = $c->response->bo

RE: [BULK] - [Catalyst] A bit Off Topic - Navigation Design Tool Suggestions

2007-07-26 Thread Mesdaq, Ali
Actually I just came across something I think was pretty cool. Some special stencils and templates for Visio. http://www.guuui.com/issues/02_07.php Thanks, -- Ali Mesdaq Security Researcher II Websense Security Labs http://www.WebsenseSecurityLabs.com -

[Catalyst] A bit Off Topic - Navigation Design Tool Suggestions

2007-07-26 Thread Mesdaq, Ali
Hello All, Kinda off topic but since the Catalyst community is the best about Best Practices I was looking for suggestions for a site navigation tool. What I am looking for is a tool that lets you quickly design features and navigation of a site in wire frame so that it becomes a design doc. I don

Re: [Catalyst] Catalyst-Plugin-Compress-Zlib

2007-07-26 Thread Bill Moseley
On Thu, Jul 26, 2007 at 10:20:59AM -0700, Bill Moseley wrote: > Looking at an existing version I hacked I see I did something a bit more > crude: > > my $body = $c->response->body; > $body = join "\n", <$body> : $body if ref $body; Except it compiles in my hack... -- Bill Moseley [EMAIL

[Catalyst] Catalyst-Plugin-Compress-Zlib

2007-07-26 Thread Bill Moseley
This plugin collection was last updated May 1st. There's two pending bugs from three and seven months ago (both the same issue, IIRC) and one includes a patch. The problem is the plugin assumes $c->res->body is a scalar when it could be a file handle. The patch submitted does this: my $body

Re: [Catalyst] Re: Trimming and Quoting Oh My!

2007-07-26 Thread Carl Johnstone
I wasn't trying to get all "email reply nazi" on everyone's ass. It just seems to me that the list has become increasingly difficult to read/parse over the last few weeks. Is that a good sign? Does it mean that we're attracting some of these young kids that don't remember the days when everybo

[Catalyst] Use Undo on A List Apart

2007-07-26 Thread Bill Moseley
There's a recent article titled "Never Use a Warning When you Mean Undo" at http://alistapart.com/articles/neveruseawarning. I'm wondering about the implementation. One option is to create actions for every possible undo operation. That would mean that each undo operation would generate a specifi