[Catalyst] Parley / http://dev.catalystframework.org/

2007-10-25 Thread Chisel Wright
projects using Catalyst' - which is probably more accurate. Cheers, Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ Atheism is a religion, provided you also accept that NOT collecting stamps is a hobby. ___ List: Catalyst

[Catalyst] Test::WWW::Mechanize::Catalyst and is_base()

2007-11-06 Thread Chisel Wright
Failed 1/1 test scripts. 1/3 subtests failed. Files=1, Tests=3, 1 wallclock secs ( 1.07 cusr + 0.15 csys = 1.22 CPU) Failed 1/1 test programs. 1/3 subtests failed. cut here -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ It's like ingenuity wrapped in stupidity

Re: [Catalyst] catalystframework.org exired

2007-11-19 Thread Chisel Wright
last paid for it could move it and take control...aka, their system is fucking broken. That just makes me want to find another registrar that isn't so broken. I assume we need Yuval on the case then? [unless I've mis-read my whois output] Anyone tried pinging him? -- Chisel Wright e: [EMAIL

Re: [Catalyst] (no subject)

2007-11-27 Thread Chisel Wright
On Tue, Nov 27, 2007 at 06:50:07PM +0800, 伟 陈 wrote: i am a chinese guy..and my english is poor So is your ability to read replies to your own posts it seems. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I'm demented in a good way

Re: [Catalyst] Re: [patch] Catalyst::Engine::HTTP exec() options

2007-12-05 Thread Chisel Wright
On Wed, Dec 05, 2007 at 08:20:23AM +0100, A. Pagaltzis wrote: exec $^X, $0, @{ $options-{argv} }; Hey lookit, that’s simpler to write too! :-) Cool. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ This is not an automated signature. I type

Re: [Catalyst] fastcgi, production catalyst and sigpipe

2007-12-27 Thread Chisel Wright
results (if any) did you see after acting on mst's response? Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ We never decided to postpone this issue. We just agreed that we would deal with other issues first. ___ List

Re: [Catalyst] Status of Reaction - ready for new projects?

2008-01-01 Thread Chisel Wright
: http://search.cpan.org/~mstrout/Reaction/ Looks like it's still a dev release on CPAN, but I'm assuming it's progressed since then as he's using it for his WoC TODO app. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ My computer's so fast it finishes an infinite loop

Re: [Catalyst] Code for my book in non-Word form

2008-01-31 Thread Chisel Wright
for this ... I think it covers the stuff that I'd noticed. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ You should go to Australia. Beautiful women there and they descend from prisoners so they don't mind being tied up. ___ List

Re: [Catalyst] catalyst book

2008-01-31 Thread Chisel Wright
of us, you could buy a copy. http://www.packtpub.com/catalyst-perl-web-application/book -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ Screenie or it didn't happen. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Advice on form submission

2008-02-05 Thread Chisel Wright
Start. A. New. Thread. Please. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Dumb question of a beginner

2008-02-11 Thread Chisel Wright
are looking for 'order_by' in perldoc DBIx::Class::ResultSet -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I wasn't gossiping! I was just repeating something that someone else had told me! ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] unsubscribe

2008-02-21 Thread Chisel Wright
List-Unsubscribe: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst, mailto:[EMAIL PROTECTED] -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I'm so far in the closet, I am having adventures in Narnia

Re: [Catalyst] On authentication again

2008-03-06 Thread Chisel Wright
: 'password' password_type: 'hashed' password_hash_type: 'MD5' -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I'm demented in a good way! ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk

Re: [Catalyst] On authentication again

2008-03-06 Thread Chisel Wright
On Thu, Mar 06, 2008 at 06:28:11PM +0100, Felix Antonius Wilhelm Ostmann wrote: you are outdated ;) someone in the channel say we should use: 'Plugin::Authentication' = { ... } I'd better add the update to my Roadmap then -- Chisel Wright e: [EMAIL PROTECTED] w: http

Re: [Catalyst] implementing ajax

2008-03-11 Thread Chisel Wright
everything I need it to. Also, for me if XML is the answer, I try to ask different questions until it goes away. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ This is not an automated signature. I type this in to the bottom of every message

Re: [Catalyst] Can I install the catalyst manual from cpan?

2008-03-16 Thread Chisel Wright
On Sun, Mar 16, 2008 at 11:09:12AM +, Chisel Wright wrote: The manuals are part of the runtime distribution: http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7012/lib/Catalyst/Manual.pm On a related note, I just upgraded Catalyst::Devel and saw: Warning: prerequisite Catalyst

Re: [Catalyst] developer.yahoo.com

