Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Felix Antonius Wilhelm Ostmann
Why de and at dont use the correct spelling? (de) Bitte versuchen sie es später nocheinmal (at) Konnten's bitt'schön später nochmal reinschauen Ronald J Kimball schrieb: Jonathan Rockway wrote: Here's the list: (en) Please come back later (fr) SVP veuillez revenir plus tard (de) Bitte

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Felix Antonius Wilhelm Ostmann
uh, i was too fast ... the are another faults in the text *g* (de) Bitte versuchen sie es später noch einmal Felix Antonius Wilhelm Ostmann schrieb: Why de and at dont use the correct spelling? (de) Bitte versuchen sie es später nocheinmal (at) Konnten's bitt'schön später nochmal reinschauen

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Tobias Kremer
Quoting Felix Antonius Wilhelm Ostmann [EMAIL PROTECTED]: Why de and at dont use the correct spelling? (de) Bitte versuchen sie es später nocheinmal (at) Konnten's bitt'schön später nochmal reinschauen Don't know about (at) but (de) should be: Bitte versuchen Sie es später noch einmal

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

2007-08-31 Thread Matt Rosin
Brian said you were reinventing Moose.. if so then maybe you have the same problem with attributes in Catalyst as mentioned in Moose::Cookbook::WTF (Why don't inherited attributes work). Of course you don't have Moose' extends statement... ___ List:

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Kieren Diment
On 30/08/2007, Jonathan Rockway [EMAIL PROTECTED] wrote: Svilen Ivanov wrote: Just a side note - The URL you provided screw the UTF8 for Bulgarian translation. Here is better one: http://lists.scsys.co.uk/pipermail/catalyst/2006-May/007342.html Here's the list: (en) Please come back

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread mbit
Jonathan Rockway([EMAIL PROTECTED])@Thu, Aug 30, 2007 at 06:40:03AM -0500: Svilen Ivanov wrote: Just a side note - The URL you provided screw the UTF8 for Bulgarian translation. Here is better one: http://lists.scsys.co.uk/pipermail/catalyst/2006-May/007342.html Here's the list:

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Matt Rosin
Some have periods and some don't. Is French SVP really polite compared to s'il vous plait (circonflex on i I believe)? be fi se etc. missing, perhaps not many European catalysts? ___ List: Catalyst@lists.rawmode.org Listinfo:

Re: [Catalyst] SMTP vs sendmail

2007-08-31 Thread Carl Johnstone
SMTPing to localhost usually doesn't make much sence - it is slow and as you mentioned already it causes trouble when the daemon is down or slow. So either you want to do queueing overhead, dns resolving and SMTPing to the *remote* host yourself or you simply open(MAILER,|sendmail @args).

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread mbit
Matt Rosin([EMAIL PROTECTED])@Fri, Aug 31, 2007 at 08:05:17PM +0900: Some have periods and some don't. Is French SVP really polite compared to s'il vous plait (circonflex on i I believe)? be fi se etc. missing, perhaps not many European catalysts? Maybe it is quite expedient to provide

Re: [Catalyst] SMTP vs sendmail

2007-08-31 Thread Jason Kohles
On Aug 31, 2007, at 7:23 AM, Carl Johnstone wrote: SMTPing to localhost usually doesn't make much sence - it is slow and as you mentioned already it causes trouble when the daemon is down or slow. So either you want to do queueing overhead, dns resolving and SMTPing to the *remote* host

[Catalyst] Speed up Cat

2007-08-31 Thread Will Smith
Hi, I have a Cat app launched and running. Everything is fine until lately, it becomes very slow in responding to queries. Sometimes takes minutes. I have the latest verison of Cat, running on Linux, Apache 2. According to the docs, apache is pretty fast, so I wonder if there is anyway to

Re: [Catalyst] SMTP vs sendmail

2007-08-31 Thread Carl Johnstone
Except by piping to sendmail, you can also specify -odq, which says to sendmail 'dump this into the mail queue and return immediately, I don't want to wait for delivery to work' which can make the application much faster and leave the mail delivering to sendmail. No difference, when I SMTP

Re: [Catalyst] Speed up Cat

2007-08-31 Thread Nigel Metheringham
On 31 Aug 2007, at 13:40, Will Smith wrote: I have a Cat app launched and running. Everything is fine until lately, it becomes very slow in responding to queries. Sometimes takes minutes. I have the latest verison of Cat, running on Linux, Apache 2. According to the docs, apache is pretty fast,

Re: [Catalyst] (en) error screen translations

2007-08-31 Thread Kieren Diment
On 31/08/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Matt Rosin([EMAIL PROTECTED])@Fri, Aug 31, 2007 at 08:05:17PM +0900: Some have periods and some don't. Is French SVP really polite compared to s'il vous plait (circonflex on i I believe)? be fi se etc. missing, perhaps not many

[Catalyst] user maintenance

2007-08-31 Thread Michael Higgins
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 have a default role automagically appear in the corresponding acl table.

Re: [Catalyst] user maintenance

2007-08-31 Thread Toby Corkindale
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 have a default role automagically appear in

Re: [Catalyst] user maintenance

2007-08-31 Thread John Goulah
On 8/31/07, Toby Corkindale [EMAIL PROTECTED] wrote: 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

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

2007-08-31 Thread Fayland Lam
hi, guys. since I can't touch Cory Watson by [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] so I wonder if this module is fine? Thanks. mailto:[EMAIL PROTECTED] -- Fayland Lam // http://www.fayland.org/ package Catalyst::Plugin::DBIC::QueryLog; use warnings; use strict; use NEXT; use