log gpp/donations/views.py @ 369:1688873085e0

age author description
2011-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2010-09-12 Brian Neal Exempt the Paypal IPN view from CSRF protection for #91.
2009-06-27 Brian Neal Donations: cleaned up logging. Use settings.DONATIONS_DEBUG to decide how to filter on test_ipn records.
2009-06-27 Brian Neal Sigh, changed the donations data format because it seems to be different than the stand-alone IPN tester. The month name doesn't have a dot after it.
2009-06-24 Brian Neal Donations: tested IPN logic with the Paypal developer sandbox.
2009-06-12 Brian Neal Donations; reworked the IPN handling and added logging.
2009-06-11 Brian Neal Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
2009-06-07 Brian Neal Donations: first cut at a donations view and a form built for paypal.
2009-06-03 Brian Neal Slideshow for home page; Initial checkin for the donations application.