2008-03-18 Thread Chisel Wright
On Tue, Mar 18, 2008 at 02:13:22PM +0200, Octavian Rasnita wrote: Do you have any idea why? None at all. Have you tried asking _them_? -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ Lovingly wise hero ___ List: Catalyst

Re: [Catalyst] Re: ACL confusion

2008-03-20 Thread Chisel Wright
in an AND-like manner. Zoo-deny_access_unless( '/moose_cage', sub { shift-check_any_user_role( qw( moose_trainer moose_feeder ) ); }); Yes, this is the route I ended up taking, and as far as I can tell, it does what I'm looking for. Cheers, Chisel -- Chisel Wright e: [EMAIL PROTECTED

Re: [Catalyst] Re: CatalystSites.org

2008-04-16 Thread Chisel Wright
::DispatchType::Chained maybe? -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ It's like ingenuity wrapped in stupidity wrapped in a function. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin

Re: [Catalyst] Variable Catalyst seems to be undefined.

2008-05-09 Thread Chisel Wright
On Sat, May 10, 2008 at 12:09:21AM +1000, Kieren Diment wrote: Catalyst::View::TT uses c.stash.whatever in templates, while Catalyst::View::TTSite uses Catalyst.stash.whatever Yeah, I fell for that. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I wrote a todo list

Re: [Catalyst] Capture page on server?

2008-06-23 Thread Chisel Wright
On Tue, Jun 24, 2008 at 12:23:05AM +0800, Martin Ellison wrote: I actually want to save a static copy of the front page to improve load times. My fastcgi process sometimes disappears (I'm on shared hosting and Will setting the TTCACHE help at all? -- Chisel Wright e: [EMAIL PROTECTED] w

Re: [Catalyst] please take me of your mailing list

2008-07-20 Thread Chisel Wright
the instructions in the email you get. Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ A hyperactive imagination for disaster scenarios is a professional asset. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk

Re: [Catalyst] Squatting::On::Catalyst

2008-07-29 Thread Chisel Wright
way of doing this, please let me know! -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ What do you call a chav in a box? Innit. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] list of perl-*.rpm files for a basic Cat install

2008-08-17 Thread Chisel Wright
recommendation is that you build your own. -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ I'm so far in the closet, I am having adventures in Narnia. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin

[Catalyst] One (central) app, one schema, X databases

2008-09-10 Thread Chisel Wright
for reading this far! Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ Chuck Norris doesn’t wear a watch, HE decides what time it is. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] Advent calendar

2008-12-02 Thread Chisel Wright
On Tue, Dec 02, 2008 at 08:38:25AM +1100, Kieren Diment wrote: And of course I forgot the URL: http://www.catalystframework.org/calendar ... and because I'm a forgetful/lazy fecker, I've syndicated the feed in livejournal: http://syndicated.livejournal.com/catadvent08/ Chisel -- Chisel

Re: [Catalyst] [Announce] Catalyst-Runtime 5.8000_04 shipped to CPAN

2008-12-08 Thread Chisel Wright
57 Is this likely to be my stupidity? -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ All complaints must be submitted in writing on the back of a ten pound note. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] ANNOUNCE: Progressive authentication attempts

2008-12-09 Thread Chisel Wright
On Sat, Nov 29, 2008 at 11:56:02AM -0700, Jason Kuri wrote: Please thank J. Shirley for his excellent module. Thank You! This came at the perfect time in a key internal project at work. It's working like a charm with LDAP falling through to Minimal realms. Chisel -- Chisel Wright e: [EMAIL

[Catalyst] Catalyst Advent Calendar - Day 10 - Config General Arrays

2008-12-10 Thread Chisel Wright
-- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ Please wait a moment while Windows prepares to start for the first time.. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] [Announce] Catalyst-Runtime 5.8000_04 shipped to CPAN

2008-12-14 Thread Chisel Wright
-- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Always move fast - you never know who's catching up! ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] create search engine friendly uri from string

2008-12-15 Thread Chisel Wright
::$do_something_or_other then soon realised that I didn't only want to use it in TT. I recently factored out the useful stuff into its own module and made the plugin not much more than a TT wrapper around it. -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ You should

Re: [Catalyst] Perl 5.10 warnings. (used only once)

2009-01-10 Thread Chisel Wright
up my output/logs. Chiz -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Pink is my favourite crayon ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] Newbie Question about Database

2009-01-20 Thread Chisel Wright
. full access? any host? this makes me nervous (for you and your data) -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Two Eskimos sitting in a kayak were chilly; but when they lit a fire in the craft, it sank, proving once and for all that you can't have your kayak

Re: [Catalyst] create model

