Andromeda Yelton
24b7a77228
modifying display of claim status
2012-04-03 09:56:41 -04:00
Raymond Yee
6d50897508
Clarify the pledge modification process for the supporter.
2012-03-28 10:12:09 -07:00
Andromeda Yelton
81c2c7a935
default to active tab when supporter has active campaigns, else wishlist tab
2012-03-28 09:08:05 -04:00
Andromeda Yelton
2ab92b6a2f
Merge github.com:Gluejar/regluit
2012-03-28 09:00:31 -04:00
eric
8892a935dd
Implemented limited edition premiums, front and back end [finish #27011359 ]
2012-03-26 18:47:02 -04:00
Andromeda Yelton
1a53a79752
merge all the things
2012-03-26 16:16:57 -04:00
eric
7264b9846f
Added management of custom premiums. (migration needed) [finish #26921893 ]
2012-03-26 15:32:23 -04:00
Andromeda Yelton
66d62ef3aa
making pledge complete page prettier and more featureful: next actions, more speciic email sharing text, enforce login
2012-03-26 15:26:47 -04:00
Raymond Yee
0e61d7477a
[ #22756079 ] Changed name of constants (e.g., IPN_PAY_STATUS_ACTIVE to IPN_PREAPPROVAL_STATUS_ACTIVE to make the meaning of these constants clearer
...
Also fixed an error in how I'm using transaction management in regluit.test.campaigntest.support_campaign
2012-03-23 11:28:09 -07:00
eric
6237fcebfe
detabbing views code
2012-03-23 11:15:37 -04:00
eric
360d11f88a
yes we should deprecate setup_work
2012-03-23 11:09:51 -04:00
eric
d03459922e
fixed stuff I broke when making html validate
2012-03-22 21:25:04 -04:00
Raymond Yee
6d0e5c6a3e
[ #23019867 ] I think these changes now allow one to modify pledges and the validation of the CampaignPledgeForm is happening properly now.
2012-03-22 12:12:46 -07:00
Raymond Yee
ffb7c8cd33
[ #23019867 ] I believe this commit implements the rest of the pledge changing functionality and works as far as I can tell so far.
...
The one part I don't get yet is why the regluit.test.campaigntest.support_campaign script can successfully drive the browser to create a transction and then
change that pledge to create 2 transactions in total -- and yet until regluit.payment.manager.PaymentManager.check_status is run twice, there seems to be only
one transaction visible to the script.
Does this have to do with Django transactions? I don't know yet.
2012-03-21 15:06:56 -07:00
Raymond Yee
9ece33899a
support_campaign test is now able to run all the way to doing a modification of pledge for lesser amounts
2012-03-20 11:21:06 -07:00
Raymond Yee
46ca784030
[ #23019867 ] First pass at allow for pledges to be modified
2012-03-19 16:32:37 -07:00
Raymond Yee
744693f178
1) Fix an error in which I wasn't checking properly that the pledge_complete page should allow only the pledging user to see the results.
...
2) Now tests.campaigntest.support_campaign takes us all the way through pledging for the first campaign
2012-03-19 11:46:41 -07:00
Raymond Yee
46c4c3fdce
[ #20640595 ] Add a work to a user's wishlist upon a successful return from a PayPal pledge.
...
(Still need to implement warning upon trying to remove a work that user has pledged too.)
2012-03-16 13:03:38 -07:00
Raymond Yee
571e565b5e
[ Fixes #26515771 ] Now if you hit submit on default blank campaign pledge page, we won't get an error.
2012-03-15 14:54:38 -07:00
Andromeda Yelton
506f06f4cf
ensuring that the slideshow returns the right set of books and they display properly
2012-03-14 09:19:06 -04:00
eric
89e6afe82c
You can't delete a cookie that ain't there, you lunkhead [ #24981847 ]
2012-03-13 18:01:26 -04:00
eric
62038dce9c
implement cookie based redirect for login/signup from a wishlist action [deliver #24981847 ]
2012-03-13 17:04:05 -04:00
eric
b6a5d28f09
followed Raymond's suggestion to simplify yesterday
2012-03-13 17:04:05 -04:00
Andromeda Yelton
ffcea5c3d6
Merge branch 'master' of github.com:Gluejar/regluit
2012-03-13 16:27:39 -04:00
Andromeda Yelton
201ff7b38f
fixing empty slideshow for is_preview
2012-03-13 16:26:57 -04:00
eric
6d0e5455f9
metrics enhancements [finish #26329807 ]
2012-03-12 23:34:10 -04:00
eric
b659d80855
we can only have one order_by per facet!
2012-03-12 16:40:45 -04:00
Andromeda Yelton
6205417b8c
Merge branch 'master' of github.com:Gluejar/regluit
2012-03-12 14:46:53 -04:00
Andromeda Yelton
b5c284cc2d
better text for twitter and email sharing
2012-03-12 13:18:11 -04:00
eric
3d5ab78f3f
exception handling to log openlibrary json failures and send user on to fallback
2012-03-10 11:03:58 -05:00
eric
3a70949f36
added handling for moved works to wishlist action
2012-03-09 16:05:01 -05:00
eric
87eee4ed9f
add prefix to forms so html will validate [ #26203269 ]
2012-03-09 13:00:16 -05:00
Raymond Yee
a252f9d173
[ #22561067 ] Implemented regluit.utils.localdatetime.now is by default datetime.datetime.now() (in Django 1.3) and django.utils.timezone.now() in Django 1.4+
...
One overrides regluit.utils.localdatetime._now to do "time travel" -- useful for testing scenarios requiring time changes (such as Campaigns)
Get rid of call references to datetime.datetime.now() or utcnow() and datetime.date.today() in favor of regluit.utils.localdatetime.now() and date_today().
2012-03-09 00:45:39 +00:00
Andromeda Yelton
2c1ceeaf22
merge all the things
2012-03-08 10:49:04 -05:00
Andromeda Yelton
a3378efb17
factored the reused slideshow code from home and supporter into its own function
2012-03-08 09:36:59 -05:00
eric
142fe72f93
added db metrics page [deliver #26022545 ] /info/metrics.html
2012-03-07 22:07:01 -05:00
Andromeda Yelton
cea2979ade
oh harrumph jenkins, it worked locally
2012-03-07 14:24:05 -05:00
Andromeda Yelton
05860bfa06
foregrounding search and browse features when own wishlist is empty
2012-03-07 13:23:34 -05:00
Andromeda Yelton
c9be954972
can now set default tab for ungluedlist, worklist, supporter in views.py. pagination remembers user tab, overrides default.
2012-03-02 09:40:10 -05:00
Andromeda Yelton
369d8c527e
Merge branch 'master' of github.com:Gluejar/regluit
2012-03-01 09:27:27 -05:00
Andromeda Yelton
b9e9f6f213
reconciling worklistview and supporter page querysets so they will both play nice with book_panel. adding some sorting to worklistview.
2012-03-01 09:11:35 -05:00
eric
c43fe2fcb3
replaced python urllib with django.utils.http to handle url encoding of non-ascii
2012-03-01 08:53:55 -05:00
eric
d6a04f66f2
fixed guery bugs noted by andromeda
2012-02-29 14:20:50 -05:00
eric
094f4e56ee
fixed work_view tabbing
2012-02-29 13:15:38 -05:00
eric
5ce023d322
fixed unglued list tabbing
2012-02-29 12:34:21 -05:00
Andromeda Yelton
cb06d2a36a
merging
2012-02-29 08:57:24 -05:00
Andromeda Yelton
34fbeb805d
moving unglued-but-not-ebooked back to Active tab, adjusting sorting of querysets in supporter page tabs, fixing active tab on list pages
2012-02-29 08:41:30 -05:00
eric
eebeb2476f
finish committing all changes
2012-02-28 17:28:58 -05:00
Andromeda Yelton
8d38579606
more logical sorting of supporter page book lists
2012-02-27 16:12:25 -05:00
Andromeda Yelton
b55c53467d
comments should show most recent first
2012-02-23 15:40:45 -05:00