Re: [Catalyst] Re:Get sexual attraction right now!

2011-10-24 Thread Matthias Dietrich
Hi, I wrote David directly that his mail account is compromised but he doesn't answer. Can someone remove him from the list please? It sucks. Thanks. -- Sent from my iPhone so expect spelling errors and stuff. rainboxx Matthias Dietrich Freelance Software Engineer rainboxx Königsallee 43

Re: [Catalyst] Catalyst for large-scale e-commerce: A good or bad choice?

2011-10-24 Thread Zbigniew Łukasiak
On Sun, Oct 23, 2011 at 12:54 PM, Alec Taylor alec.tayl...@gmail.com wrote: Good afternoon, I'm looking at all the notable CMSs and web-frameworks across any language (C++, Ruby, Python, Perl, .NET, PHP), for an e-commerce solution which suits my project. Basically I'm creating an

Re: [Catalyst] Catalyst for large-scale e-commerce: A good or bad choice?

2011-10-24 Thread Alec Taylor
Mmm... I'm sure it's possible in any language (albeit difficult+complicated)... the question is, how can I cut down devel time? (happy to use any language with any open-source web-development framework or CMS) Should I take a look at something like Magento? - Or keep to Perl stuff like Catalyst?

Re: [Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-24 Thread cylontoaster
Hello, have you already found a solution??? thanx, andy Hi all, I just upgraded to Catalyst 5.9 and I was getting messages about Catalyst::Log::Log4perl being deprecated so I changed to Log::Log4perl::Catalyst. But now I am getting: $ script/webservices_server.pl

[Catalyst] Log4Perl with Appender DBIx

2011-10-24 Thread cylontoaster
Hello, I wanted to use Log4Perl for all my logging-purposes and stumbled over some pitfalls. Can anybody give me a hint for configuring Log4Perl using the DBIx-appender? So, I installed Log::Log4perl::Appender::DBIx::Class and extended my Log4Perl-configuration-file with this: # DBIx

Re: [Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-24 Thread clara resende
I haven't looked at it in depth but in my configuration file something seemed to go wrong setting the level: log4perl.rootLogger=DEBUG, Screen, Logfile log4perl.appender.Screen=Log::Dispatch::Screen log4perl.appender.Screen.Threshold=WARN This was ok before but after the update it gave me the

[Catalyst] Catalyst::Action::REST, HATEOAS and gathering OPTIONS for a site map

2011-10-24 Thread Gavin Henry
Hi all, As part of the HATEOAS (Hypermedia as The Engine Of Application State) restful requirement, I wondered if it was a good idea to add a -sitemap type option which does the same as _return_options which sets the Allow header but returns a data structure of all the links and methods available

Re: [Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-24 Thread cylontoaster
thank u for your reply, I can confirm this behavior, but regarding this, it's not possible anymore to log a certain level i.e. in SCREEN and another one in FILE. Also the usage of filters react by throwing the same error-message :-( I haven't looked at it in depth but in my configuration file

Re: [Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-24 Thread Tomas Doran
On 14 Oct 2011, at 07:30, clara resende wrote: How to fix that? No idea as you haven't shown us any of your code. This isn't an error I've seen before, so one would assume it's something to do with your logging configuration.. :) Cheers t0m

Re: [Catalyst] Re: Recommended caching back-ends

2011-10-24 Thread Tomas Doran
On 13 Oct 2011, at 23:12, Toby Corkindale wrote: On 7 October 2011 18:22, Stephen Clouse stephenclo...@gmail.com wrote: On Fri, Oct 7, 2011 at 12:05 AM, Toby Corkindale t...@dryft.net wrote: Is there a Plugin::CHI or a CHI driver for Plugin::Cache anywhere? CHI works fine with

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

2011-10-24 Thread Tomas Doran
On 12 Oct 2011, at 11:25, Gavin Henry wrote: Turns out this won't work due to the fact that -detach is called in Credential::HTTP As discussed on irc, patch would be both trivial and welcome. Well volunteered? Cheers t0m ___ List:

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

2011-10-24 Thread Tomas Doran
On 11 Oct 2011, at 17:57, will trillich wrote: Is this Kosher? Yes, this is entirely fine! You may however want to look at Catalyst::TraitFor::Model::DBIC::Schema::WithCurrentUser, which will help your DBIC schema 'magically' get hold of the user if available, and

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.90005

2011-10-24 Thread Tomas Doran
I'm pleased to announce the latest maintenance release of Catalyst- Runtime: 5.90005 This release contains a couple of new features, and a number of documentation improvements. Thanks to all the contributors for all the the patches which make up this release. Full changelog is included

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.90005

2011-10-24 Thread Oleg Kostyuk
I looked at diff to previous version via CPAN (http://goo.gl/BlHhv), and part that is related to lib/Catalyst.pm seems like not finished, as for me. May be, this is because I'm not native English speaker? Here is relevant part: @@ -1429,6 +1385,30 @@ You can use: and it will create the URI

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.90005

2011-10-24 Thread Tomas Doran
On 24 Oct 2011, at 15:48, Oleg Kostyuk wrote: I looked at diff to previous version via CPAN (http://goo.gl/BlHhv), and part that is related to lib/Catalyst.pm seems like not finished, as for me. May be, this is because I'm not native English speaker? Here is relevant part: Thanks for