Re: [cgiapp] Dispatching with PSGI

2014-09-10 Thread Ron Savage
this will help: https://metacpan.org/pod/CGI::Snapp::Dispatch -- Ron Savage - savage.net.au # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit

[cgiapp] Switching CGI::Snapp from Hash::FieldHash to Moo

2013-11-13 Thread Ron Savage
Hi All I've almost decided to switch the class builder in CGI::Snapp from Hash::FieldHash to Moo. The point of the switch is that sub-classes can then use Moo and Moo::Role. Just before I do I'd like to know how much trouble that's going to be for users (if any :-). -- Ron Savage http

Re: [cgiapp] Re lease CGI::Application::Plugin::Header

2013-03-25 Thread Ron Savage
suggestions. Patches are welcome :) Thanks, Ryo -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

Re: [cgiapp] Re lease CGI::Application::Plugin::Header

2013-03-25 Thread Ron Savage
Hi Mark But supporting it adds complexity for no gain :-(. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery

Re: [cgiapp] Re lease CGI::Application::Plugin::Header

2013-03-25 Thread Ron Savage
. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] CGI::Application wiki page HomePage updated by NickNolte

2013-01-18 Thread Ron Savage
. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

Re: [cgiapp] CGI::Application wiki page HomePage updated by NickNolte

2013-01-17 Thread Ron Savage
? Yes. Just disable updates for the time being. I have not looked into this, but it doesn't seem hard, even if we have to hack it. We just have to disable the update feature and post a notice. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Application wiki page HomePage updated by ronsavage

2013-01-09 Thread Ron Savage
Hi Joi On 10/01/13 06:29, Joi Ellis wrote: Is there no way you can block that loser from repeatedly vandalizing the pages with his spam? No, but the wiki is currently being transferred to another form, so it matters little. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-12-11 Thread Ron Savage
Hi Amazing. I don't get it get. On 12/12/12 01:29, Mark Stosberg wrote: On 12/10/2012 06:05 PM, Ron Savage wrote: Hi Mark On 11/12/12 08:38, Mark Stosberg wrote: On 12/10/2012 04:27 PM, Ron Savage wrote: Hi Mark Ah, yes. No 'use Moo', means new() is not generated, so you don't end up

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-12-10 Thread Ron Savage
Hi Mark On 11/12/12 01:13, Mark Stosberg wrote: On 12/08/2012 09:23 PM, Ron Savage wrote: Hi Mark See https://rt.cpan.org/Public/Dist/Display.html?Name=Moo As I said in my last msg on that thread, I'd better re-write the article :-((. The summary I see from there is that in a Moo Role

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-12-08 Thread Ron Savage
Hi Mark See https://rt.cpan.org/Public/Dist/Display.html?Name=Moo As I said in my last msg on that thread, I'd better re-write the article :-((. On 27/11/12 09:00, Ron Savage wrote: Hi Mark On 27/11/12 01:51, Mark Stosberg wrote: On 11/21/2012 07:46 PM, Ron Savage wrote: Hi Mark On 22

Re: [cgiapp] CGI::Application wiki page ColorChooserExampleApp updated by MidLifeXis

2012-12-05 Thread Ron Savage
archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## #### -- Ron Savage http://savage.net.au/ Ph

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-11-26 Thread Ron Savage
Hi Mark On 27/11/12 01:51, Mark Stosberg wrote: On 11/21/2012 07:46 PM, Ron Savage wrote: Hi Mark On 22/11/12 01:25, Mark Stosberg wrote: What I have now is for Moose and a bit project-specific, but I plan to make CPAN-ready Moo-based variants at some point. Just for record, you can't

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-11-22 Thread Ron Savage
Hi Hmm. Perhaps I should write an article too. I've sent off to chromatic (for publication on perl.com) my 2nd article on lexing and parsing with Marpa::R2, so I've made a start on this new article, which will appear on blogs.perl.org. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-11-21 Thread Ron Savage
: has x = (); around 'x' = sub{...} But it's a pain. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

[cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-11-20 Thread Ron Savage
, the idea is growing on me more and more. So, if you have any comments, now is the time to speak up. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe

Re: [cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

2012-11-20 Thread Ron Savage
would like to switch transactions to use DBIx::Connector as well. Understood. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your

Re: [cgiapp] draft version of PSGI::Application published (not the final name)

2012-11-05 Thread Ron Savage
removed Of course. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http

Re: [cgiapp] replace the wiki?

2012-10-29 Thread Ron Savage
don't need a long discussion about it. Not everything has to be Open Source, or Perl. Think OSes, compilers, web servers, db servers, email servers, etc etc. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Application wiki page SettingDropDownValues updated by BryanSmith

2012-10-26 Thread Ron Savage
Hi Mark On 27/10/12 01:27, Mark Stosberg wrote: On 10/25/2012 05:58 PM, Ron Savage wrote: Ron, You are right on all points. That brings me to Plan B, which is perhaps over due: Thanx. Start over the wiki using a new platform. It's due for a refresh anyway. I'm sure a lot

Re: [cgiapp] CGI::Application wiki page SettingDropDownValues updated by BryanSmith

2012-10-25 Thread Ron Savage
/ ## #### -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http

[cgiapp] Encoding special chars (eg '+') in CGI form data

2012-09-21 Thread Ron Savage
TIA -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

[cgiapp] Announce CGI::Snapp V 1.02

2012-09-17 Thread Ron Savage
/lib/CGI/Snapp/ForwardTest.pm. Update docs. - Roll the source of CGI::Snapp::Plugin::Redirect into CGI::Snapp. See also t/redirect.t and t/lib/CGI/Snapp/RedirectTest.pm. Update docs. Shortly, I'll release new versions of the 4 demos, specifying CGI::Snapp V 1.02 as the pre-req. -- Ron Savage http

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-10 Thread Ron Savage
went to great lengths to spell out this matter. See/Read for yourself my explanation: https://metacpan.org/module/CGI::Snapp#The-Flow-of-Control HTH. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-08 Thread Ron Savage
anything about the relative merits of the modules. It was all about (potential) user education. IMHO Role::Tiny looks like the best choice. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Application wiki page HomePage updated by MikeTonks

2012-09-06 Thread Ron Savage
Hi Mike On 06/09/12 18:58, Mike Tonks wrote: Just a note to say I'm pretty sure we don't want these two spam links on the front page of the wiki, but if I've got the wrong end of the stick just let me know. Big game hunter - Shoot on sight! -- Ron Savage http://savage.net.au/ Ph: 0421 920

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-06 Thread Ron Savage
that, then do as I've indicated above, and just share none or some of the code via web_common_init etc. You really do have a variety of ways to work. Lastly, there is no limit on the depth of nesting possible. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-05 Thread Ron Savage
there... -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] uploads

2012-08-10 Thread Ron Savage
Hi Brett On 11/08/12 08:13, B. Estrade wrote: What is the idiomatic way for dealing with uploads via CAP? I am using CGI::Simple. You might try CGI::Upload or CGI::Uploader. The latter is unsupported. Let us know how it works. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622

Re: [cgiapp] uploads

2012-08-10 Thread Ron Savage
Hi Brett On 11/08/12 11:10, Ron Savage wrote: Hi Brett On 11/08/12 08:13, B. Estrade wrote: What is the idiomatic way for dealing with uploads via CAP? I am using CGI::Simple. You might try CGI::Upload or CGI::Uploader. The latter is unsupported. I should mention CGI::Uploader

Re: [cgiapp] *****SPAM***** Re: nginx fastcgi configuration problem for C::A app

2012-08-03 Thread Ron Savage
path_info with request_uri value in my C::A app.. James. P.S sorry for the top posting. yahoo mail just reminds me how crap the new interface is.. Don't forget - On some mailing lists top posting is the norm. And some of us prefer it. TMTOWTDI! -- Ron Savage http://savage.net.au/ Ph: 0421 920

Re: [cgiapp] nginx fastcgi configuration problem for C::A app

2012-08-02 Thread Ron Savage
On 02/08/12 15:35, Ron Savage wrote: Hi James On 02/08/12 15:25, James.Q.L wrote: Hello, I am trying to get a C::A app work in nginx fastcgi environment (debian 6.0) and using spawn-fcgi. Sorry, I use nginx and Debian, but don't use fcgi. I do use Starman, hint, hint. -- Ron Savage

[cgiapp] nginx fastcgi configuration problem for C::A app

2012-08-01 Thread Ron Savage
Hi James On 02/08/12 15:25, James.Q.L wrote: Hello, I am trying to get a C::A app work in nginx fastcgi environment (debian 6.0) and using spawn-fcgi. Sorry, I use nginx and Debian, but don't use fcgi. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community

Re: [cgiapp] CAP Dispatch and encoded backslashes

2012-06-07 Thread Ron Savage
On 08/06/12 00:41, B. Estrade wrote: On Thu, Jun 07, 2012 at 03:45:15PM +1000, Ron Savage wrote: Hi Brett On 07/06/12 13:42, B. Estrade wrote: On Thu, Jun 07, 2012 at 01:17:12PM +1000, Ron Savage wrote: Hi Brett On 07/06/12 05:37, B. Estrade wrote: I am having an issue with CAP Dispatch

Re: [cgiapp] CAP Dispatch and encoded backslashes

2012-06-07 Thread Ron Savage
channels, which is (as I understand it), no more than what I said :-). -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message

