Commit Graph

2943 Commits (d33485df992a9bf0fdad7fe902db154f09d6521a)

Author SHA1 Message Date
Raymond Yee d33485df99 use requirements_versioned.pip in update-prod 2012-10-14 21:59:13 -07:00
Raymond Yee 51e17e6886 Merge branch 'master' of github.com:Gluejar/regluit 2012-10-14 21:52:43 -07:00
Raymond Yee 6157e2c8cd Merge pull request #58 from Gluejar/manage_user_cc
User can Manage pledges and CC Account
2012-10-14 21:47:35 -07:00
Raymond Yee 6c0906192f Add exception message to when there is an error in creating new account 2012-10-14 21:42:09 -07:00
eric 4484e504f8 resolve merge conflicts 2012-10-15 00:31:45 -04:00
eshellman 8a2da5d67a Merge pull request #57 from Gluejar/relaunch_testing
Relaunch testing
2012-10-14 21:27:48 -07:00
eric b1e9acac11 a bit prettier by stealing pledge complete styling 2012-10-15 00:22:23 -04:00
eric 1964eec782 add links to account management page [#37674453] 2012-10-15 00:16:56 -04:00
Raymond Yee c16df417e6 Hello world of IPN 2012-10-14 21:16:15 -07:00
eric bda3211a76 user can manage their account credit card [#37674369] 2012-10-14 23:41:17 -04:00
eric b923f741ce DRY stuff that makes stripe work 2012-10-14 23:38:18 -04:00
Raymond Yee 168df09ac4 Display error message if make_account fails 2012-10-14 19:47:40 -07:00
eric 1c557e1488 fix reference to Donation Credit canceler 2012-10-14 22:08:34 -04:00
Raymond Yee 540e434698 Feed a Luhn-invalid # to check our stripe implementation rejects it at UI level 2012-10-14 18:19:05 -07:00
eshellman 1778427b01 Merge pull request #56 from Gluejar/proof_notifications
Proof notifications
2012-10-14 14:52:16 -07:00
eric 3e2d65afd9 list the user's pledges [#37674453]
see result at /accounts/manage/
2012-10-14 17:44:17 -04:00
eric 80ec41422e DRY the transaction summary 2012-10-14 17:42:28 -04:00
Andromeda Yelton 386a30e3da missing endif 2012-10-14 17:27:52 -04:00
Andromeda Yelton 590320f555 that period looks weird if the user's dedication already includes one 2012-10-14 17:27:38 -04:00
Andromeda Yelton 56f2357b50 DRYer 2012-10-14 17:19:33 -04:00
Andromeda Yelton 0c8d73fbc7 making acknowledgements formatting the same 2012-10-14 17:15:45 -04:00
Andromeda Yelton c15ecd7715 remove ref to payment processor, add acknowledgements 2012-10-14 17:04:32 -04:00
eshellman 477c4d6dfe Merge pull request #55 from Gluejar/edit_button
stopgap for [#37714043]
2012-10-14 12:44:27 -07:00
eric bde8e98518 create empty manage account view 2012-10-14 15:31:18 -04:00
Andromeda Yelton 82e0e17017 stopgap for [#37714043] 2012-10-14 15:20:55 -04:00
eshellman 0ef5c112db Merge pull request #52 from Gluejar/fix_pledge_nits
preset no-premium, add validation message [fix #37720723]
2012-10-14 11:26:02 -07:00
eric 201f5d588d re-add Andromeda's anonymity phrasing 2012-10-14 14:22:07 -04:00
Andromeda Yelton 90c080827c Merge branch 'fix_pledge_nits' of github.com:Gluejar/regluit into fix_pledge_nits 2012-10-14 12:03:54 -04:00
Andromeda Yelton 1a5d28369b this was only meant to hit input textboxes, not submit button 2012-10-14 11:36:31 -04:00
eric ed6e72ec0d preset no-premium, add validation message that should no longer arise [fix #37720723]
so essentially this fixes the bug in two ways
2012-10-14 11:33:13 -04:00
Andromeda Yelton 9caf7853f1 Merge branch 'master' of github.com:Gluejar/regluit
Conflicts:
	frontend/templates/pledge_complete.html
2012-10-14 11:27:58 -04:00
Raymond Yee 7920d5aa19 Modified basic_campaign_test fixture with 3 user accounts:
RaymondYee / raymond.yee@gmail.com / Test_Password_
hmelville / rdhyee@yahoo.com / gofish!
dataunbound / raymond.yee@dataunbound.com / numbers_unbound

2 campaigns + 1 other book

Also a command to load_test_fixture
2012-10-14 07:33:50 -07:00
Raymond Yee d8a30a733a Add a log message for loading of keys in stripelib 2012-10-13 16:42:24 -07:00
Raymond Yee f152bc97b1 Merge branch 'reuse_account'
Conflicts:
	frontend/views.py
2012-10-13 16:19:45 -07:00
eric 8d6cc6f4c9 this makes the boder of the preapproval amount white 2012-10-13 14:12:34 -04:00
eric 5bde0da8ca [#37716025] reuse a user's credit card 2012-10-13 13:45:46 -04:00
eric 674637f616 we weren't checking that request.user==transaction.user 2012-10-13 13:40:36 -04:00
eric dbacb5a96d max_amount, not amount before the authorization 2012-10-13 13:38:39 -04:00
eric 8c20339618 typo 2012-10-13 13:35:41 -04:00
Raymond Yee 7813dc2061 Merge pull request #50 from Gluejar/fix_pledge_nits
Fix pledge nits -- Sn test works w/ small correction
2012-10-13 09:07:13 -07:00
Raymond Yee b904cb1f28 Fixed a bug in the logging statement that had mismatched # of parameters 2012-10-13 08:23:07 -07:00
Raymond Yee c585eca680 Merge branch 'master' into fix_pledge_nits 2012-10-13 08:14:34 -07:00
eric ef4b5bdb84 limit max pledge to $2000 [finish #37674713] 2012-10-13 10:13:46 -04:00
eric 2ae6942f4f better to not have logging of tokens 2012-10-13 00:48:46 -04:00
eric f83ff09d05 plug security hole 2012-10-13 00:46:34 -04:00
Raymond Yee a649576596 Starting to create a fixture to be used as a test campaign -- and to run a test case 2012-10-12 21:05:26 -07:00
eric 3485f9fd92 fixed text too close to border by adding heading 2012-10-12 23:57:42 -04:00
eric 476ce46dab display and notifications of acknowledgements 2012-10-12 23:45:09 -04:00
eric cc47a28687 removing name and dedication also not done very well 2012-10-12 23:43:51 -04:00
eric 82a35d0ec2 simplified reconcile_pledge javascript a bit
I went over this with a fine-tooth comb looking for a bug that wasn't
there
2012-10-12 22:31:18 -04:00