Re: [Catalyst] Catalyst As OAuth Service Provider

2011-03-09 Thread Devin Austin
On Wed, Mar 9, 2011 at 2:34 PM, Devin Austin wrote: > > > On Wed, Mar 9, 2011 at 2:29 PM, Ron White wrote: > >> I'm looking to create a new API for our Catalyst website using OAuth >> authentication. In this scenario our website would be the OAuth service >> provider, not a consumer of some oth

Re: [Catalyst] Catalyst As OAuth Service Provider

2011-03-09 Thread Devin Austin
On Wed, Mar 9, 2011 at 2:29 PM, Ron White wrote: > I'm looking to create a new API for our Catalyst website using OAuth > authentication. In this scenario our website would be the OAuth service > provider, not a consumer of some other public OAuth service. > > I found mention of a Catalyst OAuth

[Catalyst] Catalyst As OAuth Service Provider

2011-03-09 Thread Ron White
I'm looking to create a new API for our Catalyst website using OAuth authentication. In this scenario our website would be the OAuth service provider, not a consumer of some other public OAuth service. I found mention of a Catalyst OAuth controller at http://oauth.net/code/, however the code i

Re: [Catalyst] What text editor to use?

2011-03-09 Thread Shlomi Fish
Hi Thomas and all, On Thursday 03 Mar 2011 04:50:08 Thomas L. Shinnick wrote: > At 08:13 PM 3/2/2011, gvim wrote: > >On 02/03/2011 11:10, John M. Dlugosz wrote: > >>What's a good text editor to use for Catalyst/TT development? > >> > >>The editor I really like for C++ doesn't handle XML well. I've

Re: [Catalyst] Re: How to get uri_for something with a fragment?

2011-03-09 Thread John M. Dlugosz
On 3/9/2011 4:55 AM, asjo-at-koldfront.dk |Catalyst/Allow to home| wrote: Catalyst doesn't need to specifically handle fragments because URI objects do so, and Catalyst returns those. That's what I ended up doing. With TT it was a little more awkward since it didn't chain the calls: presumably

Re: [Catalyst] Re: How to get uri_for something with a fragment?

2011-03-09 Thread will trillich
Ah yes, I can see that now. Signal::noise was a bit low on this thread... :) Merci. On Wed, Mar 9, 2011 at 4:55 AM, Adam Sjøgren wrote: > On Wed, 9 Mar 2011 00:36:32 -0600, will wrote: > > > What would be helpful is either > > > "There's no mechanism within the Catalyst toolkit to generate url

Re: [Catalyst] Re: How to get uri_for something with a fragment?

2011-03-09 Thread Octavian Rasnita
From: "Pedro Melo" Hi, On Wed, Mar 9, 2011 at 6:11 AM, will trillich wrote: I can't see that the original question has been answered. I'm interested as well... I just opened Catalyst.pm ($VERSION = 5.80030) and read the code for uri_for. As far as I can tell, there is no support for #ancho

[Catalyst] Re: How to get uri_for something with a fragment?

2011-03-09 Thread Adam Sjøgren
On Wed, 9 Mar 2011 00:36:32 -0600, will wrote: > What would be helpful is either > "There's no mechanism within the Catalyst toolkit to generate urls with > anchors, stick to Perl string concatenation" > or > "You can use this handy feature XYZ of the Catalyst toolkit to generate url > strings

Re: [Catalyst] CatalystX-ExtJS is not installed on Windows with Microsoft compiler

2011-03-09 Thread Tomas Doran
On 9 Mar 2011, at 04:19, Ignatov Serguei wrote: Hi, I've found that CatalystX::ExtJS (and other modules) is not installed on Windows with Microsoft compiler because installation of Devel::Size fails. Please report a bug for Devel::Size with this info? (If you haven't done already). C

Re: [Catalyst] Best prcatice: same back-end, different UI

2011-03-09 Thread Tomas Doran
On 9 Mar 2011, at 04:48, Julien Sobrier wrote: I am wondering what is the best way to achieve this. You've got some good suggestions already. One more - stealing from / reusing Catalyst::TraitFor::Request::PerLanguageDomains could be handy. Cheers t0m ___

Re: [Catalyst] Best prcatice: same back-end, different UI

2011-03-09 Thread Peter Edwards
On 9 March 2011 06:13, Jason Galea wrote: > assuming you are subclassing Catalyst::View::TT for your view you can do: > $c->stash->{additional_template_paths} = > [$c->config->{root}.'/'.$theme_dir]; > in your controller, auto, chain, whatever. This will tell TT to look > for templates there fir