Re: [cgiapp] CAP Dispatch and encoded backslashes

2012-06-06 Thread Ron Savage
Hi Brett On 07/06/12 13:42, B. Estrade wrote: On Thu, Jun 07, 2012 at 01:17:12PM +1000, Ron Savage wrote: Hi Brett On 07/06/12 05:37, B. Estrade wrote: I am having an issue with CAP Dispatch that seems to be rearing its ugly head when I send, as part of the route, serialized JSON data

Re: [cgiapp] spam email I just received, referencing the Examples wiki page

2012-05-15 Thread Ron Savage
, at the start of July I'll have space in my diary for looking at setting up the new wiki. Gasp! -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe

Re: [cgiapp] Problems with exception handling in CAP::Dispatch

2012-05-15 Thread Ron Savage
if crudely tell you exactly how far the code is getting before it dies. HTH -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your

Re: [cgiapp] Debugging while using CAP::Dispatch...

2012-04-20 Thread Ron Savage
Hi Brett On 20/04/12 23:23, B. Estrade wrote: On Fri, Apr 20, 2012 at 08:57:53AM +1000, Ron Savage wrote: Hi Brett On 20/04/12 08:47, B. Estrade wrote: I am having some time trying to figure out errors with this kind of output: Can't locate object method error via package Can't locate

Re: [cgiapp] Debugging while using CAP::Dispatch...

2012-04-19 Thread Ron Savage
to the browswer when something goes awry? Those msgs mean there is a mis-match between the calling code and the parameter list of the method you're calling (or think you're calling). -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Announce: CGI::Snapp::Dispatch V 1.00 etc, with PSGI support

2012-04-13 Thread Ron Savage
. It definitely will be maintained. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit

Re: [cgiapp] Announce: CGI::Snapp::Dispatch V 1.00 etc, with PSGI support

2012-04-12 Thread Ron Savage
Hi Brett On 13/04/12 01:34, B. Estrade wrote: On Thu, Apr 12, 2012 at 01:29:37PM +1000, Ron Savage wrote: Congratulations and nice work. I am sorry to be dense, but as long as I've been following Snapp and as many of the docs that I seem to have read, I am still trying to figure out exactly

Re: [cgiapp] Announce: CGI::Snapp::Dispatch V 1.00 etc, with PSGI support

