Re: [Catalyst] Catalyst::Plugin::AutoCRUD 2.x and ExtJS 4

2011-10-11 Thread Peter Edwards
On 11 October 2011 06:56, jul@gmail.com jul@gmail.com wrote: 2011/10/10 Oliver Gorwits oli...@cpan.org: Anyway do you plan to port the interface to ExtJS 4 ? 3) the license terms of ExtJS (2.x and 4.x) are evil (GPLv3) Don't want to launch a flamewar. That's why most people

Re: [Catalyst] Session duplicate key constraints on concurrent requests

2011-10-11 Thread Will Crawford
On 10 October 2011 16:00, Tobias Kremer tobias.kre...@gmail.com wrote: On Mon, Oct 10, 2011 at 4:07 PM, Matthias Dietrich mdietr...@cpan.org wrote: Am 10.10.2011 um 15:59 schrieb Denny: The word you both want is 'lose'.  Loose means something slightly different (and slightly odd, when

Re: [Catalyst] Catalyst::Plugin::AutoCRUD 2.x and ExtJS 4

2011-10-11 Thread Oliver Gorwits
On 11/10/2011 06:56, jul@gmail.com wrote: 6) I'm not a UI person so it's a lot of effort for me to do I can help. That's appreciated :-) ExtJS 4 doesn't seem to offer much that would improve the interface, other than perhaps the paging-less infinite scroll grid. Filters also can be

[Catalyst] Plugin::AutoCRUD developer/beta release - 2.112830_001

2011-10-11 Thread Oliver Gorwits
Hi folks, I've released another Plugin::AutoCRUD development/beta version to CPAN: https://metacpan.org/release/OLIVER/Catalyst-Plugin-AutoCRUD-2.112830_001/ Thanks for all feedback received here and via RT. The changes are: [ENHANCEMENTS] * Non virtual (DBIx::Class) Views have better

[Catalyst] DBIC_TRACE=1 and Progressive Realms not moving on with HTTP basic auth

2011-10-11 Thread Gavin Henry
Hi all, I'm opening up an existing DB that has various types of users and am using: default_realm progressive realms progressive class Progressive realms admins realms resellers realms customers /progressive with basic HTTP

[Catalyst] does anybody know how to install catalyst over dreamhost shell account

2011-10-11 Thread ebhakt
Hi!!. I am trying to install catalyst over a dreamhost shell account I read this article: http://perl.about.com/od/packagesmodules/qt/perlcpan.htm I know there are three ways to install any module over perl 1. i try to install with the download method and try to compile it but it fails

Re: [Catalyst] does anybody know how to install catalyst over dreamhost shell account

2011-10-11 Thread Brian Cassidy
On Tue, Oct 11, 2011 at 9:05 PM, ebhakt ebh...@gmail.com wrote: Hi!!. I am trying to install catalyst over a dreamhost shell account Perhaps the dreamhost wiki could be of service? Specifically this: http://wiki.dreamhost.com/Catalyst#Configure_a_custom_CPAN_user_environment Cheers, --

[Catalyst] Paradigm question: how to use ResultSet level security based on $c-user?

2011-10-11 Thread will trillich
Question: when a user logs in to our Catalyst app, he/she should only see the items he/she is allowed to see. But the only way we can figure how to do this is to pass $c-user either to the ResultSet methods or to the FormHandler methods, making the app more and more interdependent... Is there a