Re: [Catalyst] XML RPC Server and RenderView

2007-08-24 Thread Joe Landman
Nicolas Raspail wrote: Hello, when playing with Catalyst::Plugin::Server::XMLRPC following the documentation, I get the same behaviour as Joe. Hmmm I thought it was just me. I have search the archive and found thie mail from Joe Landman , and he has the same problem, but unfortunately

Re: [Catalyst] CMS

2007-08-23 Thread Joe Landman
Cory Watson wrote: On 8/23/07, Simon Wilcox [EMAIL PROTECTED] wrote: If you want sledgehammers, Bricolage and Krang are probably the beefiest ones you can find :-) www.bricolage.cc www.krangcms.com Bricolage I was aware of, but krang is new to me. I had sent a note to one of the people

[Catalyst] Pilot error/cluelessness with XMLRPC

2007-07-22 Thread Joe Landman
... no view needed. Any thoughts/clues? Thanks. Joe -- Joe Landman [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

[Catalyst] Using JQuery in Catalyst

2007-07-15 Thread Joe Landman
. Thanks. Joe -- Joe Landman [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http

Re: [Catalyst] Using JQuery in Catalyst

2007-07-15 Thread Joe Landman
Replying to self after more experimentation. I figured what I found might help others. Joe Landman wrote: Are any Cat users using JQuery, and if so, are you doing it on your own, or leveraging the JQuery modules? Basically I am looking at them as an easy way to avoid writing javascript

Re: [Catalyst] TT2 + CP::Authentication + DBIC gotcha

2007-07-13 Thread Joe Landman
Perrin Harkins wrote: On 7/13/07, J. Shirley [EMAIL PROTECTED] wrote: As anecdotal evidence to its insidious behavior, I've personally been involved in a 5 man debugging effort that took 13 days (not full days, but probably an average of 3-4 hours a day * 5 people * 13 days) to finally find the

Re: [Catalyst] A View that may include elements optionally returnedfrom other funcs

2007-04-25 Thread Joe Landman
On Wed, 25 Apr 2007 11:58:02 +0100, Carl Johnstone wrote Ugh... Assume that the view gets everything from controller. Then this controller is the thing that should gather everything together before shipping it to the view. Let the template decide the form, let the controller decide

Re: [Catalyst] C::C::FB and captchas or similar

2007-03-19 Thread Joe Landman
Octavian Rasnita wrote: From: Joe Landman [EMAIL PROTECTED] Hi folks: Two part question. Has anyone played with captchas in conjunction with C::C::FB? Second part: should I be looking at different technology rather than captchas? I have no idea if there are other perl modules

Re: [Catalyst] creating binaries

2007-01-17 Thread Joe Landman
Bogdan Lucaciu wrote: On Wednesday 17 January 2007 10:49, Octavian Rasnita wrote: Bla bla. You are living in USA probably, where what you said is not bla [...] this is what some people refer to as trolling. (High quality trolling even) Yup. Took me until I read that response from

Re: [Catalyst] creating binaries

2007-01-16 Thread Joe Landman
Octavian Rasnita wrote: From: [EMAIL PROTECTED] Take a look at /tmp/pdk/ perlapp exes dump the plaintext while running. This is not a problem with Catalyst, perl is an interpreted language not a compiled one. perlapp is there to make distributing self contained perl applications easier,

Re: [Catalyst] creating binaries

2007-01-16 Thread Joe Landman
Octavian Rasnita wrote: From: Joe Landman [EMAIL PROTECTED] perlapp doesn't drop the source code in /tmp. It puts there only some .dll files, and nothing more than that. (I am using perl Dev Kit 6.02, but now PDK 7 was just released). The source needs to be obtained somehow and in some

[Catalyst] deployment how to question ...

2007-01-10 Thread Joe Landman
Hi folks: I want to deploy a site as a virtual named host in apache (1.3.xx for various reasons). There seems to be lots of pointers to FCGI as a way to hook the apache system into the application. This looks like a good idea. I would like to do this. Yet when I try to set up fcgi,

Re: [Catalyst] IMPORTANT: Catalyst::Plugin::FormBuilder obsoleted by ::Controller::FormBuilder

2007-01-02 Thread Joe Landman
Daniel McBrearty wrote: is there any way that this info can somehow find its way onto the perldoc ? in big letters at the top ... ? Might be a good thing to have an MODULES_CURRENT/MODULES_OBSOLETE list, or ask the module authors to simply note the obsolescence in an updated POD. -- Joseph

[Catalyst] C::P::FormBuilder question/problem

2006-12-30 Thread Joe Landman
| ++---+ | /login | 0.000326s | '+---' Thanks. Joe -- Joe Landman landman |at| scalableinformatics |dot| com ___ List

[Catalyst] Solved (mostly) the display problem, still fighting for FormBuilder

2006-12-30 Thread Joe Landman
doesn't seem to do much. Will work on it some more, I am assuming I have some additional pilot error here as well. Thanks. -- Joe Landman landman |at| scalableinformatics |dot| com ___ List: Catalyst@lists.rawmode.org Listinfo: http

[Catalyst] Solved FormBuilder

2006-12-30 Thread Joe Landman
FormBuilder now responds as I want it to. I needed to have % $form-render % rather than % $form-render; Ok, now to tune and tweak the display. -- Joe Landman landman |at| scalableinformatics |dot| com ___ List: Catalyst

Re: [Catalyst] VMware Image

2006-12-20 Thread Joe Landman
Rhett Creighton wrote: Is anyone working on a vmware image for Catalyst like the docs say? I'm Yes. Linux based, OpenSuSE specifically. Running into issues with their Perl. starting to make one for myself, maybe with damn small linux. Though, I've never done this before. Let me know

Re: [Catalyst] Re: template comparison

2006-10-29 Thread Joe Landman
Jon Warbrick wrote: On Sun, 29 Oct 2006, Hermida, Leandro wrote: I seem to be leaning on the side of Mason so far ... If considering Mason as a templating language for Catalyst, it's worth looking at Text::MicroMason (and Catalyst::View::MicroMason). _Almost_ the same syntax as HTML::Mason

Re: [Catalyst] catalyst++

2006-09-29 Thread Joe Landman
Hi Thomas: When I looked at InstantCrud, it only worked with TT, and I want to use it with Mason. Is there a way to do this? Joe Thomas Hartman wrote: similar idea to InstantCrud, isn't this? 2006/9/29, Harshal Shah [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi friends,

Re: [Catalyst] how to get started?

2006-08-21 Thread Joe Landman
. FWIW, anything like DBIx::* that doesn't have an explicit dependence upon DBI, just as an example, not pointing a finger at DBIx::* or DBI, has a tendency to break, spectacularly, during testing. Huge dependency radii/trees are not fun. -- Joe Landman landman _at_ scalableinformatics _dot_

[Catalyst] Static file serving question

2006-08-14 Thread Joe Landman
serve everything under and including /files if I use /files in the include_path directive. Thanks. -- Joe Landman landman |at| scalableinformatics |dot| com ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo

[Catalyst] simple question ... I think ...

2006-08-13 Thread Joe Landman
though. I tried a Path('/directory') that worked, as long as I gave it /directory/other. As soon as I tried /directory/other/things, it gave me /directory/other. Hmmm... Hints? Clues? FAQs? Pointers? Thanks! -- Joe Landman landman |at| scalableinformatics |dot| com

Re: [Catalyst] simple question ... I think ...

2006-08-13 Thread Joe Landman
Solution... see below ... Matt S Trout wrote: Joe Landman wrote: Ok, being stupid today I have a simple controller named directory. It has a default method. So things named http://localhost:3000/directory should go to it. Now I want to capture http://localhost:3000/directory

Re: [Catalyst] simple question ... I think ...

2006-08-13 Thread Joe Landman
. heh... make it as simple as possible, but no simpler. Thanks! This is exactly what I was looking/hoping for. Works like a charm. Didn't see it expressed in the docs/faqs though. -- Joe Landman landman |at| scalableinformatics |dot| com ___ List

[Catalyst] quick windows catinabox question

2006-08-09 Thread Joe Landman
matter. Thanks. -- Joe Landman [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http