2012-04-12 Thread Ron Savage
differences, otherwise there's not much point in a fork... Also, I've written or re-written all the documentation for my modules, and hopefully made them vastly easier to read. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

[cgiapp] Announce: CGI::Snapp::Dispatch V 1.00 etc, with PSGI support

2012-04-11 Thread Ron Savage
not. o CGI::Snapp::Plugin::Redirect V 1.01. The tests explicitly create a logger since CGI::Snapp V 1.01 now does not. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CAP::Session causing errors under FastCGI and Plack?

2012-04-03 Thread Ron Savage
Hi Jason Suggestion: Cut out CGI::Application::Plugin::Session, and just use CGI::Session directly. That will have to tell you something... -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] app authorization patterns, best practices?

2012-03-28 Thread Ron Savage
: http://cgiapp.erlbaum.net/ ## #### -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] app authorization patterns, best practices?

2012-03-23 Thread Ron Savage
Users, Admin can do anything). Did you try class inheritance? The base class would be user, i.e. minimal features. A manager gets the manager sub-class and admin - derived from manager - gets the admin sub-class, which gives them a more inclusive form. -- Ron Savage http://savage.net.au/ Ph: 0421

[cgiapp] Faulty email address

2012-03-23 Thread Ron Savage
to resend the message. If the problem continues, please contact your helpdesk. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your

Re: [cgiapp] app authorization patterns, best practices?

2012-03-23 Thread Ron Savage
/) { print User: $user. ; for my $group (qw/all manager admin nothing/) { print Group: $group. Check: , check($user, $group) || 0, '. '; } print \n; } -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing

[cgiapp] CGI::Snapp (a almost back-compat fork of CGI::Application), etc

2012-03-12 Thread Ron Savage
::Hander::Output::DBI -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http

[cgiapp] Discrepancy between CGI and CGI::Simple

2012-02-19 Thread Ron Savage
::Simple: Status: 302 Moved Location: http://localhost/home/ron/bin/x.pl ===8=== It's the 302 line I'm interested in. Is this discrepancy by design or not? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Discrepancy between CGI and CGI::Simple

2012-02-19 Thread Ron Savage
Hi Nic On 20/02/12 09:15, Nic Zero wrote: Hi Ron, Just a warning that at least one spam filter is flagging up your message as possibly pornographic due to your use of XX. Gee, thanx. I didn't expect that. What a sheltered life I must lead :-). -- Ron Savage http://savage.net.au/ Ph

[cgiapp] Potential bug in CGI::App V 4.50

2012-02-11 Thread Ron Savage
suggests that mode_param can take a hash with one key having the value of 'run_mode' rather than 'param'. Surely the docs are in error here? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] catching exceptions

2012-01-06 Thread Ron Savage
CGI::Application). Have you considered using https://metacpan.org/release/DBIx-Connector -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe

Re: [cgiapp] Anyone using Chrome's Javascript?

2012-01-04 Thread Ron Savage
Hi Mark On 05/01/12 02:11, Mark Stosberg wrote: On 12/18/2011 08:14 PM, Ron Savage wrote: Hi Folks Is anyone using Chrome's Javascript [1]? Or heard of anyone using it? [1] http://code.google.com/p/v8/ We've used it to support running jshint/jslint over a code base on the server side

Re: [cgiapp] Closing the wiki

2012-01-04 Thread Ron Savage
Hi Mark Does any of this affect the mailing list, since it uses lists.erlbaum.net? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe

[cgiapp] CGI::Application and CGI::Application::Dispatch::PSGI

2012-01-04 Thread Ron Savage
do not provide me enough info... So, what do I have to change to use the newer style CGI::App? TIA. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Anyone using Chrome's Javascript?

2011-12-19 Thread Ron Savage
Hi Folks On 20/12/11 04:39, Jiří Pavlovský wrote: On 19.12.2011 2:14, Ron Savage wrote: Hi Folks Is anyone using Chrome's Javascript [1]? Or heard of anyone using it? Search for v8 on CPAN. You will find couple of distributions Thanx for the various replies. I don't intend to use it. I

