Re: [Catalyst] InstantCRUD and Windows

2006-09-01 Thread Zbigniew Lukasiak
Hi, Thanks for the report.  Unfortunately I don't normally use Windows so I also cannnot program for it.  Currently the test suite for Instant is also not really meant for Windows.  I need someone with Windows experience to join our team. -- Zbyszek On 9/1/06, Nilson Santos Figueiredo Junior <[EM

[Catalyst] could I have a wiki login? I want to update Catalyst installation how to for Dreamhost/local/non root install

2006-09-01 Thread Thomas Hartman
I'd like to replace all the junk at http://dev.catalyst.perl.org/wiki/Dreamhostwith a link to my fresh post at http://perlmonks.org/?node_id=570777This basically suggests that for a non-root perl install (or even for a root instaall, IMHO) it's better to perl locally than monkey with PERL5LIB/PREFI

Re: [Catalyst] HTML::Widget, callback constraint, and multiple records per form

2006-09-01 Thread Jason Kohles
On 8/31/06, Ben Hopkins <[EMAIL PROTECTED]> wrote: > Here's what I have: a table (counties) that has county names in it. I want > to be able to add counties. Just one county per screen seems pretty dumb, > so I want a bunch of counties. The sole constraint is that a county cannot > already be i

Re: [Catalyst] HTML::Widget, callback constraint, and multiple records per form

2006-09-01 Thread Ben Hopkins
Boy is my face red! What a stupid mistake!  Thanks for noticing it. Hmmm.  Makes me think now.  The see_if_exists subroutine now gets the value in the form, but doesn't have any context (to do a $c->model('electionsDB::County')->find... call).  If I made a subroutine that returns a coderef to a s

Re: [Catalyst] HTML::Widget, callback constraint, and multiple records per form

2006-09-01 Thread Jason Kohles
On 9/1/06, Ben Hopkins <[EMAIL PROTECTED]> wrote: > Boy is my face red! > > What a stupid mistake! Thanks for noticing it. > > Hmmm. Makes me think now. The see_if_exists subroutine now gets the value > in the form, but doesn't have any context (to do a > $c->model('electionsDB::County')->find

[Catalyst] Problem and solution with Catalyst::Plugin::Authorization::Roles

2006-09-01 Thread Jamie Honan
I had a problem with Catalyst::Plugin::Authorization::Roles. I'm not using the latest svn, but my version contains this: sub check_user_roles { my $c = shift; local $@; eval { $c->assert_user_roles(@_) }; } The role checking worked on my dapper box, but not on windows. The windows m

Re: [Catalyst] InstantCRUD and Windows

2006-09-01 Thread Len Jaffe
On 9/1/06, Zbigniew Lukasiak <[EMAIL PROTECTED]> wrote: Hi, Thanks for the report.  Unfortunately I don't normally use Windows so I also cannnot program for it.  Currently the test suite for Instant is also not really meant for Windows.  I need someone with Windows experience to join our team.I hi