Re: [Catalyst] Announce: Last Call - RC of C::P::Authentication

2007-07-09 Thread Michael Reece
this does break my custom authentication. i am still investigating why.. On Jul 7, 2007, at 12:50 PM, Jay K wrote: Hey all, Big news! With the most excellent assistance of J. Shirley and Nilson Santos Figueiredo Junior - The new C::P::Authentication finally has all it's tests and, we

Re: [Catalyst] Announce: Last Call - RC of C::P::Authentication

2007-07-09 Thread Michael Reece
the short answer is it does not call my store's get_user method, despite __PACKAGE__-config( authentication = { store = 'MyApp::Plugin::Authentication::DBI::User'} ); the error i get is: [debug] find_user: unable to locate a store matching the requested realm the new docs suggest

Re: [Catalyst] Announce: Last Call - RC of C::P::Authentication

2007-07-09 Thread Michael Reece
empty hashref: {} some details about MyApp: use MyApp::Plugin::Authentication::DBI::User;# $c-user class use Catalyst ( # ... 'Authentication', # Implements $c-user '+MyApp::Plugin::Authentication::DBI', # Implements $c-login # ...

Re: [Catalyst] setup_home() bug

2007-07-09 Thread Adam Herzog
On Jul 9, 2007, at 3:05 PM, Matt S Trout wrote: Patch looks fantastic, but it strongly suggests what we really need is an addition to Catalyst::Utils called if_env_exists (or equivalent better name :) What do you think? Fancy having a go at cleaning this up once and for all? Okay. I