[cgiapp] Anyone using Chrome's Javascript?

2011-12-18 Thread Ron Savage
Hi Folks Is anyone using Chrome's Javascript [1]? Or heard of anyone using it? [1] http://code.google.com/p/v8/ -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

[cgiapp] Possible non-spam

2011-12-08 Thread Ron Savage
cleaner emails. Any (polite) suggestions? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

Re: [cgiapp] Possible non-spam

2011-12-08 Thread Ron Savage
Hi Rhesa On Thu, 2011-12-08 at 20:44 +0100, Rhesa Rozendaal wrote: On 12/08/2011 08:33 PM, Ron Savage wrote: If it isn't spam, there are 2 ways to go: o Change my spam detector to whitelist [cgiapp] in the Subject. o Persuade the sender to use a different email client, or whatever

Re: [cgiapp] need a fresh WebApp instance with every request ?

2011-11-30 Thread Ron Savage
Hi Matthias On Wed, 2011-11-30 at 02:43 +0100, Matthias Ferdinand wrote: On Wed, Nov 30, 2011 at 11:01:04AM +1100, Ron Savage wrote: Hi Matthias On Sun, 2011-11-27 at 17:24 +0100, Matthias Ferdinand wrote: I could not find in CGI::Application's docs if a single instance object

Re: [cgiapp] need a fresh WebApp instance with every request ?

2011-11-29 Thread Ron Savage
/Perl.html#plack_for_beginners_html [3] http://savage.net.au/Perl.html#session_management_with_plack_html -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] define pdf:use-cropbox=true

2011-09-20 Thread Ron Savage
using that syntax? Do you have a URL for it? Lastly, I used Image::Magick for years, but after Cristy repeatedly deleted my contributions (after giving me upload access to his site!) I gave up and switched to Imager. You should too. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI

Re: [cgiapp] RESTful Perl Resources.

2011-09-16 Thread Ron Savage
with different ways of doing it, even if they are trying to all come up with the same solution. Sadly, chromatic specifies Catalyst solutions though. Yep. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Multiple exception packages in CAD?

2011-09-08 Thread Ron Savage
Hi Tim On Thu, 2011-09-08 at 09:58 -0400, Timothy Appnel wrote: On Jul 28, 2011, at 19:39, Ron Savage r...@savage.net.au wrote: I had a look at the source code for CAD, and it would be trivial to patch to replace Exception::Class::TryCatch with Try::Tiny. If I wasn't so lazy (today

Re: [cgiapp] CGI::Application wiki page ArticlesAndTutorials updated by Dave

2011-08-06 Thread Ron Savage
, in that the potential audience will be small. Perhaps it's more a case of: Just because I can. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your

Re: [cgiapp] CGI::Application wiki page ArticlesAndTutorials updated by Dave

2011-08-06 Thread Ron Savage
Hi Dave On Sun, 2011-08-07 at 12:32 +0900, David Emery wrote: Ron Savage r...@savage.net.au writes: On Sat, 2011-08-06 at 21:54 -0400, cgi...@erlbaum.net wrote: CGI::Application page http://cgi-app.org/index.cgi?ArticlesAndTutorials edited by Dave Thanx for the cleanup. Likewise

Re: [cgiapp] CGI::Session

2011-07-07 Thread Ron Savage
modules for building and testing, but not for actual installation and use. Good point. I'll move the 2 DBIx::* modules into build_requires. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Session

