Commit graph

160 commits

Author SHA1 Message Date
Bradley M. Kuhn
327779a950 Correct quoting issue and add debugging output. 2015-12-06 17:15:51 -08:00
Bradley M. Kuhn
98b62c7e97 Add missing size. 2015-12-06 17:15:27 -08:00
Bradley M. Kuhn
63c51c4682 Add method call here. 2015-12-06 17:15:04 -08:00
Bradley M. Kuhn
29705d1d6d supporter_id does not belong here. 2015-12-06 17:14:40 -08:00
Bradley M. Kuhn
6c71c75a2c This needs to be a prepared statement. 2015-12-06 17:14:11 -08:00
Bradley M. Kuhn
57411034af supporter_id does not belong here. 2015-12-06 17:13:33 -08:00
Bradley M. Kuhn
3f84079ee0 Correct proper set of fields. 2015-12-06 17:12:57 -08:00
Bradley M. Kuhn
9732457d7e Correct typeId. 2015-12-06 17:12:07 -08:00
Bradley M. Kuhn
21d555d0cc Fix request inserts. 2015-12-06 17:11:34 -08:00
Bradley M. Kuhn
203d810498 First pass at v0.2 of supporter database.
Redesign of database, mainly for three reasons:

   (a) we need to send renewal notices to Supporters, and need to keep a
       record of when we've sent them,

   (b) We need to keep better track of t-shirt requests,

   (c) We need to allow for different email addresses for contact other
       than the PayPal payer one.

Before doing this, I briefly looked again at CiviCRM.  While I can
complete this conversion and all my scripts in just a matter of a few
hours, setup of CiviCRM would take a minimum of a few hours just to
investigate its viability for us and whether I'd be able to maintain it.
So, we're doing custom, ad-hoc stuff still.

This commit has not been tested, it's a first pass that I'll adjust.
2015-12-06 17:04:02 -08:00