Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Matt Rosin
Here is the Korean error message, from a native with whom I work. It should show up as Hangul characters in your browser. (kr) 나중에 오세요. Matt Rosin ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Zbigniew Lukasiak
(pl) Proszę spróbować później Fixed (added non ascii characters). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Matija Grabnar
(si) Prosimo, poskusite pozneje. ___ 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: http://dev.catalyst.perl.org/

Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Norbert CSONGRADI - services.hu network
On Monday 03 September 2007, Matija Grabnar wrote: (si) Prosimo, poskusite pozneje. (hu) Kérjük próbálja meg később. -- Regards, Norbert Csongrádi #!/usr/bin/perl -iake_one_down_pass_it_around:_bottles_of_beer:_on_the_wall:99

Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Arnaud Berthomier
Matt Rosin wrote : Is French SVP really polite compared to s'il vous plait (circonflex on i I believe)? Circonflex would go on the i indeed : S'il vous plaît. The full form is also more polite than just the abbreviation SVP, but that's no big deal. :) -- Arnaud Berthomier.

[Catalyst] Problems with HTTPS environment variable and fastcgi static mode

2007-09-03 Thread Carl Vincent
Hi I'm having trouble with my backend catalyst application. Frontend is HTTPS but the backend is HTTP. The backend has this config: FastCgiServer apps/e2/script/e2_fastcgi.pl -processes 5 -initial-env HTTPS=on -initial-env CATALYST_CONFIG_LOCAL_SUFFIX=prod -idle-timeout 120 If I do a

RE: [Catalyst] Re: Catalyst::Plugin::DBIC::QueryLog

2007-09-03 Thread Hartmaier Alexander
Hi! It seems you missed a dependency in your Makefile.PL: Sort::Key -Alex -Original Message- From: Fayland Lam [mailto:[EMAIL PROTECTED] Sent: Monday, September 03, 2007 12:26 AM To: catalyst@lists.rawmode.org Subject: [Catalyst] Re: Catalyst::Plugin::DBIC::QueryLog Cory Watson

Re: [Catalyst] Should CATALYST_DEBUG suppress manual calls to $c-log-debug()?

2007-09-03 Thread Matt S Trout
On Mon, Aug 27, 2007 at 05:38:26AM -0700, Jonathan Swartz wrote: On Aug 25, 2007, at 3:17 PM, Matt S Trout wrote: On Fri, Aug 24, 2007 at 10:15:37PM +0100, Will Hawes wrote: I've been trying unsuccessfully to disable all debug messages while running tests on my app with prove. Setting

Re: [Catalyst] Weird -d flag and txn_do interaction...

2007-09-03 Thread Matt S Trout
On Mon, Aug 27, 2007 at 05:10:23PM +0200, Marcello Romani wrote: Hi, I'm developing an app using cat and dbic, with postgresql 8.1. I've got a table with a unique column. When I try to insert a record that violates that constraint (the code is executed via txn_do($coderef)), I

Re: [Catalyst] Is there any way to change the catalyst model parameters at the runtime ?

2007-09-03 Thread Matt S Trout
On Mon, Aug 27, 2007 at 11:20:10PM +0900, Matt Rosin wrote: I'm curious. I was asked to clone an existing catalyst system so a different database would be used depending on the url. Doesn't seem like a good idea unless it is a completely separate code base... Done this with

Re: [Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-09-03 Thread Matt S Trout
On Tue, Aug 28, 2007 at 08:34:16PM +1000, Charlie Garrison wrote: Good evening, I upgraded Catalyst-Runtime from 5.7007 to 5.7010 yesterday; and that seems to be the cause of this problem. But it could have been there before and it was never reported by our users. When users try to

Re: [Catalyst] Attribute::Handlers wont work in own classes under catalyst

2007-09-03 Thread Matt S Trout
On Thu, Aug 30, 2007 at 11:54:10AM +0200, Felix Antonius Wilhelm Ostmann wrote: i found this bug ... Attribute::Handles has a CHECK {} block ... and under catalyst this block wont be executed ... but Attribute::Handlers need that ... what is to do? CHECK and INIT blocks don't work properly.

Re: [Catalyst] Catalyst::Plugin::DBIC::QueryLog

2007-09-03 Thread Matt S Trout
On Sat, Sep 01, 2007 at 04:08:09AM +, Fayland Lam wrote: hi, guys. since I can't touch Cory Watson by [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] so I wonder if this module is fine? No, it's awful. There's no reason at all for this to be a plugin. I'd suggest you make it a mixin for

Re: [Catalyst] user maintenance

2007-09-03 Thread Matt S Trout
On Fri, Aug 31, 2007 at 03:05:46PM -0700, Michael Higgins wrote: Hello, list -- I have a catalyst app about to get a bunch of new users. In anticipation of that, I'd like advice on how to maintain the user/acl tables I set up per the tutorial. Basically, I just want to add the user and

[Catalyst] Catalyst and Informix

2007-09-03 Thread Robert Carew
Hi I am trying to use Catalyst with an Informix database and am having problems with DBIC and the use of serial auto-increment keys. After a weekend of googling I realise that DBIC does not actually support Informix although select and update work ok. Then I came across Rose::RDBO::Object which

Re: [Catalyst] Catalyst and Informix

2007-09-03 Thread Matt S Trout
On Tue, Sep 04, 2007 at 10:45:24AM +1200, Robert Carew wrote: Hi I am trying to use Catalyst with an Informix database and am having problems with DBIC and the use of serial auto-increment keys. After a weekend of googling I realise that DBIC does not actually support Informix although

[Catalyst] Re: Catalyst::Plugin::DBIC::QueryLog

2007-09-03 Thread Fayland Lam
Matt S Trout wrote: On Sat, Sep 01, 2007 at 04:08:09AM +, Fayland Lam wrote: hi, guys. since I can't touch Cory Watson by [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] so I wonder if this module is fine? No, it's awful. There's no reason at all for this to be a plugin. I'd suggest you make

Re: [Catalyst] Catalyst and Informix

2007-09-03 Thread Perrin Harkins
On 9/3/07, Robert Carew [EMAIL PROTECTED] wrote: Has anyone used Catalyst with an Informix database and if so which ORM are you using and what advice can you offer? Any pointers in either getting DBIC to work with Informix or RDBO with Catalyst would be gratefully received. If you search the

Re: [Catalyst] Is there any way to change the catalyst model parameters at the runtime ?

2007-09-03 Thread Matt Rosin
Great, thanks Matt. ___ 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: http://dev.catalyst.perl.org/