eric
f80b7a8d31
context_instance deprecated in django 1.10
2018-05-02 11:13:38 -04:00
eric
c7ffd3361a
removed patterns from imports
2018-04-27 11:42:39 -04:00
eric
8f600f1556
make it work in django 1.8
2018-04-25 17:20:44 -04:00
eric
3337de9a2e
Merge remote-tracking branch 'Gluejar/master' into dj111
...
# Conflicts:
# core/tests.py
# payment/tests.py
2018-04-25 16:23:00 -04:00
eric
680caad71d
deprecations
2018-04-19 21:27:20 -04:00
eric
146f26c5f8
deprecate django unittest
2018-04-19 21:26:29 -04:00
eric
39fdd9683a
rip out dead code
2018-04-19 12:24:34 -04:00
eric
6dbe9bdaeb
clean up
2018-02-07 18:34:05 -05:00
eric
cb50e931bd
delint
2018-02-07 17:42:37 -05:00
eric
3084ab837c
handle pledges on credit
2018-02-07 16:46:44 -05:00
eric
e015539fee
change language about "gift credit"
2018-02-07 16:44:29 -05:00
eric
78d24330a6
expired cards should not be active
...
regluit uses date_deactivated to determine whether a card can be used
2018-01-19 20:08:41 -05:00
eric
906e5ece9d
don't try to notify null users
...
this was causing errors
2018-01-19 19:18:50 -05:00
eric
cd35552026
add IPN events
...
(we ignored the old ones; now we ignore the new ones, too.
2018-01-07 20:21:48 -05:00
eric
c896fdeba4
add handing for pledge->donation
2017-12-14 21:38:14 -05:00
eric
4aeae6e67c
implement donation options
2017-12-14 16:24:26 -05:00
eric
e864f7d9b1
updates to allow compilescss to run quietly
2017-12-12 13:26:57 -05:00
eric
db97a98ae8
https
2017-07-27 10:33:13 -04:00
eric
417f9eac58
add donation box to homepage
2017-02-13 13:33:26 -05:00
eric
ac541ec1a0
patterns in urlpatterns are deprecated
...
https://docs.djangoproject.com/en/1.9/releases/1.8/#s-django-conf-urls-p
atterns
Also, moved edit_user to libraryauth module with the rest of our user
reg and auth.
2016-07-27 13:02:47 -04:00
eric
4adf6917ff
refactor admin
2016-07-26 10:34:45 -04:00
eric
e6c3b226f9
REQUEST is deprecated
2016-07-25 11:32:04 -04:00
eric
09fe1a5d32
switch from deprecated get_model a app registry
2016-07-24 18:39:36 -04:00
eric
9e3fef8e9e
fix models so django migrate can build an empty db
2016-07-22 18:49:19 -04:00
eric
dbcf4dba6b
remove payment.templatetags
...
duplicate app name not allowed in 1.7
2016-07-21 15:57:42 -04:00
eric
d8eb4297d9
migrations
2016-07-21 15:38:09 -04:00
Raymond Yee
dfcde1f46b
skipping certain tests explicitly, ones that I had been able to skip in Django 1.4 with suites() but, for some reason, are being run in Django 1.6.
2016-04-19 07:49:20 -07:00
Raymond Yee
877b296128
commenting out payment.tests.BasicGuiTest because for some reason
...
the suite() is not being honored and BasicGuiTest is being run when
I run django-admin.py test payment
have to explore further: http://stackoverflow.com/questions/21572921/django-celery-test-runner-doing-very-strange-things
2016-04-12 10:48:04 -07:00
eric
7e3e1655e1
one more null boolean
2016-04-09 13:26:42 -04:00
eric
bca17837a0
add fixtures in testcases
2016-04-09 13:21:12 -04:00
eric
a4e9855b35
revert to older, patched Notification
2016-04-08 18:45:50 -04:00
eric
14829c327a
misc fixes for 1.6
2016-04-08 18:12:10 -04:00
eric
356207bc5d
patch django.conf.urls.defaults
2016-04-07 20:38:53 -04:00
eric
562be5f12d
patch django-notification
2016-04-07 20:37:54 -04:00
eric
f1b29bcf46
There are no references to settings.BASE_URL
2015-08-25 11:07:11 -04:00
Raymond Yee
b10f8296ba
needed to have unicode to handle non-ascii names in Stripe
2015-04-21 08:55:27 -07:00
eric
927d644ffc
noticed potential problem in payment when username is unicode
2015-01-14 18:05:03 -05:00
eric
af3ea58b7b
examined order_by queries, added indices as required
2014-07-31 12:17:42 -04:00
eric
3f4231e091
add script that starts to generate "cost of sold items" records
...
Committing mainly to get it in repo; I am running this from python
notebook; no testing needed
2014-06-16 18:15:50 -04:00
eric
14759ac546
always show learn more to anonymous users
...
logged in users get still get the drop-down
2014-03-30 21:28:32 -04:00
eric
f7fea1874e
wish list was not getting set because of vestigial transaction type check
...
[fix #67399604 ]
2014-03-14 13:04:11 -04:00
Raymond Yee
256c60fbfc
Merge branch 'master' into t4u_download
...
Conflicts:
core/models.py
2014-03-03 11:08:50 -08:00
eric
3986124464
fix two bugs
2014-03-01 17:13:57 -05:00
Raymond Yee
2a55277302
Campaign moved from payment to core
2014-02-28 15:32:50 -08:00
eric
678eb02847
Thanks works with anonymous user
2014-02-20 15:56:10 -05:00
eric
b5fd630bfc
Thanks mostly works.
2014-02-19 22:18:23 -05:00
eric
b3465ea084
search code for dependence on deadline being not null
2014-01-15 17:59:45 -05:00
eric
b331866c38
fix test
2013-12-15 01:26:42 -05:00
eric
82443593ea
make zeros show
2013-12-15 00:46:50 -05:00
eric
40e611bac5
revive the gift/donation credit funtionality, at least for b2u campaigns
...
The reason for doing this is so a library can put in money with one
check, then use it up gradually. (we get to pocket the fees that would
go to stripe) One change here- in b2u there is an extra click to get to
download page, even if no gift credit is involved - this way the user
knows what and how he's bee charged
2013-12-15 00:31:06 -05:00