Re: [Catalyst] MyApp::C::PageHooks - thoughts ?

2007-10-29 Thread Wade . Stuart
Matthew Pitts [EMAIL PROTECTED] wrote on 10/29/2007 03:24:10 PM: I wanted to get some thoughts on something a little different that I'm doing... What I want to to have is Controllers that are temporary (i.e. date sensitive) that represent a particular promotion that's running on a site.

Re: [Catalyst] Re: Ubuntu / Catalyst

2007-11-14 Thread Wade . Stuart
On Tue, Nov 13, 2007 at 11:16:54AM +, Richard Jones wrote: Peter Edwards wrote: Centos 5 == Red Hat Enterprise Linux 5. For production quality, you can expect it to be pretty stable and I have corporate customers running it successfully. It's one of our development platforms.

Re: [Catalyst] BBC's Perl on Rails nuttiness

2007-12-03 Thread Wade . Stuart
Dave Howorth [EMAIL PROTECTED] wrote on 12/03/2007 05:44:06 AM: You have to remember that Siemens are responsible for ensuring the stability of the public facing infrastructure. This makes it important not to introduce new modules, or upgrade existing modules, without an

Re: [Catalyst] hostname

2008-01-09 Thread Wade . Stuart
Ash Berlin [EMAIL PROTECTED] wrote on 01/09/2008 05:39:22 AM: On Jan 9, 2008, at 11:12 AM, Octavian Rasnita wrote: From: Ashley [EMAIL PROTECTED] Oh, I was too fast. Blush. You mean without the context object. :( Yes, that's what I want. Can't the context object be accessed in

Re: [Catalyst] hostname

2008-01-10 Thread Wade . Stuart
Carl Johnstone [EMAIL PROTECTED] wrote on 01/10/2008 09:44:30 AM: from the context object, but is unavailable to MyApp.pm. cookie_domain Both the context object and the hostname should be available to code within MyApp.pm, but only if the code is running during a request. In any case I

Re: [Catalyst] Development environments and performance

2008-01-16 Thread Wade . Stuart
John Goulah [EMAIL PROTECTED] wrote on 01/16/2008 11:13:06 AM: Why wouldn't you just use the standalone server bundled with Catalyst? Fcgi is great for production, but the processes are fairly thick memory wise, so having instances for each developer could be an issue. We use the cat

Re: [Catalyst] warning

2008-01-23 Thread Wade . Stuart
Carl Johnstone [EMAIL PROTECTED] wrote on 01/23/2008 11:22:50 AM: Our sysadmin told me that this way is better because we won't make traffic (and slow down) on the public network interface. Marginal, you'd need to be doing *a lot* of data transfer. I think our data transfer at our ISP

Re: [Catalyst] warning

2008-01-23 Thread Wade . Stuart
Octavian Rasnita [EMAIL PROTECTED] wrote on 01/23/2008 12:23:48 PM: From: [EMAIL PROTECTED] Try setting the cookie to a more reasonable second count (1 day) and see if that resolves your issue. All of the browsers handle extended cookies a bit differently and while one setting may

Re: [Catalyst] warning

2008-01-24 Thread Wade . Stuart
Carl Franks [EMAIL PROTECTED] wrote on 01/24/2008 01:44:33 AM: On 24/01/2008, Octavian Rasnita [EMAIL PROTECTED] wrote: I hope I will be able to test why Firefox isn't working. Our client told that it used to work last year and now it is not working. The only change I've made was to

Re: [Catalyst] catalyst book

2008-01-31 Thread Wade . Stuart
Chisel Wright [EMAIL PROTECTED] wrote on 01/31/2008 02:40:14 PM: On Thu, Jan 31, 2008 at 04:19:22PM -0400, Fernanda Boronat wrote: Hello, forgive my English, I speak Spanish, I would like to know if anyone has the book: Accelerating Perl Web Application Development (Packt Pub.) In digital

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Wade . Stuart
Andrew Kornak [EMAIL PROTECTED] wrote on 02/13/2008 04:41:08 PM: It occurs to me that some might not have the advantage of being on an open platform and may be in a primitive Windows environment. I am uncertain if there is an equivalent to cron on Windows and this plugin might be a portable

[Catalyst] RFC - Catalyst::Plugin::UploadProgress (changes to accommodate safari)

2008-02-20 Thread Wade . Stuart
}; $upload-copy_to( '/some/path/' . $upload-filename ); } Thanks! Wade Stuart Fallon Worldwide P: 612.758.2660 C: 612.877.0385 ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] Re: YUI uploader example

2008-02-22 Thread Wade . Stuart
Lance A. Brown [EMAIL PROTECTED] wrote on 02/21/2008 10:02:32 PM: This is *really* cool. Thanks --[Lance] Yes, very cool. I am still testing it, but it looks like there may need to be some tests added to the code to limit file size. I was hoping that the flash uploader would work with

