Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread Eden Cardim
On Fri, Mar 13, 2009 at 11:06 PM, kakim...@tpg.com.au wrote: Guys,  can some one please elaborate further on this or point me to a doc on cpan to read about? I'm getting a very annoying warning as below and can't figure it out. Please help. [warn] Used regexp fallback for

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread kakimoto
Alright, I tracked down my codes and found in MyApp.pm, __PACKAGE__-config('default_view' = 'MyApp::View::HTML'); I altered it as per your advise below to __PACKAGE__-config('default_view' = 'HTML'); and it works! Thank you. So, to confirm my understanding, the reason why this is working

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread kakimoto
Problem solved!! Alright, I tracked down my codes and found in MyApp.pm, __PACKAGE__-config('default_view' = 'MyApp::View::HTML'); I altered it as per your advise below to __PACKAGE__-config('default_view' = 'HTML'); and it works! Thank you. So, to confirm my understanding, the reason why

[Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-13 Thread kakimoto
Guys, can some one please elaborate further on this or point me to a doc on cpan to read about? I'm getting a very annoying warning as below and can't figure it out. Please help. [warn] Used regexp fallback for $c-model('myApp::View::HTML'), which found 'myApp::View::HTML=HASH(0x8ef7b50)'.

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-14 Thread Oleg Kostyuk
Here is another my 2 cents (in attachment). This patch allow to use more than 80 chars in tables output, like list of loaded components or actions - width will be auto-selected based on terminal width or on enviroment variable. Useful and convenient for debugging, imho. Feel free to correct

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Alexander Hartmaier
Seems to work great for my three catalyst apps. Regards, Alex Am Montag, den 12.01.2009, 21:36 +0100 schrieb Marcus Ramberg: Since we're spending some extra time making sure the 5.8 version is backwards compatible with 5.7, we've decided to do another release in the 5.7 series, version

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Oleg Kostyuk
Hello, here is 2 cents from me: 1) release directory is not cleaned from *.rej files: Catalyst-Runtime-5.7099_04 % find . | fgrep .rej | wc -l 5 2) added ru and ua translations (see in attachment) -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) Index: lib/Catalyst/Engine.pm

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Greg Matheson
On Tue, 13 Jan 2009, Oleg Kostyuk wrote: 2) added ru and ua translations (see in attachment) Index: lib/Catalyst/Engine.pm === --- lib/Catalyst/Engine.pm(revision 9082) +++ lib/Catalyst/Engine.pm(working copy) @@

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Andrew Rodland
On Tuesday 13 January 2009 08:31:07 pm Greg Matheson wrote: On Tue, 13 Jan 2009, Oleg Kostyuk wrote: 2) added ru and ua translations (see in attachment) So that's where those messages are! Here's some non-native Chinese and Japanese ones. I don't know if it was a mistake or a really subtle

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Oleg Kostyuk
2009/1/14 Andrew Rodland arodl...@comcast.net: On Tuesday 13 January 2009 08:31:07 pm Greg Matheson wrote: On Tue, 13 Jan 2009, Oleg Kostyuk wrote: 2) added ru and ua translations (see in attachment) So that's where those messages are! Here's some non-native Chinese and Japanese ones. I

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-13 Thread Andrew Rodland
On Tuesday 13 January 2009 09:03:24 pm Oleg Kostyuk wrote: 2009/1/14 Andrew Rodland arodl...@comcast.net: On Tuesday 13 January 2009 08:31:07 pm Greg Matheson wrote: On Tue, 13 Jan 2009, Oleg Kostyuk wrote: 2) added ru and ua translations (see in attachment) So that's where those

[Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-01-12 Thread Marcus Ramberg
Since we're spending some extra time making sure the 5.8 version is backwards compatible with 5.7, we've decided to do another release in the 5.7 series, version 5.71000. Since this is a new point release, it contains new features as well as bug fixes. Please test it with your apps to make sure