2011-07-06 Thread Ron Savage
::CreateTable (that's why 'All rights reserved' was removed from the licence section in V 2.06), and I believe DBIx::Admin::DSNManager deserves its own Deb package. Nevertheless, if you think it's worth rewriting that code, feel free to say so. On 06/07/11 01:01, Ron Savage wrote: Hi Nick On Tue

Re: [cgiapp] CGI::Session

2011-07-06 Thread Ron Savage
back. On Wed, Jul 6, 2011 at 8:45 PM, Ron Savage r...@savage.net.au wrote: Hi Nick On Wed, 2011-07-06 at 14:35 +0100, Nicholas Bamber wrote: Ron, You put an explicit version on every dependency. For example Data::Dumper 2.128. That seems unnecessarily modern and Debian curently

Re: [cgiapp] CGI::Session

2011-07-06 Thread Ron Savage
Hi Lyle On Thu, 2011-07-07 at 03:25 +0100, Lyle wrote: On 07/07/2011 03:01, Ron Savage wrote: OK - here's what I'll do. I'll use perlbrew to install a fresh copy of 5.10.1. My system Perl (5.10.1) is Debian's 6.0.2, but I won't use that, since I may have upgraded modules before

Re: [cgiapp] CGI::Session

2011-07-05 Thread Ron Savage
-- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] CGI::Session

2011-07-05 Thread Ron Savage
once say you would look into getting Data::Session into Debian yourself. I can still do it for you if you prefer. I did not get around to that. I'd be grateful if you could arrange for a Debian-style release. TIA. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application

Re: [cgiapp] Forms - Brannigan and CGI::Untaint

2011-06-16 Thread Ron Savage
a bit of extra CPU power burned up, but that's infinitesimal, really. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message

Re: [cgiapp] Sessions leaking with FastCGI

2011-06-16 Thread Ron Savage
environment? I did add a $self-session-flush() to my postrun. Are there other things that needs to be done differently under fastcgi with CAP Session or Dispatch or CGI::Fast? I don't think moving it would make any difference. I always cgiapp_prerun myself. -- Ron Savage http://savage.net.au

Re: [cgiapp] Forms - Brannigan and CGI::Untaint

2011-06-15 Thread Ron Savage
, }, }, }); return $validator - process('validate_page', $data); } # End of validate_page. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Open source applications written using CGI::Application

2011-05-30 Thread Ron Savage
::* - Production ready but only educational CGI::Application::Test::* - Ditto CGI::Application::Util::* - Ditto All my apps use YUI V 2 or V 3. If you have installation problems, please let me know and I'll fix them. My policy is that these programs should /always/ be installable. -- Ron

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-26 Thread Ron Savage
Hi Tim On Thu, 2011-05-26 at 17:06 -0400, Timothy Appnel wrote: On Friday, May 20, 2011 at 6:32 PM, Ron Savage wrote: It's sad to hear you refer to that code as 'the mess'. Yes Ron it makes us sad too, but MT(OS) has code that is almost 10 years old and was developed by dozens of engineers

Re: [cgiapp] How to lazy-load runmodes

2011-05-25 Thread Ron Savage
. A 'weird error' won't be in those programs, it'll be in your code, no matter how hard you find that to believe :-))). It's a classic symptom of using a global variable(s), although (of course) it could be something else. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application

Re: [cgiapp] How to lazy-load runmodes

2011-05-25 Thread Ron Savage
Hi gvim On Thu, 2011-05-26 at 01:42 +0100, gvim wrote: On 25/05/2011 07:37, Ron Savage wrote: I don't run Apache anymore. I run nginx and proxy cgi-bin/ to mini-httpd. A 'weird error' won't be in those programs, it'll be in your code, no matter how hard you find that to believe

Re: [cgiapp] How to lazy-load runmodes