Re: [Catalyst] Upload progress meter

2008-02-29 Thread Wade . Stuart
Bill Moseley [EMAIL PROTECTED] wrote on 02/29/2008 01:30:38 PM: So I have a file upload page and an ajax-updated progress meter. Not unlike the UploadProgress plugin. The progress meter works fine while transferring the file. There's also some processing that happens to the file after the

RE: [Catalyst] Chart::Graph::Gnuplot trouble.

2008-03-20 Thread Wade . Stuart
Gene Selkov [EMAIL PROTECTED] wrote on 03/20/2008 08:26:22 AM: On Mon, 17 Mar 2008, Peter Edwards wrote: But I would also like a competent answer to this question: what can be done to make the normal Catalyst code interact with unix processes on all 3 channels? I mean, all 3: if a process

Re: [Catalyst] Re: CatalystSites.org

2008-04-02 Thread Wade . Stuart
Stephen Sykes [EMAIL PROTECTED] wrote on 04/02/2008 03:46:16 PM: Pagaltzis wrote: * Jonathan Rockway [EMAIL PROTECTED] [2008-04-02 20:55]: * On Wed, Apr 02 2008, Oleg Pronin wrote: 2008/4/2, Ulf Lenski [EMAIL PROTECTED]: Hallo Ulrich, ich habe, dein Einverstandnis

Re: [Catalyst] So, what do we want in the -next- book?

2008-04-28 Thread Wade . Stuart
Andrew Kornak [EMAIL PROTECTED] wrote on 04/28/2008 03:19:39 PM: Personally, I would like any book on Catalyst, even if it was only a single chapter in a larger MVC treatment. I bought Jonathan's book and contrary to another poster's opinion found it quite useful. -Andrew Hopefully I

Re: [Catalyst] Users hierarchy

2008-06-02 Thread Wade . Stuart
jakac [EMAIL PROTECTED] wrote on 06/02/2008 09:59:37 AM: Hello! I need a help on building a model for user that has a permission to edit other users that were created by this user or any of his children, grandchildren etc. (difficult sentence, I know) To make this a little more

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-22 Thread Wade . Stuart
Matt S Trout [EMAIL PROTECTED] wrote on 07/21/2008 04:32:03 PM: Maybe the search phase failed for the original poster? I dunno, I was just saying it should probably support both approaches :) Sorry Matt, my comment was directed twords the OP not you -- I just piggybacked on your message.

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-23 Thread Wade . Stuart
Peter Karman [EMAIL PROTECTED] wrote on 07/23/2008 08:29:42 AM: On 07/22/2008 10:37 PM, Matt S Trout wrote: On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: Also, somewhat apropos, I have a C::A::{Store,Credential}::ActiveDirectory that I based on the LDAP stuff. The

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-23 Thread Wade . Stuart
Bruce J Keeler [EMAIL PROTECTED] wrote on 07/23/2008 02:16:16 PM: Peter Karman wrote: On 07/22/2008 10:37 PM, Matt S Trout wrote: On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: Also, somewhat apropos, I have a C::A::{Store,Credential}::ActiveDirectory that I based

Re: [Catalyst] Preventing simultaneous logins

2008-07-23 Thread Wade . Stuart
Daniel McBrearty [EMAIL PROTECTED] wrote on 07/23/2008 02:47:57 PM: I'm using Cat with a pretty standard configuration of : Catalyst::Plugin::Authentication Catalyst::Plugin::Session Catalyst::Plugin::Session::State::Cookie Catalyst::Plugin::Session::Store::FastMmap to handle login and

Re: [Catalyst] API Versioning for Web Services

2008-07-27 Thread Wade . Stuart
Bill Moseley [EMAIL PROTECTED] wrote on 07/27/2008 11:09:46 AM: On Sat, Jul 26, 2008 at 06:00:39AM +0100, Matt S Trout wrote: sub widget :Local VersionedXMLRPC('widget.get') { sub widget_xmlrpc_v1 { have VersionedXMLRPC apply a custom a ction class that does -can based dispatch,

Re: [Catalyst] Catalyst::Response - send a file

2008-08-19 Thread Wade . Stuart
Jonathan Rockway [EMAIL PROTECTED] wrote on 08/19/2008 01:20:53 PM: * On Tue, Aug 19 2008, Dermot wrote: This method will work well for binary files. I have opted $c-response-header() method for now. You haven't described what that method is. There are two things you need to do to send

Re: [Catalyst] Re: Catalyst::Response - send a file

2008-08-20 Thread Wade . Stuart
Aristotle Pagaltzis [EMAIL PROTECTED] wrote on 08/19/2008 04:39:55 PM: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2008-08-19 21:55]: $c-response-headers-header('Content-disposition:' = attachment; filename=$filename ); You forgot $filename =~ s!!\\!g; Yes, I usually sanitize and escape

Re: [Catalyst] Re: Catalyst::Response - send a file

2008-08-21 Thread Wade . Stuart
Aristotle Pagaltzis [EMAIL PROTECTED] wrote on 08/20/2008 04:12:18 PM: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2008-08-20 17:55]: Aristotle Pagaltzis [EMAIL PROTECTED] wrote on 08/19/2008 04:39:55 PM: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2008-08-19 21:55]:

