From df66fef0fcdd229a8aba002a11cf0122bddb433c Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 13 Mar 2017 13:04:29 +1100 Subject: [PATCH 1/2] update todos --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5411c9b..a709082 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,6 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). Visit `/admin/plugins` and configure. -## TODO - -* Add a plugin outlet for custom user fields. -* Some tests -* Handle fails from stripe -* Add currency and postcode to settings - ## Testing * To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. @@ -31,3 +24,8 @@ Visit `/admin/plugins` and configure. * [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules. * If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes. * [This fix](https://github.com/discourse/discourse/pull/4738) renders the extra nav items consistently. + +## TODO + +* Add a plugin outlet for custom user fields. +* Handle fails from stripe From 683f313533dce377646421ce8dbbf85c5c7c95c5 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 13 Mar 2017 15:07:51 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a709082..b90d15c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). Visit `/admin/plugins` and configure. +## Customisations + +Visit `/admin/customize/site_texts` and search for 'discourse_donations'. You'll find a few entries you can customise for your site. + ## Testing * To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. @@ -21,9 +25,7 @@ Visit `/admin/plugins` and configure. **Note:** -* [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules. * If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes. -* [This fix](https://github.com/discourse/discourse/pull/4738) renders the extra nav items consistently. ## TODO