Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data gridsandCatalyst

2009-05-11 Thread jagdish eashwar
Hi, I think I need help again. Some days ago, i had worked through Jason Kohles' tutorial on the ExtJS Grid with help from several people on the mailing list. I was then on Ubuntu 8.04. I have now upgraded to Ubuntu 9.04 and along with it Catalyst also got upgraded to 5.0715. I don't remember

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

2009-05-11 Thread Matt S Trout
On Fri, May 08, 2009 at 03:33:52PM +0200, t...@dix.cz wrote: Hello catalysters, I'm trying to use Catalyst::Plugin::Captcha Don't. Controller::reCAPTCHA is far saner. This, as with many things, should never have been a plugin, and as such it's kinda fragile, sorry. -- Matt S

Re: [Catalyst] Forward to view question

2009-05-11 Thread Matt S Trout
On Tue, May 05, 2009 at 10:54:17AM -0400, Dennis Daupert wrote: I've created a view that's intended to write a couple of files to the file system. The output filename needs to be dynamically set. I'm having a bit of a go figuring out how to do that. The TT configuration documentation

Re: [Catalyst] Authorization Failure

2009-05-11 Thread Matt S Trout
On Fri, May 08, 2009 at 04:08:29PM +0400, Oleg Pronin wrote: Catalyst and controllers are the same. Catalyst imho is _not only web_ framework. You can beat a nail in with a screwdriver too. More seriously, I'd really like to split out the bits of Catalyst that are application framework rather

Re: [Catalyst] Handling of keywords for controller methods

2009-05-11 Thread Matt S Trout
On Mon, May 11, 2009 at 02:08:40AM +0200, Roland Lammel wrote: Hi all, I was bitten by the naming of one of my controller methods. After digging a little into that I found that the method name actions was not the best idea to use. It is in catalyst terms a keyword (actually an attribute) of

Re: [Catalyst] Handling of keywords for controller methods

2009-05-11 Thread Hans Dieter Pearcey
On Mon, May 11, 2009 at 06:13:19PM +0100, Matt S Trout wrote: That's a bug, the attribute should -not- be called 'actions'. Or, at least, its accessor shouldn't. (Naming the attribute itself 'actions' vs. '_actions' is a matter of taste.) hdp. ___

[Catalyst] Who wants to be rid of the Unknown Error w/attributes bug on 5.10?

2009-05-11 Thread Matt S Trout
Because I know you guys all hate it. Certainly the ones using Catalyst heavily. Well, it's been fixed in bleadperl for a while, but in order to get that out we require a 5.10.1 - and to get a 5.10.1 we needed to fix all the bugs that were in smartmatch in 5.10.0 because not enough of us tested

[Catalyst] FormFu edit form problem

2009-05-11 Thread Steve Rippl
Hi, Very new to Catalyst, I think it's great but I'm groping about a bit here! I started using FromBuilder as per the book, but as everyone points out the book is dated and FormBuilder doesn't seem to be used much now, so I'm having a go with FormFu. Following along with the AdvancedCrud

Re: [Catalyst] Handling of keywords for controller methods

2009-05-11 Thread Roland Lammel
Ok, I'll do a patch renaming it to _controller_actions that *should* be sensible enough to not clash in the future. +rl On Mon, May 11, 2009 at 19:22, Hans Dieter Pearcey hdp.perl.catalyst.us...@weftsoar.net wrote: On Mon, May 11, 2009 at 06:13:19PM +0100, Matt S Trout wrote: That's a bug,

Re: [Catalyst] Handling of keywords for controller methods

2009-05-11 Thread Roland Lammel
Here is the very simplistic patch, which only renames the actions attribute to _controller_actions in Catalyst::Controller. Test suite still passes with the patch and my app that originally showed that error, is now also working like a charm. Cheers +rl On Tue, May 12, 2009 at 00:07, Roland

Re: [Catalyst] Who wants to be rid of the Unknown Error w/attributes bug on 5.10?

2009-05-11 Thread Jonathan Rockway
* On Mon, May 11 2009, Matt S Trout wrote: Because I know you guys all hate it. Certainly the ones using Catalyst heavily. Well, it's been fixed in bleadperl for a while, but in order to get that out we require a 5.10.1 - and to get a 5.10.1 we needed to fix all the bugs that were in

Re: [Catalyst] New restarter code in Catalyst::Devel 1.14_01

2009-05-11 Thread Jonathan Rockway
* On Sun, May 10 2009, Dave Rolsky wrote: I recently did some work to rewrite the Catalyst restarter code and make it both simpler and less fragile. [snip] Hi Dave, This is really wonderful. Thanks! I have begun porting this concept to MooseX::Runnable, so hopefully all Perl applications

Re: [Catalyst] Who wants to be rid of the Unknown Error w/attributes bug on 5.10?

2009-05-11 Thread Andrew Rodland
On Monday 11 May 2009 05:45:01 pm Jonathan Rockway wrote: Or, you can use Debian, which fixed this bug in its Perl a while ago: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488088 Not everyone uses Debian, and I, for one, would much rather be able to tell people get 5.10.1 than to have to

[Catalyst] Need some help with Authorization setup

2009-05-11 Thread kakimoto
hi, guys, I got some concerns about the Autorization modules for Catalyst. What I have checked: 1) Looked at the tutes for Authentication and Authorization:

[Catalyst] My experience porting to CataMoose

2009-05-11 Thread Daisuke Maki
Hi, I've switched an application of mine to CataMoose. Thanks for the hard work, it's seems surprisingly stable for such a massive overhaul. I've observed a few glitches / gotchas, they seem like things that probably should be documented, but I'd like to share with the list before writing them