Mel
Mel
ATN (well Cloudflare in this case) will display a 502 Bad Gateway with the host failing. This is probably caused by requests taking too long, and a refresh tends to...
Resolves https://github.com/thunderbird/thunderbird-notes/issues/25 and also my issues with https://github.com/thunderbird/thunderbird-notes/issues/26 (I used thunderbird-website's versions) This enables some additional features on thunderbird-website's redesign. If approved it should be merged after the 16th, as...
Initial work of Python 3.7 upgrade. We're still running on django 1.11 as it supports Python 2.7, and 3.7. I tried to ensure tests will run on both 2.7 and...
Need to eventually upgrade elasticsearch from 5 to 7. Upstream patches: * https://github.com/mozilla/addons-server/pull/14206/files * https://github.com/mozilla/addons-server/pull/19126/files
Fixes #280 This adds two additional checks to our manifest.json parser. 1. If a manifest.json has `manifest_version: 3`, require that `strict_min_version` exists and is greater than or equal to `128.0b1`....
### What happened? Hello! While requesting API keys I've seem to have put my account in a state where it just breaks edit profile. TheOne on slack requested me to...
Right now we have some pages that have proper spacing on top/bottom and most without. This is probably due to how I designed the container classes, and unevenly sprinkled them...
Removing a bunch of hacks I left in, and making it so `btn` gives us a standard button that can be used anywhere. I need to clean it up some...
The existing button styling is a small mess due to me not wanting to refactor the download button. We should stick with a `btn` class that applies button styling to...
We should potentially show beta release note on the new website. I don't think we did on the previous site but it's possible the latest notes were linked on the...