Rimian Perkins
11b2917254
eslint
2019-09-11 22:17:07 +10:00
Rimian Perkins
381315f9f3
add settings
2019-09-11 22:06:01 +10:00
Rimian Perkins
df1d5a3181
the form submits but an ajax error happens
2019-09-11 21:52:04 +10:00
Rimian Perkins
5cddda6703
add controllers
2019-09-11 21:09:34 +10:00
Rimian Perkins
a9434f5723
load in components
2019-09-11 20:37:23 +10:00
Rimian Perkins
ee2be672f7
initial components
2019-09-11 20:19:50 +10:00
Rimian Perkins
683c36e5d1
rm redundant index template
2019-09-11 17:44:26 +10:00
Rimian Perkins
a5dbe4f9bd
Show route
2019-09-11 17:38:55 +10:00
Rimian Perkins
ac267fabaf
basic route and template
2019-09-11 17:13:12 +10:00
Rimian Perkins
78914e0511
Add new plugin files.
...
This gets the plugin running again without name collisions. A solid starting point
2019-09-11 13:19:07 +10:00
Rimian Perkins
d2f85f1a97
Merge branch 'master' into upgrade-stripe-gem
2019-08-28 19:54:07 +10:00
Rimian Perkins
05da88009d
whoops add invoice list back
2019-08-28 19:53:29 +10:00
Rimian Perkins
6d1c4dd28c
deprecations and documentation
2019-08-28 19:02:56 +10:00
Rimian Perkins
32f883a7ad
pretty code
2019-08-28 18:36:19 +10:00
Rimian Perkins
e891eb1517
fix eslint, bump patch
2019-08-28 18:27:45 +10:00
Rimian Perkins
9b2ca50671
fix deprecations
2019-08-28 18:24:55 +10:00
Rimian Perkins
e539c34653
apply the css colour to the card
2019-08-28 18:10:54 +10:00
Rimian Perkins
8d8e9f9ad1
abstract out the stripe component for easy future testing
2019-08-28 14:59:45 +10:00
Rimian Perkins
f1de907c32
add the basic form
2019-08-27 22:05:30 +10:00
Rimian Perkins
0cb3a9acde
format with prettier
2019-08-27 20:37:20 +10:00
Rimian Perkins
675c3d27ba
appease eslint
2019-08-27 20:18:02 +10:00
Rimian Perkins
f49c0c89a3
empty form component
2019-08-27 19:56:55 +10:00
Rimian Perkins
abaf101173
initial spec for donation-row component
2019-08-26 17:34:40 +10:00
Rimian Perkins
d0bdfab44b
fix the test runner
2019-08-26 16:01:57 +10:00
Angus McLeod
06b775c8c1
add equal to
2019-04-09 09:04:24 +10:00
Angus McLeod
44410fa375
add cause release fields
2019-04-03 12:32:24 +11:00
Angus McLeod
b98e603e59
Add proper user path
2018-09-30 11:51:20 +10:00
Angus McLeod
a353eed1c3
small fixes
2018-09-30 11:23:05 +10:00
Angus McLeod
02e3438a9c
only add metadata element if there is metadata
2018-09-29 10:12:48 +10:00
Angus McLeod
e1eb585974
Add additional settings and customizations
2018-09-28 17:33:27 +10:00
Angus McLeod
ae793ad247
Add setting for monthly total and other minor improvements
2018-09-24 10:17:53 +10:00
Angus McLeod
a3636a5038
if not a category route remove body class
2018-09-23 09:08:39 +10:00
Angus McLeod
c4c96046cd
only show github and meta links if they exist
2018-09-23 08:44:50 +10:00
Angus McLeod
b8cf45aa7f
ensure widget is hidden on non-category paths
2018-09-23 08:36:28 +10:00
Angus McLeod
b4fd0287ed
Add meta link
2018-09-22 17:48:38 +10:00
Angus McLeod
d58c04a592
only show cause UI in cause categories
2018-09-22 17:09:06 +10:00
Angus McLeod
45ece34200
Add donations causes
2018-09-22 14:03:30 +10:00
Angus McLeod
d686ece85b
Redirect to root from '/donate' if the plugin is disabled
2018-07-02 10:30:38 +10:00
Angus McLeod
0260197e9e
various
2018-06-28 13:46:02 +10:00
Angus McLeod
1b1eb215e4
various
2018-06-28 09:32:58 +10:00
Angus McLeod
fd0b53c67c
Properly validate email
2018-06-25 18:37:55 +10:00
Angus McLeod
8453d5cc03
various
2018-06-25 18:14:50 +10:00
Angus McLeod
90f5083fb6
Small fixes
2018-06-22 11:55:16 +10:00
Angus McLeod
d55d149d7d
Add recurring donations
2018-06-21 19:00:43 +10:00
Angus McLeod
446cc75cbc
Make donation amounts a customisable setting
2018-02-02 19:49:58 +08:00
Angus McLeod
e307a75a3b
Merge branch 'master' into transaction_fee
2018-02-02 17:47:53 +08:00
Angus McLeod
e8e558c3e2
Add ability to allow donor to include stripe transaction fee in their donation
2018-02-02 17:43:54 +08:00
Chris Beach
9ec48bc6b1
Merge pull request #8 from chrisbeach/associate_stripe_customer_id_with_users
...
Save and reuse stripe customer id when user is present
2018-02-02 08:27:56 +00:00
Angus McLeod
f46d3394cb
BUGFIX: default amount should be 1
...
This seems to have been broken for a little while.
The bug was that if you just left the donation combo-box as is (i.e. at
‘1.00’), entered your card details and clicked ‘donate’ you would get
an error, because the default ``amount`` property was null rather than
0.
2018-02-02 16:19:21 +08:00
Angus McLeod
ccf7f1b73b
Save and reuse stripe customer id when user is present
2018-02-02 16:06:43 +08:00