[Catalyst] Advent calendar

2007-12-10 Thread Kieren Diment
Hi all The advent calendar is looking a bit thin for the rest of the month right now, and this year today's entry (10) is about the best I can do, because I've been doing very little software development this year. There are a couple of half finished entries, and a few stubs, but

Re: [Catalyst] Date field error

2007-12-10 Thread Kalman Kiss
Kalman Kiss wrote: Hi, im using FormFu through Catalyst::Controller::HTML::FormFu and i get an exception, when i include the following date field spec in the yml file: Forget it, i souldnt put a dash before the prefix settings. Sorry for the noise, Kami

[Catalyst] error handling

2007-12-10 Thread Angel Kolev
Hi,all. Can anyone eplain me a bit about error handling. Where i can catch it and when? I use this: MyApp::C::MyController sub auto : Private { my ($self, $c) = @_; if ($c-error) { $c-stash-{error} = Critical ERROR!! ; $c-forward('/error'); $c-error(0);

Re: [Catalyst] error handling

2007-12-10 Thread Felix Antonius Wilhelm Ostmann
$c-error is a arrayref or not? So you must do this: if( @{$c-error} ) { ... } Angel Kolev schrieb: Hi,all. Can anyone eplain me a bit about error handling. Where i can catch it and when? I use this: MyApp::C::MyController sub auto : Private { my ($self, $c) = @_; if ($c-error) {

Re: [Catalyst] using Catalyst with legacy cgi scripts

2007-12-10 Thread Ton Voon
On 7 Dec 2007, at 19:53, Ashley Pond V wrote: Please do put this up. I can definitely see using it (maybe on something right now) and I think many others would end up using it in a Registry.pm-like way to segue into a shinier codebase. Any new trails on the migration path to Cat help

Re: [Catalyst] Advent calendar

2007-12-10 Thread Jonathan Rockway
On Mon, 2007-12-10 at 19:25 +1100, Kieren Diment wrote: I really really really want to see an openid authentication example this year. Next year we should have a provider recipe so big kudos to anyone who can provide me with either an minimal working app and/ or words to wrap around it.

[Catalyst] ANNOUNCE: New Catalyst-Powered Site: Mister Poll

2007-12-10 Thread Mark Blythe
Hello! I'd like to announce a relaunch of my web site, Mister Poll, which is now powered by Catalyst / DBIC: http://www.misterpoll.com/ I've actually been running the site for 10 years now. It started out as CGI (of course) and has been mod_perl for many years now. When I finally decided to

Re: [Catalyst] ANNOUNCE: New Catalyst-Powered Site: Mister Poll

2007-12-10 Thread J. Shirley
On Dec 10, 2007 11:52 AM, Mark Blythe [EMAIL PROTECTED] wrote: Hello! I'd like to announce a relaunch of my web site, Mister Poll, which is now powered by Catalyst / DBIC: http://www.misterpoll.com/ I've actually been running the site for 10 years now. It started out as CGI (of course)

[Catalyst] Remember Me?

2007-12-10 Thread Bill Moseley
What's the current thinking about those remember me checkboxes on login forms that basically allow users to return to the site and automatically log in? I wonder how useful they are compared to just letting the browser save the login information and pre-fill the login form on return. Do they