RE: [Catalyst] Recommend methods for form handling

2007-01-19 Thread Hartmaier Alexander
I don't like it because it breaks UTF-8 because HTML::Parse doesn't support it and some characters like are html escapted. On top of that it slows down every request by a factor of two because of the html parsing/html building. Using a form generator which can be filled with the cgi params is

RE: [Catalyst] Catalyst::Helper::Model::DBIC::Schema patchette?

2007-01-19 Thread Hartmaier Alexander
+1 from me. I wanted to do this some weeks ago to recreate my model classes and look if the helper does something new. Without help from the irc channel it would have taken my much longer to figure out the right arguments... -Alex _ From: Kieren Diment [mailto:[EMAIL

Re: [Catalyst] Recommend methods for form handling

2007-01-19 Thread Peter Karman
Jim Spath scribbled on 1/17/07 12:09 PM: I was wondering what the current consensus among Catalyst users is about what the best way to approach forms is? I like Rose::HTML::Objects (specifically Rose::HTML::Form). Used along with Rose::DB::Object, my code is starting to get slimmer and

Re: [Catalyst] Templates in the database

2007-01-19 Thread Jonathan Rockway
Bill Moseley wrote: I currently have most templates (TT) on disk -- and many I'd consider to be an integral part of the application and are thus under revision control with the rest of the application. But, it would make managing the running application a bit easier if the templates were

Re: [Catalyst] Recommend methods for form handling

2007-01-19 Thread Dami Laurent \(PJ\)
Jim Spath scribbled on 1/17/07 12:09 PM: I was wondering what the current consensus among Catalyst users is about what the best way to approach forms is? I used FormBuilder for previous applications (and liked it a lot). But in our current project we need more dynamicity, so most form

[Catalyst] nmake too long error installing catalyst on activeperl 5.8.8

2007-01-19 Thread Michael Fuchs
Hi, when I try to install catalyst 5.7 on Activeperl 5.8.8 on Win XP via cat-install, I get the following error: snip cp lib/Catalyst/Request/Upload.pm blib\lib\Catalyst\Request\Upload.pm cp lib/Catalyst/Engine.pm blib\lib\Catalyst\Engine.pm cp lib/Catalyst/Component.pm

Re: [Catalyst] nmake too long error installing catalyst on activeperl5.8.8

2007-01-19 Thread Octavian Rasnita
I understood that the version of nmake is too old and that version doesn't handle long commands. But I couldn't find a newer version than 1.50 which I use. (So I am skipping the make test command when installing Catalyst). Octavian - Original Message - From: Michael Fuchs [EMAIL

Re: [Catalyst] nmake too long error installing catalyston activeperl5.8.8

2007-01-19 Thread J. Shirley
On 1/19/07, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, What's EU::MM? I have tested Test::Harness but I have the latest version. Thanks. Octavian - Original Message - From: Christopher H. Laco [EMAIL PROTECTED] To: The elegant MVC web framework catalyst@lists.rawmode.org Sent:

[Catalyst] Re: nmake too long error installing catalyst on activeperl

2007-01-19 Thread Greg McAlpin
I have version 8 of nmake and it worked for me. To get the newer nmake, I had to download MicroSoft's free version of C++: http://msdn.microsoft.com/vstudio/express/visualc/download/ I hope that this helps. Greg --- Date: Fri, 19 Jan 2007 20:55:48 +0100 From: Michael Fuchs

[Catalyst] Auth bug, or feature?

2007-01-19 Thread Christopher H. Laco
Long story longer, I wrote my own Auth store. While I could auth users, it would in no way shape or form save itself to a session even though Session was loaded, there was a for_session() sub and the user object supports sessions. One week it worked. This week it didn't. After tearing my hair out