<feed xmlns='http://www.w3.org/2005/Atom'>
<title>project/web/donate-static, branch donate</title>
<subtitle>donate.tpo (deprecated)</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/'/>
<entry>
<title>Added fields for t-shirt option labels</title>
<updated>2020-10-09T00:55:40+00:00</updated>
<author>
<name>Peter Haight</name>
<email>peterh@giantrabbit.com</email>
</author>
<published>2020-10-09T00:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=05c7fa51c6dc072c3b682dd7004445b306bbddf2'/>
<id>05c7fa51c6dc072c3b682dd7004445b306bbddf2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added loading dialog after paypal approval before thank you page.</title>
<updated>2020-10-02T22:12:18+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-10-02T22:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=78cfd0edcf31bc0297c0884948cc18e245161267'/>
<id>78cfd0edcf31bc0297c0884948cc18e245161267</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Cryptocurrency page addition to Lektor site.</title>
<updated>2020-09-30T18:44:44+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-30T05:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=ac41e1101afaf4263ed3fe56302b0050b118d865'/>
<id>ac41e1101afaf4263ed3fe56302b0050b118d865</id>
<content type='text'>
Ported from the donate site. Now redirects to
/donate-thank-you page (specified in the donate server)
until /cryptocurrency-thank-you page is built.

Issue #48280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ported from the donate site. Now redirects to
/donate-thank-you page (specified in the donate server)
until /cryptocurrency-thank-you page is built.

Issue #48280
</pre>
</div>
</content>
</entry>
<entry>
<title>Render perk description with no double escaping (donate page).</title>
<updated>2020-09-29T21:18:30+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-29T21:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=bd882a5596de4a09f455a7d625d3801b944e5f2a'/>
<id>bd882a5596de4a09f455a7d625d3801b944e5f2a</id>
<content type='text'>
Apparently passing a text with escaped character will
be automatically escaped again by react.
https://shripadk.github.io/react/docs/jsx-gotchas.html

Issue #48617
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently passing a text with escaped character will
be automatically escaped again by react.
https://shripadk.github.io/react/docs/jsx-gotchas.html

Issue #48617
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate the credit card if payment is cc on donate page.</title>
<updated>2020-09-29T17:30:39+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-29T17:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=83bd1e56d2e9834e6a2d42a1bea6a8252027022f'/>
<id>83bd1e56d2e9834e6a2d42a1bea6a8252027022f</id>
<content type='text'>
Check the stripe errors only if the payment method is credit
card on submit.

Issue #47847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check the stripe errors only if the payment method is credit
card on submit.

Issue #47847
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the Javascript outside the div.</title>
<updated>2020-09-29T17:14:45+00:00</updated>
<author>
<name>Peter Haight</name>
<email>peterh@giantrabbit.com</email>
</author>
<published>2020-09-29T17:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=fa167aa5eff7635e130e69b8ba96c8236a381cb8'/>
<id>fa167aa5eff7635e130e69b8ba96c8236a381cb8</id>
<content type='text'>
Trying to keep the Javascript separate from the HTML.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trying to keep the Javascript separate from the HTML.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the credit card error not confusing.</title>
<updated>2020-09-29T07:24:11+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-29T07:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=456919076cfb323120d736ad76af6890f1e0f58a'/>
<id>456919076cfb323120d736ad76af6890f1e0f58a</id>
<content type='text'>
Credit card errors now appear at the same time as
the other errors, which is during form submission.

Issue #47847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit card errors now appear at the same time as
the other errors, which is during form submission.

Issue #47847
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange the donate-form.html</title>
<updated>2020-09-29T00:28:28+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-29T00:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=1ee7488ef2064a82967449f90a4aa0b43beb5b34'/>
<id>1ee7488ef2064a82967449f90a4aa0b43beb5b34</id>
<content type='text'>
For html and js clarity as per code review.

Issue #48613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For html and js clarity as per code review.

Issue #48613
</pre>
</div>
</content>
</entry>
<entry>
<title>Not render counter on the html on donate page if counter is not checked.</title>
<updated>2020-09-25T04:07:36+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-25T04:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=ce9a63c5326b75882b6645849db44b570eb5775a'/>
<id>ce9a63c5326b75882b6645849db44b570eb5775a</id>
<content type='text'>
As per code review.

Issue #48277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per code review.

Issue #48277
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the styling for shoveling coal message on donate page.</title>
<updated>2020-09-24T06:09:10+00:00</updated>
<author>
<name>skirtiadi</name>
<email>skirtiadi@giantrabbit.com</email>
</author>
<published>2020-09-24T06:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/project/web/donate-static.git/commit/?id=fc2059cddac90ab72ec5861a1f182d24ee20aabd'/>
<id>fc2059cddac90ab72ec5861a1f182d24ee20aabd</id>
<content type='text'>
This styling is for the overlay on the donate page while waiting
for the payment processor.

Issue #48515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This styling is for the overlay on the donate page while waiting
for the payment processor.

Issue #48515
</pre>
</div>
</content>
</entry>
</feed>