2009-01-30 Thread Chisel Wright
On Fri, Jan 30, 2009 at 01:40:40PM -0800, gdewitt wrote: my $result = $c-model('Schema::Table')-find( 'x' ); Does this stop it from using _all_ unique constraints? my $result = $c-model('Schema::Table')-find( 'x', { key = 'primary' } ); -- Chisel Wright e: chi

Re: [Catalyst] Re: New Catalyst Book?

2009-02-06 Thread Chisel Wright
On Fri, Feb 06, 2009 at 12:30:03PM -0500, Jesse Sheidlower wrote: Hmm. As someone who just incorporated an external search engine into two different Cat apps, I would have loved to have had such a chapter available Quick! Write down what you did! :) -- Chisel Wright e: chi

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

2009-03-06 Thread Chisel Wright
-y requests. I've settled on YUI, but a quick google will reveal many other libraries. (script.aculo.us, dojo, jquery, ...) -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Rhinology Weevils ___ List: Catalyst

Re: [Catalyst] Debugging help needed

2009-03-29 Thread Chisel Wright
difference? Chiz -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ clique: (n) group of people who disagree with the original poster ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] Using JSON

2009-04-14 Thread Chisel Wright
On Tue, Apr 14, 2009 at 06:05:53PM +0300, Octavian R???ni wrote: Hi, What's the recommended module for getting a JSON request and creating a JSON response in a Catalyst app? (I want to use them with JQuery.) I tend to use JSON::Any with JSON::XS -- Chisel Wright e: chi

Re: [Catalyst] Bad gateway error

2009-05-02 Thread Chisel Wright
assumed I'd done something wrong but it's looking like a doc-patch might be in order. -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ For this and the answers to many other questions don't ask me. ___ List: Catalyst

Re: [Catalyst] Bad gateway error

2009-05-02 Thread Chisel Wright
500 not 502 when the app isn't running. -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ It's like ingenuity wrapped in stupidity wrapped in a function. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Chisel Wright
) after this change (which you may need in the other Component::* classes under t/lib -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ It's just a motivational meeting. I don't care if I miss it. ___ List: Catalyst

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-06 Thread Chisel Wright
On Wed, May 06, 2009 at 12:29:55AM +0100, Tomas Doran wrote: You have fixes. Please commit them somewhere and we can get a development release out (at least). OK, I should be able to pick this up tonight. I'll drop a patch here when I'm done. -- Chisel Wright e: chi...@herlpacker.co.uk w

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder [patches attached]

2009-05-06 Thread Chisel Wright
On Wed, May 06, 2009 at 10:09:17AM +0100, Chisel Wright wrote: OK, I should be able to pick this up tonight. I'll drop a patch here when I'm done. I've attached three patches: - one for the TestApp/Component/* issue - one for Formbuilder::Action (it's not happy with Class::Accessor::Fast

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder [patches attached]

2009-05-07 Thread Chisel Wright
On Thu, May 07, 2009 at 02:45:09PM +0100, Tomas Doran wrote: Chisel Wright wrote: I've attached three patches: Nice work :) For future, patches are possibly best from the top of the distribution, so that you can just apply them from there without having to work out where to cd

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder [patches attached]

2009-05-07 Thread Chisel Wright
/Catalyst/Controller/FormBuilder.pm patching file Makefile.PL patching file t/lib/TestApp/Component/HTML/Template.pm patching file t/lib/TestApp/Component/Mason.pm patching file t/lib/TestApp/Component/TT.pm chi...@wiggin:Catalyst-Controller-FormBuilder-0.04-orig$ Chisel -- Chisel Wright e: chi

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Chisel Wright
configurations differ quite a bit from vendor to vendor. What OS/Distro are you using? Maybe someone else already has an example/setup that you can peek at. -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Ubuntu is an old African word which means: I can't configure Debian

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Chisel Wright
they still work: https://developer.berlios.de/docman/display_doc.php?docid=1838group_id=5999#apache_fastcgi [ http://bit.ly/Parley_fastcgi ] Hopefully that's enough to get you on your way. Chiz -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Always move fast

Re: [Catalyst] Configuration based on hostname

2009-07-17 Thread Chisel Wright
On Fri, Jul 17, 2009 at 04:33:59PM +0200, Matthias Dietrich wrote: where can I find information about this +Parent option? http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ What do you call a chav

Re: [Catalyst] Advent Calendar

2009-12-01 Thread Chisel Wright
the RSS feed from 2008 appears to have risen from the dead? I was a tiny bit surprised to see a screen of Sorry! Christmas got the better of us ... entries in my LJ friend feed today. -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ Any problem can be made unsolvable