2011-05-23 Thread Ron Savage
, they are permanently resident anyway, so the startup overhead is only incurred once. All the above modules include a plack/starman runner httpd/*/*.psgi using C::A::D. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] $self-tt_error() ?

2011-05-20 Thread Ron Savage
/ ## #### -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-20 Thread Ron Savage
design. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

Re: [cgiapp] The Zero Barrier (was: Re: Anonymous home page editing?)

2011-05-19 Thread Ron Savage
-to-version) buttons. Nice, but a trifle obscurantistic. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery

Re: [cgiapp] testing the new CAD::PSGI version

2011-05-19 Thread Ron Savage
Hi Mark Another attempt. More below. On Thu, 2011-05-19 at 11:26 +1000, Ron Savage wrote: Hi Mark Doesn't work for me. I assume it's due to the exact combination of modules used and their parentage. (1) 1 line change to Local::Application::Controller: package Local::Application

Re: [cgiapp] testing the new CAD::PSGI version

2011-05-18 Thread Ron Savage
in. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

Re: [cgiapp] Anonymous home page editing?

2011-05-18 Thread Ron Savage
different. I'm with Jason. OK, so it's a quick fix (adding reCAPTCHA). But I think that in this case it's justified, at least until we decide on another wiki package. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Anonymous home page editing?

2011-05-17 Thread Ron Savage
different. Suggestions? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http

Re: [cgiapp] Anonymous home page editing?

2011-05-17 Thread Ron Savage
Hi Folks I removed the weight-loss spam 30 minutes ago, and now it's back, suggesting the spammer is monitoring his efforts. No point in fixing it again (in the short term), I'd say. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Anonymous home page editing?

2011-05-17 Thread Ron Savage
auth support, I'd assume it'd be as easy to pop in as captcha, though this may quickly lead to Emmanuel's suggestion and a completely update of the system. Yep, we might as well consider it. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] CGI::Application wiki page .... updated

2011-05-17 Thread Ron Savage
:) No sure. I don't get those - only auto-generated warnings about pages being edited. Also, the target audience for weight-loss info who happen to be reading about CGI::App is going to be v-e-r-y small... -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community

Re: [cgiapp] CGI::Application wiki page CatalystCompared updated byJackTean

2011-05-16 Thread Ron Savage
Hi Octavian On Mon, 2011-05-16 at 09:52 +0300, Octavian Rasnita wrote: From: Ron Savage r...@savage.net.au Hi Octavian On Mon, 2011-05-16 at 08:24 +0300, Octavian Rasnita wrote: The link http://people.plusthree.com/~perrin/mvc_samples.tgz to the code samples doesn't work. I don't

Re: [cgiapp] Anonymous home page editing?

2011-05-16 Thread Ron Savage
of that angle. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

Re: [cgiapp] CGI::Application wiki page CatalystCompared updated byJackTean

2011-05-15 Thread Ron Savage
, the comparison tells only about mod_perl, but nothing about FastCGI nor about PSGI. Sooo, you're offering to remedy that I take it :-))? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Anonymous home page editing?

2011-05-14 Thread Ron Savage
a mathematical equation (7+2) which robots won't be expecting, as a barrier. Anyway... thank you to whomever does provide valuable content on the site and this list :-) :-) -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] Anyone willing to give a paid guided tour to CGI::Application ??

2011-05-11 Thread Ron Savage
time for free. I guess I'll start on the simplest CGI::App demo's, get my head around that and then see how it goes. OK. If you do a CPAN search for CGI::Application::Demo (::*) you'll see I wrote them, so fell free to ask about anything. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-11 Thread Ron Savage
Hi Tim Just glancing at the code: If you call lc at line 399, surely the check 2 lines down should be for 'post', not 'POST'? Or am I missing something? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-11 Thread Ron Savage
Hi Mark On Wed, 2011-05-11 at 19:56 -0400, Mark Stosberg wrote: On 05/11/2011 07:47 PM, Ron Savage wrote: Hi Tim Just glancing at the code: If you call lc at line 399, surely the check 2 lines down should be for 'post', not 'POST'? Or am I missing something? It looks like

Re: [cgiapp] Anyone willing to give a paid guided tour to CGI::Application ??

2011-05-10 Thread Ron Savage
. These always use CGI::Application::Dispatch. I'll stop now, since I'm such I've triggered enough questions in your mind for the moment. Welcome aboard! -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list

  1   2   3   4   5   6   >