Find a file
Bill Fenner cae902a373 Add two middleware classes:
- SQLLogMiddleware.  This logs any INSERT or UPDATE performed by
a request.

- SMTPExceptionMiddleware.  This renders a "please try again"
(template email_failed.html) message when an attempt to send
email failed.  This uses a bit of a hack, in that the middleware
looks explicitly for smtplib.SMTPException, and smtplib can
raise other exceptions (particularly socket errors).  utils/mail/send_smtp
catches all exceptions and reraises non-smtplib exceptions as
fake smtplib exceptions, and the middleware undoes the wrapping.
 - Legacy-Id: 224
2007-06-04 13:52:34 +00:00
ietf Add two middleware classes: 2007-06-04 13:52:34 +00:00
test Moving and updating the svn copy of the buildbot master config 2007-06-03 20:26:55 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00