[cgiapp] order of method calls

2004-10-28 Thread Gabor Szabo
The other day I was looking at the documentation (yes, really) and I think I could not find a clear listing of the order in which the various methods are called by C:A I mean if you read the documentation it is all there but I was missing some concise listing. While this is not a big deal maybe

Re: [cgiapp] order of method calls

2004-10-28 Thread matthew
-- Gabor Szabo [EMAIL PROTECTED] wrote (on Thursday, 28 October 2004, 06:57 AM +0200): The other day I was looking at the documentation (yes, really) and I think I could not find a clear listing of the order in which the various methods are called by C:A I mean if you read the

Re: [cgiapp] order of method calls

2004-10-28 Thread Rob Kinyon
I'd like to add a few items: run (called from the Instance Script) cgiapp_prerun THE-RUNMODE-SELECTOR (if the value to runmodes() is a code reference) THE-SELECTED-RUNMODE THE-ERROR-MODE (if error_mode() is set and the runmode dies) cgiapp_postrun teardown Rob

[cgiapp] Re: order of method calls

2004-10-28 Thread Mark Stosberg
On 2004-10-28, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- Gabor Szabo [EMAIL PROTECTED] wrote (on Thursday, 28 October 2004, 06:57 AM +0200): The other day I was looking at the documentation (yes, really) and I think I could not find a clear listing of the order in which the various

Re: [cgiapp] order of method calls

2004-10-28 Thread Christopher Hicks
On Thu, 28 Oct 2004, Rob Kinyon wrote: I'd like to add a few items: run (called from the Instance Script) cgiapp_prerun THE-RUNMODE-SELECTOR (if the value to runmodes() is a code reference) THE-SELECTED-RUNMODE THE-ERROR-MODE (if error_mode() is set and the runmode dies)

Re: [cgiapp] RFC - C::A::Plugin::Apache

2004-10-28 Thread Michael
William McKee wrote: On Fri, Oct 22, 2004 at 03:46:21PM -0400, Michael wrote: Ok, here's another stab at this. I've include a test application module that I've been using to make sure stuff works together. Please look at the code, docs, test, etc and see if there is anything I might have left

Re: [cgiapp] RFC - C::A::Plugin::Apache

2004-10-28 Thread Michael
This time with the actual tarball :) Michael wrote: William McKee wrote: On Fri, Oct 22, 2004 at 03:46:21PM -0400, Michael wrote: Ok, here's another stab at this. I've include a test application module that I've been using to make sure stuff works together. Please look at the code, docs, test,

[cgiapp] [OT] Multiple constraints on field (DFV)

2004-10-28 Thread Jonathan Mangin
Is it possible to put multiple constraints on an input field? For instance: constraints = {id = qr/[A-Z0-9]{3,11}/, and also: substr($id,0,2) eq $state_abbrev somehow? Thanks. --Jon - Web Archive:

Re: [cgiapp] Re: order of method calls

2004-10-28 Thread Ron Savage
On Thu, 28 Oct 2004 12:26:16 + (UTC), Mark Stosberg wrote: Hi Mark  This flow has been documented in detail on the wiki:  http://www.cgi-app.org/OrderOfOperations Good, but... this picture http://savage.net.au/Clipboard01.png is an accurate rendition of the unreadable font on the wiki.

Re: [cgiapp] Re: order of method calls

2004-10-28 Thread Clayton Scott
Ron Savage wrote: Good, but... this picture http://savage.net.au/Clipboard01.png is an accurate rendition of the unreadable font on the wiki. Could you change the font size, please? Can you not adjust the font size in your web browser? The default font size is perfectly legible to me and in

[cgiapp] User authentication

2004-10-28 Thread Drew Taylor
I was playing around with Maypole yesterday as a possible alternative or addition to CGI::App. There are many excellent features: integrated support for user authentication, automatic form generation, CRUD capabilities, etc. For the moment, I've decided that Maypole is not for me. But I'd like to