RE: [Catalyst] (en) error screen translations

2007-08-30 Thread Dylan Vanderhoof
(pi) Easeplay omecay ackbay aterlay > -Original Message- > From: Jonathan Rockway [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 30, 2007 4:40 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] (en) error screen translations > > > Svilen Ivanov wrote: > > Just a side n

RE: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Dylan Vanderhoof
I haven't played with gearman yet, but we're also using TheSchwartz (thanks to some setup help from jshirley), and its truly awesome. I have a couple minor gripes (needs an on_final_error sub you can override), but for the most part it rocks. -D -Original Message- From:

RE: [Catalyst] Method to overload per request

2007-08-09 Thread Dylan Vanderhoof
> -Original Message- > From: John Lifsey - Contractor - [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 09, 2007 8:04 AM > To: The elegant MVC web framework > Subject: [Catalyst] Method to overload per request > > > Is there a method in C::Req (or any other part of Cat) that I can >

RE: [Catalyst] RFC for handling reverse proxies not deployed tostandard ports.

2007-06-15 Thread Dylan Vanderhoof
While this is being looked at, it would be nice to pass along whether the initial connection was HTTP or HTTPS for uri_for to make use of. If the frontend is HTTPS and the backend is HTTP, uri_for breaks unless you set an env variable (https=on?) -D > -Original Message- > From: Marlon Ba

RE: [Catalyst] debug mode

2007-06-04 Thread Dylan Vanderhoof
Oh, missed this email. Yours looks better than mine. =) -D > -Original Message- > From: Matthew Pitts [mailto:[EMAIL PROTECTED] > Sent: Monday, June 04, 2007 8:23 AM > To: The elegant MVC web framework > Subject: RE: [Catalyst] debug mode > > > I wrote a cheap little plugin for my ap

RE: [Catalyst] debug mode

2007-06-04 Thread Dylan Vanderhoof
You can put the following in MyApp.pm: # Allow debug to be set via myapp_local.yml sub debug { __PACKAGE__->config->{debug} } Then setting debug: 1 in the yaml file will use debug mode. -D -Original Message- From: mark [mailto:[EMAIL PROTECTED] Sent: Monday, J

RE: [Catalyst] Apache mod_proxy, SSL and uri_for

2007-05-21 Thread Dylan Vanderhoof
> -Original Message- > From: Andy Grundman [mailto:[EMAIL PROTECTED] > > On May 17, 2007, at 6:56 PM, Dylan Vanderhoof wrote: > > > I'm having a little issue with SSL and uri_for. > > > > mox_proxy is sending the X-Forwarded-For: headers > cor

[Catalyst] Apache mod_proxy, SSL and uri_for

2007-05-17 Thread Dylan Vanderhoof
I'm having a little issue with SSL and uri_for. mox_proxy is sending the X-Forwarded-For: headers correctly, but they don't appear to have any information as to whether or not the request was http or https. From what I can tell, this is normal behavior. However, that means that if I'm just using

RE: [Catalyst] Catalyst Exception received by e-mail?

2007-03-27 Thread Dylan Vanderhoof
> -Original Message- > From: Ash Berlin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 27, 2007 9:12 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Catalyst Exception received by e-mail? > > > Dylan Vanderhoof wrote: > > I'm sure

RE: [Catalyst] Catalyst Exception received by e-mail?

2007-03-27 Thread Dylan Vanderhoof
I'm sure there's a better way to do it, but I have some code in Root->end() that effectivly does (pseudocode): If( $error && !$debug ) { email_stacktrace(); clear_error(); template = 'default_error.tt'; } The one problem with doing it like that is that if you die in the view somewhere, y

RE: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Dylan Vanderhoof
I'm not really sure how to write a test case for something that only fails using IE (as best I can tell). Any suggestions? -D -Original Message- From: Kieren Diment [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:39 AM To: The elegant MVC web framework Subject: Re: [Cat

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Dylan Vanderhoof
that this is an IE6 bug. > > [EMAIL PROTECTED]:~> thartman_catalyst_IE6_response_redirect_prob_hint > try myapp_server.pl with -f -k flags > [EMAIL PROTECTED]:~> > > hope this helps, thomas. > > On 2/27/07, Dylan Vanderhoof <[EMAIL PROTECTED]> wrote: > > I&#

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Dylan Vanderhoof
Yeah, that's the exact issue. A majority of my users are using IE6/7, so this is really a major problem. -Dylan > -Original Message- > From: Marc Logghe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2007 5:03 AM > To: Thomas Hartman > Cc: The elegant MVC web framework > Su

[Catalyst] Session problems with IE and cookies

2007-02-27 Thread Dylan Vanderhoof
I'm seeing an issue where if IE is holding a cookie when a session expires (expires set to 7200, cookie_expires set to 0), the user can't login. Login authenticates successfully, but redirects back to the login page. (Session is expired and not being deleted correctly) This does not happen with

RE: [Catalyst] Re: "You have been automatically logged out."

2007-02-22 Thread Dylan Vanderhoof
> Better yet, actually unwind processing and start over with the > unserialised request, pretending it was the one that had just > happened. That way you achieve such magic as seamless processing > of uploads across session timeouts. > Oohhh, that would be nifty. Anybody wanna shed some light o

[Catalyst] Gentoo myapp_fastcgi.pl startup script?

2007-01-17 Thread Dylan Vanderhoof
In my neverending quest to not reinvent the wheel, has anybody written a gentoo init.d script to start/stop/reload a Catalyst fastcgi app? (Using fastcgiexternalserver) Thanks, Dylan ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.or

[Catalyst] Catalyst job available in Seattle, WA

2007-01-17 Thread Dylan Vanderhoof
Crossposting here for visibility, in case any of you folk might live in Seattle or be interested in relocating. http://jobs.perl.org/job/5209 -Dylan ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searc

RE: [Catalyst] serving static files

2007-01-10 Thread Dylan Vanderhoof
Apache still needs to fork mod_perl. This is a non-issue for an external FCGI server. > -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 10, 2007 2:38 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] serving static files >

RE: [Catalyst] C::V::PDF? (Anybody have one?)

2007-01-08 Thread Dylan Vanderhoof
> -Original Message- > From: Nathaniel Nuss [mailto:[EMAIL PROTECTED] > Sent: Monday, January 08, 2007 7:49 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] C::V::PDF? (Anybody have one?) > > > What is the nature of the PDFs you need to create? >Image centric <->

[Catalyst] C::V::PDF? (Anybody have one?)

2007-01-08 Thread Dylan Vanderhoof
I figured I'd ask here real quickly before I try to write one. Anybody made a Catalyst::View::PDF of some sort? It looks like I'm going to have to be dealing with some PDF output, so I figured I'd avoid reinventing the wheel if at all possible. Thanks, Dylan __

RE: [Catalyst] iterating twice over the same resultset in the template?

2007-01-03 Thread Dylan Vanderhoof
[% items.reset() %] > -Original Message- > From: Fernan Aguero [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 03, 2007 11:44 AM > To: Catalyst > Subject: [Catalyst] iterating twice over the same resultset > in the template? > > > [ or perhaps 'is it possible to clone a resultset?

[Catalyst] C::P::Email 0.06 problem

2006-12-22 Thread Dylan Vanderhoof
I assume the maintainer reads this list. Upgrading to 0.06 broke my code using C::P::Email that was written nearly identically to the docs. CPAN bug (submitted by somebody else) is here: http://rt.cpan.org/Public/Bug/Display.html?id=23958 Downgraded for now, but it'd be nice to see that fixed s

RE: [Catalyst] Adjacency list "trees" and DBIC (recursion fun)

2006-12-15 Thread Dylan Vanderhoof
> -Original Message- > From: Jess Robinson [mailto:[EMAIL PROTECTED] > Sent: Friday, December 15, 2006 10:04 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Adjacency list "trees" and DBIC > (recursion fun) > > > What's happening here is that everytime you call ->foo->n

RE: [Catalyst] Adjacency list "trees" and DBIC (recursion fun)

2006-12-14 Thread Dylan Vanderhoof
l Message- > From: Dylan Vanderhoof > Sent: Thursday, December 14, 2006 11:00 AM > To: The elegant MVC web framework > Subject: [Catalyst] Adjacency list "trees" and DBIC (recursion fun) > > > Hello all, > I have a bit of a niche question, but maybe som

[Catalyst] Adjacency list "trees" and DBIC (recursion fun)

2006-12-14 Thread Dylan Vanderhoof
Hello all, I have a bit of a niche question, but maybe somebody has run into this. My environment is Catalyst (latest stable), DBIx::Class and TT. Below is a table description and some chunk of code I'm actually using with altered names. I'm wanting to traverse the tree and just have debu

RE: [Catalyst] bad luck with shadowcat install -- something wrongwith cpan? was Re: [Dbix-class] How to Install Catalyst on windows

2006-12-12 Thread Dylan Vanderhoof
> -Original Message- > From: Matt S Trout [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 12, 2006 3:43 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] bad luck with shadowcat install -- > something wrongwith cpan? was Re: [Dbix-class] How to Install > Catalyst on wi

RE: [Catalyst] old versions of Catalyst on CPAN

2006-12-03 Thread Dylan Vanderhoof
> I personally consider having any version other than the > latest available on > CPAN a bug. I don't want to waste the mirror's space (these > people are > mirroring CPAN for free; I want it to be easy for them), nor > do I want to Speaking as a very longtime CPAN mirror admin, we don't r

[Catalyst] Gentoo Catalyst-portge overlay?

2006-09-14 Thread Dylan Vanderhoof
Does anybody have a recent (like, yesterday or the day before?) copy of Michele's Catalyst Overlay for gentoo? His domain appears to be toast at the moment, and the version I have won't build, since several of the modules have been expired out of CPAN. Thanks, Dylan _

Re: [Catalyst] A couple (probably dumb) questions about TT

2006-09-07 Thread Dylan Vanderhoof
o that. -Dylan > -Original Message- > From: A. Pagaltzis [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 3:04 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] A couple (probably dumb) questions about TT > > > * Dylan Vanderhoo

[Catalyst] A couple (probably dumb) questions about TT

2006-09-07 Thread Dylan Vanderhoof
This might not be the best list to ask on, but I'm subscribed, and hopefully somebody will know the answers. =) First question, is it possible to deep-copy a structure using TT? I have a place where I'm taking a hashref from the stash, passing it as args to the src of an img tag, and then changi

Re: [Catalyst] While the Catalyst CPAN install discussion isstillgoing on....

2006-08-23 Thread Dylan Vanderhoof
That seems extremely odd. I've never seen behavior like that before. Try http://cpan.llarian.net (mine, if in the US) or http://cpan.shadowcatprojects.net (MSTs in UK/EU) and see if the error persists? -Dylan > -Original Message- > From: Rodney Broom [mailto:[EMAIL PROTECTED] > Sent: W

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
At first glance, C::M::File seems to cover it. It exposes the Class::Path::File object, which includes a stat method, which was one of the big ones. I'll dig around with that in my copious freetime (haha) and see if I can come up with an addition feature list and/or some patches. -D > -Orig

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
earch.cpan.org/~ash/Catalyst-Model-File-0.02/lib/Catal > yst/Model/File.pm > > Based on Path::Class, so its platform independent. > > Any features missing from that that you think you'd want? > > Ash > > Dylan Vanderhoof wrote: > > I've noticed a few pe

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
th::Class, so its platform independent. > > Any features missing from that that you think you'd want? > > Ash > > Dylan Vanderhoof wrote: > > I've noticed a few people posting about fielsystem models > under their > > Catalyst applications lately, which mak

[Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
27;s being used in the fs-based applications I've seen so far, but it needn't start with everything available. Any interest? I'd be happy to help out, since I'd like to use it, but I figure I'd see if somebody who's been doing this would be wi

Re: [Catalyst] Is users table primary key available in $c->user?

2006-07-17 Thread Dylan Vanderhoof
ED] > Sent: Monday, July 17, 2006 9:12 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Is users table primary key available > in $c->user? > > > Dylan Vanderhoof wrote: > > This appears to change on a regular basis. Does anybody > know whether > &

Re: [Catalyst] Is users table primary key available in $c->user?

2006-07-17 Thread Dylan Vanderhoof
Title: Message This appears to change on a regular basis.  Does anybody know whether $c->user->user or $c->user->obj is the correct way to access this object?  Its changed over several upgrades and broken code in the process.  The Auth version I have installed currently is $c->user->obj.  

Re: [Catalyst] They gave us BoF space! (YACP::EU 2006)

2006-06-20 Thread Dylan Vanderhoof
So when are you guys gonna do something like this over on this side of the Pond? =) -Dylan > Of course. My intent is to make it a users and developers' > meet, and for the > session to run centered on the people who turn up rather than on any > predefined plan (since I've already got 4 talks