Re: [Catalyst] New Apress book shipping now from Amazon.com

2009-07-11 Thread Francesc Romà i Frigolé
Both links below point to amazon.co.uk which still doesn't have the book. Maybe you could point as well to amazon.com: The USA site already has the book, and it's cheaper. Although I don't know how much the shipping is going to be compared to the UK site. Francesc On Thu, Jul 9, 2009 at 1:21

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-19 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 6:13 PM, Tomas Doran bobtf...@bobtfish.net wrote: Both perceptually and numerically. Since the deployment documentation recommends not serving static files with catalyst I assumed it was normal. I'd still recommend serving your CSS/JS/icons directly through apache,

Re: [Catalyst] ajax character encoding issue solved, but WHY?

2009-06-19 Thread Francesc Romà i Frigolé
On Fri, Jun 19, 2009 at 6:23 AM, seasproc...@gmail.com wrote: The problem was fixed by calling utf8::decode on the data prior to sending back via ajax. BUT WHY? I am using the JSON view to render ajax responses, and it sets the charset header correctly to UTF-8. Of course, even when you

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Tue, Jun 9, 2009 at 10:26 PM, Tomas Doran bobtf...@bobtfish.net wrote: This (and the ugly password box) is why most 'internet' websites implement auth with a login form - you can be a lot more flexible about the level of user-authenticity you require at each stage... Thanks for the

[Catalyst] SOLVED Re: 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
2009/6/9 Francesc Romà i Frigolé francesc.roma+catal...@gmail.comfrancesc.roma%2bcatal...@gmail.com I'm trying the new feature $c-req-remote_user introduced in 5.80005. I'd like to know if it is possible to tell apache, in a .htaccess file, to not ask authentication for a certain set of URIs

Re: [Catalyst] FormFu vs. FormBuilder ...

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 9:00 AM, Kiffin Gish kiffin.g...@planet.nl wrote: What are the advantages/disadvantages for choosing between Catalyst::Controller::FormBuilder and Catalyst::Controller::HTML:FormFu? FormBuilder is popular because is an older and stable project. It doesn't seem very

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 11:07 AM, Charlie Garrison garri...@zeta.org.auwrote: You might be looking for mod_auth_tkt. There is also x-sendfile but I don't have experience with that one. mod_auth_tkt looks interesting but I wonder if it would interrupt the normal flow of the application in

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 11:17 AM, Tomas Doran bobtf...@bobtfish.net wrote: On 10 Jun 2009, at 09:40, Francesc Romà i Frigolé wrote: 1) static performance: serving static files directly from apache is much faster than through catalyst. I find it specially noticeable with big files like large

Re: [Catalyst] SOLVED Re: 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 11:20 AM, Tomas Doran bobtf...@bobtfish.net wrote: On 10 Jun 2009, at 10:04, Francesc Romà i Frigolé wrote: Also, in the static directory I could leave some things public ( css, javascript, icons...) but make other private ( uploads, reports, ...) by placing

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 1:55 PM, Tomas Doran bobtf...@bobtfish.net wrote: You're worrying about the efficiency of pushing bytes around, but you're using shared hosting. Surely this is premature optimisation? t0m, The applications I'm writing are expected to have a relatively small number

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-10 Thread Francesc Romà i Frigolé
On Wed, Jun 10, 2009 at 5:33 PM, Tomas Doran bobtf...@bobtfish.net wrote: Francesc Romà i Frigolé wrote: The applications I'm writing are expected to have a relatively small number of users. From my experience so far the performance is quite good on a shared hosting as long as I serve

[Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-09 Thread Francesc Romà i Frigolé
Hello, This is more of an apache question than a Catalyst one, but I'd appreciate some help. I'm trying the new feature $c-req-remote_user introduced in 5.80005. I'd like to know if it is possible to tell apache, in a .htaccess file, to not ask authentication for a certain set of URIs (for

Re: [Catalyst] 5.80005: $c-req-remote_user and apache: excluding actions from authentication

2009-06-09 Thread Francesc Romà i Frigolé
On Tue, Jun 9, 2009 at 7:53 PM, Tomas Doran bobtf...@bobtfish.net wrote: Francesc Romà i Frigolé wrote: This is more of an apache question than a Catalyst one, but I'd appreciate some help. I'm trying the new feature $c-req-remote_user introduced in 5.80005. I'd like to know

Re: [Catalyst] RFC: new helper api

2009-06-05 Thread Francesc Romà i Frigolé
On Thu, Jun 4, 2009 at 4:51 AM, Devin Austin devin.aus...@gmail.com wrote: Howdy all, I've put together an RFC for the new Catalyst::Helper API. The body text is located below, but it is also available here in a pretty formatted version:

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-06 Thread Francesc Romà i Frigolé
On Fri, Mar 6, 2009 at 6:43 AM, kakim...@tpg.com.au wrote: hello there, I would like to use AJAX in my catalyst app. Any good references/tutes to recommend? thanks. K. akimoto Hello, Depends on what do you want to do with AJAX. For example, if you want to do forms, I think it is a

Re: [Catalyst] Template::Plugin::Latex 3.00_05 and catalyst

2008-02-29 Thread Francesc Romà i Frigolé
Thanks Jon, Unfortunately it didn't work for me :( I'm using catalyst 5.7012-r2 on gentoo Francesc On Thu, Feb 28, 2008 at 10:30 PM, Jon Schutz [EMAIL PROTECTED] wrote: The weird thing is that the workaround doesn't work for me with version 3 of the T:P:Latex, but if I force (in the

[Catalyst] Template::Plugin::Latex 3.00_05 and catalyst

2008-02-28 Thread Francesc Romà i Frigolé
Hello, Andrew Ford has made available developer's releases of the next version of the Template::Plugin::Latex. Version 3 has several nice improvements over version 2: it detects if the latex file need more compilation runs and it provides a TT filter for latex encoding, among other features. You

Re: [Catalyst] So, what do we want in the -next- book?

2008-02-19 Thread Francesc Romà i Frigolé
John's book has been very useful, and still is, as I'm now using it as a reference, even though as others have pointed out it's more of a tutorial than a reference. Still, there are some topics I wish they were covered at more depth: the fundamental stuff and the more advanced stuff.