Re[2]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-06-01 Thread Dmitriy S. Sinyavskiy
Hello, Matt. You write 30 мая 2008 г., 11:05:49: MST> On Thu, May 29, 2008 at 06:17:32PM +0400, Dmitriy S. Sinyavskiy wrote: >> Folks, what about the problem? >> Did you test my last patch? MST> We're still waiting for one to test. MST> You've not yet AFAIK posted one that's (a) a full diff -ur

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-30 Thread Matt S Trout
On Thu, May 29, 2008 at 06:17:32PM +0400, Dmitriy S. Sinyavskiy wrote: > Folks, what about the problem? > Did you test my last patch? We're still waiting for one to test. You've not yet AFAIK posted one that's (a) a full diff -ur including tests (b) has no pointless whitespaces changes. --

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-29 Thread Dmitriy S. Sinyavskiy
Folks, what about the problem? Did you test my last patch? -- dreelmailto:[EMAIL PROTECTED] Dmitriy S. Sinyavskiy Web-developerPerl, Catalyst, MSSQL FGUE EZANTelecommunication, data transfer networks and devices.

Re[6]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-23 Thread Dmitriy S. Sinyavskiy
Hello, Dmitriy. You write 23 мая 2008 г., 23:48:56: DSS> Hello, J.. DSS> You write 23 мая 2008 г., 0:18:11: JS>> On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: >>> >>> People? what about my patch? I heven't got received any response. >>> I'll be glad to now so

Re[5]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-23 Thread Dmitriy S. Sinyavskiy
Hello, J.. You write 23 мая 2008 г., 0:18:11: JS> On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: >> >> People? what about my patch? I heven't got received any response. >> I'll be glad to now some news. >> Thanks. >> JS> Your mailserver is rejecting mail. I s

Re: Re[3]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-22 Thread J. Shirley
On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: > > People? what about my patch? I heven't got received any response. > I'll be glad to now some news. > Thanks. > Your mailserver is rejecting mail. I suggest fixing your mail server or viewing the list archives

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-22 Thread Chisel Wright
On Thu, May 22, 2008 at 09:05:40PM +0400, Dmitriy S. Sinyavskiy wrote: > > People? what about my patch? I heven't got received any response. > I'll be glad to now some news. > Thanks. Check the archives - you had a reply a few days ago - "patch looks ok, but no tests" was the gist I think. --

Re[3]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-22 Thread Dmitriy S. Sinyavskiy
People? what about my patch? I heven't got received any response. I'll be glad to now some news. Thanks. -- dreelmailto:[EMAIL PROTECTED] Dmitriy S. Sinyavskiy Web-developerPerl, Catalyst, MSSQL FGUE EZANTelecommunication, data transfer network

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-16 Thread Jonathan Rockway
* On Sat, May 17 2008, Dmitriy S. Sinyavskiy wrote: > It strange I haven't got received letter with this...may be deleted > by antispam ( Yes, your mailserver rejected my reply. However, the list did receive it. > Nevertheless I've done it now: > > Index: Catalyst.pm > ==

Re[2]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-16 Thread Dmitriy S. Sinyavskiy
Hello, J.. You write 16 мая 2008 г., 4:27:07: JS> On Thu, May 15, 2008 at 11:50 PM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: >> So what about my patch and test? >> Is it right or someone can correct it? >> The silence is here for a week or more ( >> JS> Jonathan Rockway asked you to

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-15 Thread J. Shirley
On Thu, May 15, 2008 at 11:50 PM, Dmitriy S. Sinyavskiy <[EMAIL PROTECTED]> wrote: > So what about my patch and test? > Is it right or someone can correct it? > The silence is here for a week or more ( > Jonathan Rockway asked you to regenerate without whitespace changes. Just waiting on tha

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-15 Thread Dmitriy S. Sinyavskiy
So what about my patch and test? Is it right or someone can correct it? The silence is here for a week or more ( -- dreelmailto:[EMAIL PROTECTED] Dmitriy S. Sinyavskiy Web-developerPerl, Catalyst, MSSQL FGUE EZANTelecommunication, data transf

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-06 Thread Jonathan Rockway
* On Tue, May 06 2008, Dmitriy S. Sinyavskiy wrote: > The -diff > > Index: Catalyst.pm > === Please regenerate this diff without the whitespace changes. It is completely unreadable in the current form. Examples: > - engine_class c

Re[2]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-06 Thread Dmitriy S. Sinyavskiy
The -diff Index: Catalyst.pm === --- Catalyst.pm (revision 7629) +++ Catalyst.pm (working copy) @@ -54,7 +54,7 @@ __PACKAGE__->mk_classdata($_) for qw/components arguments dispatcher engine log dispatcher_class - engine_class c

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-03 Thread Matt S Trout
If you're going to resubmit a patch, please do so as a diff -ur or 'svn diff' or 'svk diff' to the list, and send it as plain text rather than application/octet-stream. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Directorhttp:/

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 07:30:51PM +0400, dreel wrote: > > Version Catalyst 5.7012 > For example, I want to use as first arg the string: > uri_for('/controller/*some_param1*','arg1','arg2') > If *some_param1* contains non-ascii symbols it must be encoded as > URI::Escape, but it missed. > > I'

[Catalyst] uri_for() doesn't encode to utf8 first argument

2008-04-22 Thread dreel
Version Catalyst 5.7012 For example, I want to use as first arg the string: uri_for('/controller/*some_param1*','arg1','arg2') If *some_param1* contains non-ascii symbols it must be encoded as URI::Escape, but it missed. I've tested it with Russian symbols: $c->uri_for('/network/МСК') returns