Re: [Catalyst] [PATCH] [RFC] Override base URI

2008-10-10 Thread Tomas Doran
On 10 Oct 2008, at 08:28, Tomas Doran wrote: Am I correct in thinking that this would be useful in cases other than when you're using the CGI engine? Shouldn't this patch be generally applicable to all engines? (Patching just the CGI engine would make it of somewhat limited use for most

Re: [Catalyst] [PATCH] [RFC] Override base URI

2008-10-10 Thread Jason Kuri
Great work. I was looking into this yesterday. I'm glad you beat me to it. :-) To follow up on Tomas' comment - Why not make the override_base_uri / override_base_uri_secure include the schema? So if you want the URI's to include https:// even if the request is coming in not-secure, you can

Re: [Catalyst] [PATCH] [RFC] Override base URI

2008-10-10 Thread Andrew Rodland
On Friday 10 October 2008 01:21:14 pm Jason Kuri wrote: Great work. I was looking into this yesterday. I'm glad you beat me to it. :-) To follow up on Tomas' comment - Why not make the override_base_uri / override_base_uri_secure include the schema? So if you want the URI's to include

Re: [Catalyst] [PATCH] [RFC] Override base URI

2008-10-10 Thread Ash Berlin
On 10 Oct 2008, at 19:21, Jason Kuri wrote: I'd also love a way to callback from uri_for - but that's another story and issue altogether. Jay Seen http://search.cpan.org/~rkitover/Catalyst-Plugin-SmartURI-0.029/lib/Catalyst/Plugin/SmartURI.pm ?

[Catalyst] Tips for forecasting the success of a programming language

2008-10-10 Thread Octavian Rasnita
Hi, Sorry if you have already seen these 2 articles: http://tinyurl.com/yhmozu http://tinyurl.com/6ydcjt They might help to preview the success of a programming language... Octavian ___ List: Catalyst@lists.scsys.co.uk Listinfo:

[Catalyst] UTF-8 chars in myapp.conf

2008-10-10 Thread Octavian Rasnita
Hi, Where can I specify that I want to use UTF-8 chars in myapp.conf? For other Config::General configuration files like HTML::FormFu forms or TT templates, I know where to set it, but for the main myapp.conf I haven't found how to do it. Thank you. Octavian

Re: [Catalyst] [PATCH] [RFC] Override base URI

2008-10-10 Thread Andrew Rodland
On Friday 10 October 2008 02:04:44 pm Andrew Rodland wrote: On Friday 10 October 2008 01:21:14 pm Jason Kuri wrote: Great work. I was looking into this yesterday. I'm glad you beat me to it. :-) To follow up on Tomas' comment - Why not make the override_base_uri /