Re: Pyramid 2 ideas

2011-03-23 Thread Alice Bevan–McGregor
Please be careful not to use a single generic name like "glue" "marrow" and others... As developers and users, we are completely dependent on search engine results, and guess what there are already valid prior use for these words... Despite WebCore being, unbeknownst to me at the time, a compo

Re: Pyramid 2 ideas

2011-03-23 Thread Alice Bevan–McGregor
On 2011-03-15 18:43:31 -0700, Joe Dallago said: WSGIServe will replace 'paster serve'. For the love of humanity, anyone writing a new web server, or performing substantial work to modernize an existing one, needs to read O'Reilly's "HTTP: The Definitive Guide"[1], James Marshall's "HTTP Made

Re: Terminology Change - Template to Skeleton

2011-03-23 Thread Mike Orr
On Wed, Mar 23, 2011 at 3:31 PM, Philip Jenvey wrote: > > On Mar 22, 2011, at 7:14 PM, Mike Orr wrote: > >> On Tue, Mar 22, 2011 at 6:46 PM, Ben Bangert wrote: >>> >>> >>> We sure can! In fact, several of us have the commit rights needed. :) >>> >>> Deprecating the old one is definitely an option

Re: Terminology Change - Template to Skeleton

2011-03-23 Thread Philip Jenvey
On Mar 22, 2011, at 7:14 PM, Mike Orr wrote: > On Tue, Mar 22, 2011 at 6:46 PM, Ben Bangert wrote: >> >> >> We sure can! In fact, several of us have the commit rights needed. :) >> >> Deprecating the old one is definitely an option. > > That's a good idea. Just updating the output would avoi

Async form submitting and Authentication

2011-03-23 Thread Ben
I have a question about putting async form submitting and pyramid default authentication together. My sign up and sign in form is doing async form submitting, in the back end, if there is something wrong, I return a json message with all error messages, but when the form data is correct, I tried t