- 09 Oct, 2020 1 commit
-
-
peterh-gr authored
They want to be able to change the t-shirts. A lot of the t-shirt stuff is sort of hard-coded, but we can change the lables pretty easily as long as it's undrstood that the names don't get changed on the back end.
-
- 02 Oct, 2020 1 commit
-
-
Stephanie Kirtiadi authored
Before redirecting to thank you page, we have a loading modal after successful paypal payment on the initial donate.torproject.org non-react landing page. We want to also include that. Issue #48515
-
- 29 Sep, 2020 2 commits
-
-
peterh-gr authored
Trying to keep the Javascript separate from the HTML.
-
Stephanie Kirtiadi authored
For html and js clarity as per code review. Issue #48613
-
- 25 Sep, 2020 1 commit
-
-
Stephanie Kirtiadi authored
As per code review. Issue #48277
-
- 18 Sep, 2020 1 commit
-
-
Stephanie Kirtiadi authored
Images for options follow the tshirt pack images for now because there is only 1 option for T-Shirt pack. Addition of options need code change in the future. Issue #48273
-
- 17 Sep, 2020 1 commit
-
-
Stephanie Kirtiadi authored
Part of the porting of donation site to the main Tor site. This counter will need to request to the donate server and if the field is checked, the counter will show up on the donate page. Issue #48277
-
- 16 Sep, 2020 2 commits
-
-
peterh-gr authored
Added 'Accept: application/json' to the fetch headers which causes Slim to return errors as JSON so we can output the errors nicely. Added --no-hmr to the parcel watch because it's not working and I don't want to spend time to figure it out right now. Moved all the Javascript in donate-form out of the div that gets used for the React component because that gets entirely replaced by the React component which has been working, but I think it's weird and for debugging its nicer if you can see the original Javascript in the DOM in the browser.
-
peterh-gr authored
We want to be able to redirect to a different thank you page for some donate pages. It will default to /donate-thank-you, but otherwise you can put in any full URL. Issue #48274
-
- 11 Sep, 2020 1 commit
-
-
Stephanie Kirtiadi authored
Issue #48273
-
- 09 Sep, 2020 8 commits
-
-
Now Lektor users can change the values on the buttons from the GUI Issue #48272
-
Issue #45540
-
Issue #45530
-
The lektor donate pages should request to the donate site urls to process payment and get captcha image. In Progress. Issue #45530
-
In preparation to bring donate site to the main Tor lektor site. Doesn't include styling and payment processing. Issue #45541
-
We want to be able to create some different donate forms with different settings on different pages. This is the bare bones of that with just one field called frequency that decides whether it's a monthly form, a single form, or both. It still needs to be hooked up to the React component in order to work. Issue #45066
-
peterh-gr authored
We want to use test keys for Paypal and Stripe when in dev or staging environments, so I set things up to work based on the LEKTOR_ENV environment variable. I wanted to make the environment variable optional for dev environments, but I'm using the lektor-envvars plugin and it throws an error if the environment variable doesn't exist. Issue #45066
-