Commit Graph

2359 Commits (15ea12534aaaa1f261d955bf4f86d53a7270b42d)

Author SHA1 Message Date
eric 15ea12534a [#32488017] merge conflicts 2012-07-10 16:03:36 -04:00
eric 94787951ad allowed staff to manage campaigns 2012-07-10 15:58:19 -04:00
eric f2a1bac760 [start #32488017] added some logging of send_mail task 2012-07-10 15:57:44 -04:00
Raymond Yee f5ea51cdca Merge branch 'feedback' 2012-07-09 10:44:33 -07:00
Raymond Yee f528fe3654 SERVER_EMAIL needs to be set to a verified SES email for mail_admins to work 2012-07-09 10:43:48 -07:00
Raymond Yee a5d0ef36d7 Merge branch 'feedback' 2012-07-09 10:09:59 -07:00
Raymond Yee 2f49651466 Force the from_email to be settings.DEFAULT_FROM_EMAIL unless you really want your from_email 2012-07-09 10:08:49 -07:00
eric 01cb96e65d reported email as notices, not accounts 2012-07-09 09:25:31 -04:00
eric e2962e1075 [finish #30516251] supporter acknowledgement page basic version 2012-07-07 18:13:05 -04:00
eric 21e3cb582d fix tabs 2012-07-07 18:12:54 -04:00
eric 1764cd62d6 small optimization of supporter count 2012-07-07 16:38:23 -04:00
eric a7af78cc9a [start #31995801] manage campaign form now handles the 11:59PM closing time 2012-07-06 22:10:55 -04:00
eric b6d77a7645 usernames were not being URLescaped. [#finish #32365703] 2012-07-06 12:25:20 -04:00
eric 011dc4ffde [#32289649] validation nit 2012-07-06 11:19:51 -04:00
Raymond Yee 3401f138d0 Updating selenium because the latest Firefox won't work with previous version 2012-07-05 10:25:47 -07:00
Andromeda Yelton 9152655587 list ungluers in two-column format by reverse of date wished [#32289815] 2012-07-05 11:33:57 -04:00
Andromeda Yelton b9aaff2968 david brin hooray 2012-07-05 11:33:18 -04:00
Andromeda Yelton 3ce4db8e9a change support to premiums and make it clickable [#32289833] 2012-07-05 10:39:19 -04:00
Andromeda Yelton 1bf0fe8d26 moving notification alert inline [#32289941] 2012-07-05 10:30:26 -04:00
Andromeda Yelton 85247c306e Merge branch 'master' of github.com:Gluejar/regluit
Conflicts:
	core/models.py
2012-07-05 10:21:08 -04:00
Andromeda Yelton 325765e453 loose ends from anaheim [#32290011] [#32289649] [#32289951] 2012-07-05 10:05:04 -04:00
Andromeda Yelton 0329976165 send signal for unsuccessful campaign notifications 2012-07-05 10:04:27 -04:00
Raymond Yee 5e3cf5d7aa Latest integration of campaign data in our own db plus the spreadsheet you can download from Amazon payments
to produce CVS file
2012-07-03 07:46:42 -07:00
Andromeda Yelton 6ccaf81f06 updated to reflect Amazon email so supporters won't be surprised by it 2012-07-02 11:07:10 -04:00
Raymond Yee bfe02fc39d 4->3 active campaigns 2012-06-29 18:38:19 -07:00
Raymond Yee 280bbb9c6d Merge branch 'master' into production 2012-06-29 18:32:15 -07:00
Raymond Yee cf2847544b Fix the time when the campaign status dated -- 12:01 am -- maybe it should be 12:00 2012-06-29 18:22:19 -07:00
Raymond Yee 5b733d214c setting up to automate daily campaign status update 2012-06-29 18:05:14 -07:00
Raymond Yee 23ea9342d1 Turn test email in celerybeat off. 2012-06-29 13:19:05 -07:00
Raymond Yee dd5b2d073f Turn on the test email to confirm that celerybeat is working on production 2012-06-29 13:12:36 -07:00
Raymond Yee 275d127e29 If we're canceling a campaign, record the reason in the transaction.reason as "UNSUCCESSFUL CAMPAIGN" (by default) 2012-06-29 11:11:42 -07:00
Raymond Yee 9ac4aa26bd hook the unsuccessful_campaign to the right notice 2012-06-29 09:52:06 -07:00
Andromeda Yelton 8fbc65a305 merge 2012-06-28 14:31:48 -07:00
Andromeda Yelton de929363e5 we are going to need an unsuccessful campaign signal asap, sadly 2012-06-28 14:07:33 -07:00
eric 17cbab1fc4 temporarily stop checking for end date changes 2012-06-28 16:23:29 -04:00
eric 8be8883e63 draft of front matter template (not used yet) 2012-06-28 16:23:29 -04:00
thatandromeda cbef02e3fc moar boingboing 2012-06-28 12:45:21 -07:00
Raymond Yee 80a5f4d76f Get rid of "," in email_addresses 2012-06-26 22:41:31 -07:00
Raymond Yee 558ec0f810 escape the \n in the email_addresses fab command 2012-06-26 22:34:37 -07:00
Raymond Yee d3da49cf74 Stepping stone to correlating payments with Amazon data
print 1 email / line
2012-06-26 19:36:14 -07:00
Raymond Yee 0bd6fdeaa0 Moving production over to Amazon SES 2012-06-22 17:13:24 -07:00
Raymond Yee 0f6b581655 Setting up to use Amazon SES for SMTP
NOTE new library: django-smtp-ssl
putting parameters in for just.py first to try out on just before moving to production
2012-06-22 16:38:29 -07:00
eric 5f16b07174 alert header now trumpets our success 2012-06-22 00:41:20 -04:00
eric dfe17f94fa [finish #31637107] refactored transaction summary code, now considers pending and other transactions 2012-06-21 23:20:58 -04:00
eric eec03bd568 unused code 2012-06-21 23:20:58 -04:00
eric 8977734bd7 [fix #31636971] update campaign.left when campaign changes 2012-06-21 23:20:57 -04:00
eric 0a259165a1 [fix #31498847] the helrond bug 2012-06-21 23:20:57 -04:00
eric e9e9ee135b expect the test to succeed again 2012-06-21 23:20:57 -04:00
eric cb9eb1e24e detab code 2012-06-21 23:20:57 -04:00
Raymond Yee feba1c2b7d [#31613287] temporary fix for SMTP limit -- switch to new account 2012-06-21 12:45:43 -07:00