Re: [Catalyst] autocrud/ExtJS question

2010-10-01 Thread Oliver Gorwits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/09/2010 16:21, Peter Karman wrote: Oliver Gorwits wrote on 09/24/2010 07:47 AM: If anyone does have any suggestions for how this might be done better in the user interface, please let me know. CatalystX::CRUD::YUI handles many-to-many (and

Re: [Catalyst] Re: Returning to referer - which action to take?

2010-10-01 Thread BUCHMULLER Norbert
On Thu, 30 Sep 2010 22:36:36 +0200 Ekki Plicht (DF4OR) wrote: Well, yes. And put the language in every other link on that page, if I don't keep it in a session. Feasible, but I am not sure about the performance penalty with hundreds of links in my menu tree, which have to be prepared

Re: [Catalyst] Working with C::P::I18N::Request and C::P::I18N::PathPrefix at the same time?

2010-10-01 Thread BUCHMULLER Norbert
On Thu, 30 Sep 2010 22:32:03 +0200 Ekki Plicht (DF4OR) wrote: Am I right that this combination (see subject) does not work well together? Dunno, never tried them, but if they don't work together it's a bug that should be fixed. AFAICS C::P::I18N::Request modifies the path very early in the

[Catalyst] Moose/Object error in Catalyst

2010-10-01 Thread Gavin Aiken
I have a Catalyst app that started life in version 5.7 and has been upgraded to work with the 5.8 Moose version of Catalyst along the way. Recently I also upgraded my version of DBIx::Class::Schema::Loader, which added some Moose stuff to the top of all my table classes, like this: use

[Catalyst] Re: Moose/Object error in Catalyst

2010-10-01 Thread Gavin Aiken
[Thu Sep 30 19:57:59 2010] [warn] [client 208.93.49.4] mod_fcgid: stderr: Odd number of elements in anonymous hash at /usr/lib64/perl5/ site_perl/5.8.8/x86_64-linux-thread-multi/Moose/Object.pm line 39. Any ideas what is causing it? I've tried to debug it but haven't managed to figure it

[Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVC Framework yet?

2010-10-01 Thread Kiffin Gish
I recently received a copy of the book Catalyst 5.8 : The Perl MVC Framework for review, have read it and tried out the examples. Before I make my judgments public, I'd first be curious to hear from others in the Catalyst Community about what their views are on the book. Those that have

Re: [Catalyst] Working with C::P::I18N::Request and C::P::I18N::PathPrefix at the same time?

2010-10-01 Thread Ekki Plicht (DF4OR)
Am Freitag 01 Oktober 2010, 12:13:44 schrieb BUCHMULLER Norbert: On Thu, 30 Sep 2010 22:32:03 +0200 Ekki Plicht (DF4OR) wrote: Am I right that this combination (see subject) does not work well together? Dunno, never tried them, but if they don't work together it's a bug that should be

Re: [Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVC Framework yet?

2010-10-01 Thread Philip Medes
I actually read the first 2 chapters and tried the examples. I haven't had time to finish the book. I haven't read any other books on Catalyst, but I do like the Sitepoint books better (Build Your Own Ruby On Rails Web Applications). From: Kiffin Gish

Re: [Catalyst] Re: Returning to referer - which action to take?

2010-10-01 Thread Ekki Plicht (DF4OR)
Am Freitag 01 Oktober 2010, 02:39:40 schrieb Aristotle Pagaltzis: * Ekki Plicht (DF4OR) e...@plicht.de [2010-09-30 22:40]: Am Dienstag 28 September 2010, 23:09:49 schrieb Aristotle Pagaltzis: Ultimately you should not need any session storage for anything. Yes, for session tracking.

[Catalyst] Re: Returning to referer - which action to take?

2010-10-01 Thread Aristotle Pagaltzis
* Ekki Plicht (DF4OR) e...@plicht.de [2010-10-02 00:15]: How would you identify a returning customer (returning within a few seconds to a few minutes in one browser session)? Browser fingerprinting in an auto action? For personalisation or analytics? For personalisation you pretty much have