Re: [Catalyst] Intermittent blank pages

2008-08-28 Thread Wade . Stuart
Tobias Kremer [EMAIL PROTECTED] wrote on 08/28/2008 09:02:24 AM: Quoting Sebastian Willert [EMAIL PROTECTED]: Are you using Perlbal in front of FastCGI? Perlbal is prone to deliver blank pages if the back-end times out. Unfortunately I haven't found a way to avoid this behavior, but maybe

Re: [Catalyst] Intermittent blank pages

2008-08-28 Thread Wade . Stuart
Tobias Kremer [EMAIL PROTECTED] wrote on 08/28/2008 10:44:31 AM: Quoting [EMAIL PROTECTED]: Tobias Kremer [EMAIL PROTECTED] wrote on 08/28/2008 09:02:24 AM: Quoting Sebastian Willert [EMAIL PROTECTED]: Are you using Perlbal in front of FastCGI? Perlbal is prone to deliver blank

Re: [Catalyst] Intermittent blank pages

2008-08-28 Thread Wade . Stuart
Tobias Kremer [EMAIL PROTECTED] wrote on 08/28/2008 12:29:13 PM: On 28.08.2008, at 18:48, [EMAIL PROTECTED] wrote: Is it possible that the concat error and resstart are related (memory load) but the blank pages are due to the restart killing (restarting) the procs off before the

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-28 Thread Wade . Stuart
Marcus Ramberg [EMAIL PROTECTED] wrote on 08/28/2008 02:05:44 PM: On 13. aug.. 2008, at 13.40, Dermot wrote: Thanx Carl and Sorry Matthias, I didn't follow you exactly because su apache This account is currently not available look at your apache users' passwd entry, you will see a

Re: [Catalyst] Pushing data to Catalyst powered web page

2008-09-12 Thread Wade . Stuart
Bill Moseley [EMAIL PROTECTED] wrote on 09/12/2008 02:45:42 PM: On Fri, Sep 12, 2008 at 02:15:23PM +0200, Supra, Morne wrote: The problem that I have is that I have no idea how to push the data to a web page instead of pulling. Pull with an AJAX update, perhaps. Or, if you control

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Wade . Stuart
Terence Monteiro [EMAIL PROTECTED] wrote on 09/15/2008 10:23:50 AM: Jose Luis Martinez wrote: Terence Monteiro escribió: On my machine, an ubuntu hardy, it works fast - about 2.5 seconds to process the template. On a production server using debian lenny, it used to take around the

Re: [Catalyst] Simple blob upload example?

2008-09-23 Thread Wade . Stuart
Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote on 09/23/2008 02:30:27 PM: --- On Fri, 9/19/08, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: From: Dr. Jennifer Nussbaum [EMAIL PROTECTED] Subject: Re: [Catalyst] Simple blob upload example? To: The elegant MVC web framework

Re: [Catalyst] How to send raw HTTP response

2008-09-25 Thread Wade . Stuart
Tomas Doran [EMAIL PROTECTED] wrote on 09/25/2008 04:04:58 PM: On 25 Sep 2008, at 19:35, Christian Lackas wrote: print CGI::header(...); $ZIP-writeToFileHandle(*STDOUT); for my $f (@files) { $ZIP-addFile($f, basename($f)); } How can I achieve something

Re: [Catalyst] CSRF

2008-09-30 Thread Wade . Stuart
Dave Howorth [EMAIL PROTECTED] wrote on 09/30/2008 10:23:10 AM: There's an interesting paper on CSRF mentioned on slashdot today: http://www.freedom-to-tinker.com/sites/default/files/csrf.pdf It mentions Catalyst along with some other frameworks and suggests a way to build in

Re: [Catalyst] CSRF

2008-09-30 Thread Wade . Stuart
Moritz Onken [EMAIL PROTECTED] wrote on 09/30/2008 01:08:38 PM: Am 30.09.2008 um 19:20 schrieb Ashley: On Sep 30, 2008, at 10:08 AM, Moritz Onken wrote: attackers can use POST This is possible due to the fact that flash movies can send any request to a server. You can achieve this

