Re: [Catalyst] using 'config' in a partpath

2006-12-22 Thread Robert 'phaylon' Sedlacek
Ash Berlin wrote: Ian Docherty wrote: sub Config : PartPath('/config') Chained('/') CaptureArgs(1) { [...] Any ideas on how I can have a lower-case 'config/32/xxx' in my PartPath? By using PathPart instead ;) Also, PathPart shouldn't begin with a slash. -- # Robert 'phaylon' Sedlacek #

RE: [Catalyst] creating a model

2006-12-22 Thread Hermida, Leandro
From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 20:35 Subject: [Catalyst] creating a model Hi, I have tried creating a model using: perl script/tranzactiibursiere_create.pl model Intranet DBIC DBI:mysql:database=intranet root The result shown

Re: [Catalyst] Catalyst::Controller::FormBuilder config problem

2006-12-22 Thread Robert 'phaylon' Sedlacek
Michael Reece wrote: be wary of putting your base controller class in the MyApp/Controller/ directory, because catalyst will load it as a controller itself. which sucks if you want to put default inheritable actions in your base class. Why does it suck especially then? i use

RE: [Catalyst] creating a model

2006-12-22 Thread Hermida, Leandro
From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 21:56 Subject: Re: [Catalyst] creating a model Hi Octavian, Maybe I am not understanding what you are trying to do but ou are trying to use a deprecated module (see the output of your email

Re: [Catalyst] creating a model

2006-12-22 Thread Daniel McBrearty
that's pretty interesting Octavian. What do you use to read the screen as a blind user? On 12/22/06, Octavian Rasnita [EMAIL PROTECTED] wrote: Just learn and use Linux :) (Oops did I say that out loud?) I use Linux for running the created application, but not for developing it. I need to

Re: [Catalyst] creating a model

2006-12-22 Thread Marc Espie
On Fri, Dec 22, 2006 at 01:47:08PM -0800, Octavian Rasnita wrote: Just learn and use Linux :) (Oops did I say that out loud?) I use Linux for running the created application, but not for developing it. I need to develop it under Windows, because Linux is a very poor operating system, good

Re: [Catalyst] creating a model

2006-12-22 Thread Octavian Rasnita
From: Marc Espie [EMAIL PROTECTED] If your screen reading applications are so awesome, then use them through putty to be able to access a linux shell ! I am already accessing Linux in an SSH shell. You can also fairly well develop under windows if you choose. Samba works, you know. You can

Re: [Catalyst] creating a model

2006-12-22 Thread Octavian Rasnita
From: Daniel McBrearty [EMAIL PROTECTED] that's pretty interesting Octavian. What do you use to read the screen as a blind user? I am using a screen reader named JAWS (Job Access with Speech) from www.freedomscientific.com. It is the most used screen reader. I am also using it for accessing

Re: [Catalyst] creating a model

2006-12-22 Thread Octavian Rasnita
How about you pay attention to what it tells you and use a more up to date model first? I have used first a module recommended by the Catalyst tutorial, and even if a module is deprecated, this doesn't mean that Apache should refuse starting, without any error message in the log. After

RE: [Catalyst] Catalyst::Plugin::Authentication::Store::LDAPsettingsfor Microsoft Active Directory

2006-12-22 Thread Hermida, Leandro
-Original Message- From: Peter Karman [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 15:51 Hermida, Leandro scribbled on 12/21/06 12:18 PM: Here are the errors shown in the Catalyst debug screen: Deep recursion on subroutine

[Catalyst] Catalyst::Plugin::Authentication w/ multiple stores

2006-12-22 Thread Hermida, Leandro
Hi everyone, Does anyone know how to configure Catalyst::Plugin::Authentication with multiple stores? The docs are very ambiguous on this and when I follow them as best I can it doesn't work. I use C::P::A::Store::LDAP as my first store and try to authenticate users with that but I would like

RE: [Catalyst] Catalyst::Plugin::Authentication w/ multiple stores

2006-12-22 Thread Hermida, Leandro
From: Hermida, Leandro [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 17:38 Subject: [Catalyst] Catalyst::Plugin::Authentication w/ multiple stores Hi everyone, Does anyone know how to configure Catalyst::Plugin::Authentication with multiple stores? The docs are very

Re: [Catalyst] using 'config' in a partpath

2006-12-22 Thread Ian Docherty
Ash Berlin wrote: By using PathPart instead ;) Ouch. I even looked at your answer for a while before realizing there was a difference between PathPart and PartPath =-O Thanks greatly. That (and Robert 'phaylon' Sedlacek's answer) put me back on the correct path. Regards Ian

[Catalyst] C::P::Email 0.06 problem

2006-12-22 Thread Dylan Vanderhoof
I assume the maintainer reads this list. Upgrading to 0.06 broke my code using C::P::Email that was written nearly identically to the docs. CPAN bug (submitted by somebody else) is here: http://rt.cpan.org/Public/Bug/Display.html?id=23958 Downgraded for now, but it'd be nice to see that fixed

[Catalyst] rewrite or reload on YAML

2006-12-22 Thread Wan
I will run myapp on mod_perl or FastCGI, but I want to know how to rewrite or reload my YAML file. for example # myapp has this line $c-config-{SomeKey} = 'SomeValue'; . How can save this value to my YAML file, and how can I reload this value. I don't want restart my web server. Before

Re: [Catalyst] rewrite or reload on YAML

2006-12-22 Thread Brandon Black
On 12/22/06, Wan [EMAIL PROTECTED] wrote: I will run myapp on mod_perl or FastCGI, but I want to know how to rewrite or reload my YAML file. for example # myapp has this line $c-config-{SomeKey} = 'SomeValue'; . How can save this value to my YAML file, and how can I reload this value. I

Re: [Catalyst] rewrite or reload on YAML

2006-12-22 Thread Roland Lammel
I second that. Always keep static configuration (e.g. basic settings to get the app going, which are usually configured once) and volatile / temporary / user related configuration seperated. Unless you are storing your data in files instead of a database, I'd use a dedicated database table for

Re: [Catalyst] Catalyst::Plugin::Authentication::Store::LDAPsettingsfor Microsoft Active Directory

2006-12-22 Thread Peter Karman
Hermida, Leandro scribbled on 12/22/06 10:11 AM: -Original Message- From: Peter Karman [mailto:[EMAIL PROTECTED] http://article.gmane.org/gmane.comp.web.catalyst.general/7523/ match=ldap It works! Thanks for this link! glad it helped. TLS or SSL don't seem to work when

Re: [Catalyst] creating a model

2006-12-22 Thread Len Jaffe
On 12/22/06, Jonathan Rockway [EMAIL PROTECTED] wrote: Basically, I use Windows as a $300 dumb terminal. (A slow and virus-prone dumb terminal.) Why not use X? Perl is like coffee. It's not very exciting to talk about, but I bet you're having a cup right now :) Motto! -- [EMAIL