Re: [Catalyst] Catlyst::Action::REST - NEXT warnings patch

2009-05-09 Thread Tomas Doran
Anthony Gladdish wrote: I would like to know if I've gone about it correctly? And if so, could you review my patch and possibly apply? This patch looks fine, except: . You don't need to explicitly call Class::C3::initialize . You need to add the MRO::Compat dep to Makefile.PL . Add what you

Re: [Catalyst] Odd Formbuilder behavior - parsing twice?

2009-05-09 Thread Tomas Doran
Fahd wrote: I've deduced this from the very verbose FormBuilder debug output - it shows the same 'generated tag' three time for add, only once (and with correct values) for edit. Hi. Unfortunately, not that many people use FormBuilder these days, the book is fairly dated.. :/ I think your

Re: [Catalyst] Authorization Failure

2009-05-09 Thread Tomas Doran
Tomas Doran wrote: I'd recommend making a TestApp, pulling the relevant bits of controller code out (the bodies can be mostly blank, you only care about the paths), setting up trivial auth (no DB or anything needed, just use Auth::Store::Minimal), and see if you can replicate the issue

Re: Solved: [Catalyst] Howto Catalyst::Plugin::Captcha ?

2009-05-09 Thread Tomas Doran
t...@dix.cz wrote: I see! img src=[% c.uri_for('captcha') -%] / works for me. Thanx for good hint! Please, please please supply a doc patch to the module, or _at least_ report a bug in the module's rt.cpan queue, so that hopefully this will get fixed and nobody will struggle in future?