Re: [Catalyst] Catalyst Unicode woes ...

2007-08-09 Thread Jonas Alves
On 09/08/07, Pedro Melo [EMAIL PROTECTED] wrote: Hi, On Aug 9, 2007, at 10:40 AM, Tatsuhiko Miyagawa wrote: Similarly even if your templates are encoded in utf-8, Template-Toolkit doesn't know which encoding they are in, until you set BOM to your templates or use

Re: [Catalyst] Storing Login Information

2007-08-09 Thread Jonas Alves
On 09/08/07, Patrick McDonnell [EMAIL PROTECTED] wrote: Hello - I'm working on a Catalyst app, mostly just to amuse myself, that is supposed to be a webmail/calendar/address book/user account management app. All of the user account information, as well as the address book, is stored in an

[Catalyst] Insecure dependency while running a cat app under Apache2

2007-03-26 Thread Jonas Alves
Hi, When I try to run my catalyst app under Apache2 I get this error message: [error] Caught exception in MyApp::Controller::Login-form Insecure dependency in eval while running setgid at /usr/local/share/perl/5.8.7/CGI/FormBuilder/Field.pm line 412. It runs ok in the development server. Is

[Catalyst] Re: PATCH - Multiple ActionClass attributes

2007-02-28 Thread Jonas Alves
Ups, wrong mailling list. I will resend it to catalyst-dev. ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site:

[Catalyst] PATCH - Multiple ActionClass attributes

2007-02-28 Thread Jonas Alves
Hi, I wrote a patch that permits to use multiple ActionClass attributes in a controller action. Here is the synopsys: =head1 USING MULTIPLE ACTIONS To use multiple actions you just need to had more ActionClass attributes: sub Hello :Local :ActionClass('SayBefore') ActionClass('SayAfter') {

Re: [Catalyst] Reaction Action

2007-02-07 Thread Jonas Alves
On 07/02/07, Matt S Trout [EMAIL PROTECTED] wrote: On 6 Feb 2007, at 18:21, Jonas Alves wrote: Hi all, I'm trying to do a Reaction form to do an advanced search. This is what I have for now: package MyApp::Model::Action::Search; use Reaction::Class; use Reaction::InterfaceModel::Action

[Catalyst] Reaction Action

2007-02-06 Thread Jonas Alves
Hi all, I'm trying to do a Reaction form to do an advanced search. This is what I have for now: package MyApp::Model::Action::Search; use Reaction::Class; use Reaction::InterfaceModel::Action; class Search is 'Reaction::InterfaceModel::Action', which { has title = (isa = 'SimpleStr', is =

[Catalyst] Re: Reaction Action

2007-02-06 Thread Jonas Alves
On 06/02/07, Jonas Alves [EMAIL PROTECTED] wrote: Hi all, I'm trying to do a Reaction form to do an advanced search. This is what I have for now: package MyApp::Model::Action::Search; use Reaction::Class; use Reaction::InterfaceModel::Action; class Search is 'Reaction::InterfaceModel::Action

Re: [Catalyst] chained actions, knowing if current action is an endpoint or not

2007-02-01 Thread Jonas Alves
On 01/02/07, Dami Laurent (PJ) [EMAIL PROTECTED] wrote: Dear Catalysters, I would like to set up an action chain where the entry point to the chain (first action) has to do different things depending on whether there is another action down the chain or not. Is there a way in the API to ask

Re: [Catalyst] Reaction Authentication

2007-01-25 Thread Jonas Alves
On 25/01/07, Guillermo Roditi [EMAIL PROTECTED] wrote: what i meant is that you get new_password and confirm_new password, but you still need the original password field see code for Reaction::InterfaceModel::Action::DBIC::User::Role::SetPassword; Yes, but i have the password field in the

Re: [Catalyst] Reaction Authentication

2007-01-16 Thread Jonas Alves
On 16/01/07, Matt S Trout [EMAIL PROTECTED] wrote: On 15 Jan 2007, at 18:56, Jonas Alves wrote: On 15/01/07, Jonas Alves [EMAIL PROTECTED] wrote: On 14/01/07, Ash Berlin [EMAIL PROTECTED] wrote: Jonas Alves wrote: Hi all, I was starting to put authentication in a Reaction application

Re: [Catalyst] Reaction Authentication

2007-01-15 Thread Jonas Alves
On 14/01/07, Ash Berlin [EMAIL PROTECTED] wrote: Jonas Alves wrote: Hi all, I was starting to put authentication in a Reaction application that i'm developing when I saw that Reaction has this classes: Reaction::InterfaceModel::Action::DBIC::Role::CheckUniques; Reaction::InterfaceModel

Re: [Catalyst] Reaction Authentication

2007-01-15 Thread Jonas Alves
On 15/01/07, Jonas Alves [EMAIL PROTECTED] wrote: On 14/01/07, Ash Berlin [EMAIL PROTECTED] wrote: Jonas Alves wrote: Hi all, I was starting to put authentication in a Reaction application that i'm developing when I saw that Reaction has this classes: Reaction::InterfaceModel

[Catalyst] Reaction Authentication

2007-01-14 Thread Jonas Alves
Hi all, I was starting to put authentication in a Reaction application that i'm developing when I saw that Reaction has this classes: Reaction::InterfaceModel::Action::DBIC::Role::CheckUniques; Reaction::InterfaceModel::Action::DBIC::User::ChangePassword;

[Catalyst] Reaction Widgets questions

2007-01-12 Thread Jonas Alves
Hi, I'm trying Reaction for the first time. I already got it to work using the CRUDController against some tables i have in a database. Now i'm trying to change the widgets used to display the form. How can i tell Reaction that one field type is a Reaction::UI::ViewPort::Field::* class? I also

[Catalyst] Re: Reaction Widgets questions

2007-01-12 Thread Jonas Alves
On 12/01/07, Jonas Alves [EMAIL PROTECTED] wrote: Hi, I'm trying Reaction for the first time. I already got it to work using the CRUDController against some tables i have in a database. Now i'm trying to change the widgets used to display the form. How can i tell Reaction that one field type

Re: [Catalyst] schema

2006-12-26 Thread Jonas Alves
my $barneys = $c-model('DB::Person')-search({name = 'barney'}); instead of my $schema = $c-model('DB'); my $barnes = $schema-resultset('Person')-search({name = 'barney'}); And I don't think Model::DBIC::Schema pays attention to the default_model setting. He can use the default_model

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-05 Thread Jonas Alves
On 05/10/06, Jonathan Rockway [EMAIL PROTECTED] wrote: I'll put it in Catalyst svn and fix anything obvious, if you want, but since I don't actually use the module, I don't want to commit to maintaining it long term. Hopefully a user will step forward to maintain it, but if not, I'll deal

Re: [Catalyst] Forms and Plugins and Tutorials, oh my!!

2006-08-18 Thread Jonas Alves
On 18/08/06, Carl Franks [EMAIL PROTECTED] wrote: On 18/08/06, Jonas Alves [EMAIL PROTECTED] wrote: On 18/08/06, Carl Franks [EMAIL PROTECTED] wrote: If you don't want to manually download the dojo library, it needs Catalyst::Plugin::Dojo which currently uses HTML::Dojo