[Catalyst] Production session issue - commercial support inquiry?

2009-01-09 Thread Wade Stuart
unpack(H*, $bytes); } -- Thanks! Wade Stuart Phone: 917-363-6164 IM: SpaceMuscles ___ 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

[Catalyst] Re: Production session issue - commercial support inquiry?

2009-01-09 Thread Wade Stuart
of plaintext and therefore session id/digest. Depending on how many children and the fork depth (runs per fork) this could situation be exacerbated. -- Thanks! Wade Stuart Phone: 917-363-6164 IM: SpaceMuscles On Fri, Jan 9, 2009 at 3:50 PM, Wade Stuart w...@grepit.net wrote: Have you looked

Re: [Catalyst] Newbie help

2009-01-15 Thread Wade Stuart
On Wed, Jan 14, 2009 at 7:14 PM, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: Diego M. Vadell wrote: Hi everybody, I'm making a nice little webapp in Catalyst: metheorology models run via crontab and catalyst shows the data and graphs that they produce. Im very happy how

Re: [Catalyst] how to confirm before deleteing

2009-01-21 Thread Wade Stuart
want to delete your account?'); /form This both checks if the user really wants to delete (if js is enabled) and also uses a post to delete data via the app. -- Thanks! Wade Stuart Phone: 917-363-6164 IM: SpaceMuscles ___ List: Catalyst

Re: [Catalyst] Newbie Question about Database

2009-01-21 Thread Wade Stuart
belittled...someone who just wants to take advantage of lax data security. It is real good practice to use least-privilege access to data from the very beginning. Exactly, also how many of those we will of course do X later... TODO's end up hanging out there forever. -- Thanks! Wade Stuart

Re: [Catalyst] Restarting Catalyst on request or doing something per request

2009-08-25 Thread Wade Stuart
On Mon, Aug 24, 2009 at 3:51 PM, Matthias Dietrich mdietr...@cpan.orgwrote: Hi Chris, Am 24.08.2009 um 04:43 schrieb Chris: Can you use catalyst::plugin::cache as the backend for the lexicon? Then refreshing the texts involves clearing the cache, and updates are transparent. I took a

Re: [Catalyst] Problem with index.tt2

2009-09-29 Thread Wade Stuart
-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Thanks! Wade Stuart Phone: 917-363-6164 IM: SpaceMuscles ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Re: Which C::View::PDF should I use?

2010-03-22 Thread Wade Stuart
On Tue, Mar 16, 2010 at 2:53 PM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * Gabriel Andrade gabi...@gmail.com [2010-03-16 16:50]: http://code.google.com/p/wkhtmltopdf/ That looks interesting, thanks! * Adam Sjøgren a...@koldfront.dk [2010-03-16 18:15]: An alternative could perhaps be

Re: [Catalyst] Slow Makefile.PL

2010-03-23 Thread Wade Stuart
On Tue, Mar 23, 2010 at 3:37 AM, Ovid publiustemp-catal...@yahoo.comwrote: - Original Message From: Ovid publiustemp-catal...@yahoo.com Yeah, I'm using FileVault. I've had a couple of issues with it already. I think it's time for me to rethink things. I've moved my

Re: [Catalyst] Re: Which C::View::PDF should I use?

2010-03-25 Thread Wade Stuart
On Mar 25, 2010, at 12:01 PM, Aristotle Pagaltzis pagalt...@gmx.de wrote: * Wade Stuart w...@grepit.net [2010-03-22 22:35]: On Tue, Mar 16, 2010 at 2:53 PM, Aristotle Pagaltzis pagalt...@gmx.de wrote: * Adam Sjøgren a...@koldfront.dk [2010-03-16 18:15]: An alternative could perhaps

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-12 Thread Wade Stuart
On Sun, Apr 11, 2010 at 1:08 PM, Evan Carroll li...@evancarroll.com wrote: On Sun, Apr 11, 2010 at 12:31 AM, Andrew Rodland and...@cleverdomain.org wrote: Please, make some more public insults. snip. Guys, just fix or don't fix the broken or not broken problem and stop the

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-26 Thread Wade Stuart
(Replying in general, to the sense of this email which others have related too) Dermot, to my reading at least, has been clear twice now that he was asking specifically about how to retrieve parameters -- presumably not coming to a web framework list for an unsolicited computer science

Re: [Catalyst] Issue with Plugin::Session

2011-01-06 Thread Wade Stuart
On Wed, Jan 5, 2011 at 11:07 AM, jeff robinson jeffreyianrobin...@gmail.com wrote: Hi Having a prblem with Safari and IE browsers and the Session plugin. The app works fine with Firefox, but session data is being reset between requests with these other browsers. Example:  DB1 x $c-session