RE: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Curtis Fletcher
-Original Message- From: Matt Pitts [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 03:06 To: The elegant MVC web framework Subject: RE: [Catalyst] Dispatching based on path and host/domain You've probably heard this before on the list, but... Ideally, you shouldn't have

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 10:22:55AM +0100, Curtis Fletcher wrote: -Original Message- From: Matt Pitts [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 03:06 To: The elegant MVC web framework Subject: RE: [Catalyst] Dispatching based on path and host/domain You've probably

[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

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Ashley
On Apr 22, 2008, at 9:14 AM, Matt S Trout wrote: The library provides come really common filtering facilities for my apps like active flag and valid_from/valid_to date ranges for records. That smells like there's a couple nice DBIC components in there trying to escape. I've been