Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/pythondotorg

Source code for python.org
https://github.com/python/pythondotorg

Sponsorship application tweaks (#1730)

* sponsorship: add twitter handle to Sponsor model and application form

* sponsorship: Update...

6d02143a2863c759864d9d11becb029dcaee8cb1 authored almost 4 years ago
add a new box for sponsors on the downloads page

672210412513ab209595dbbd4e9798d947d1552d authored almost 4 years ago
Enable to rollback sponsorship applications to editing (#1711)

* Enable rollback sponsorship to edit

* Admin view to rollback to edit

* Add button in spo...

2f5d5019ad89533cf863bd906515e35a21fa4bd1 authored about 4 years ago
Enable admin users to edit benefits from sponsorship application via django admin (#1710)

* New admin form to manage sponsorship's benefits

* Can only edit benefits if sponsorship was...

be0e8b73a10908233d5ff542c46df3ab747cf3a3 authored about 4 years ago
allow larger uploads

b11109212fd99610011b9eef18d2c9fb31422af8 authored about 4 years ago
Sponsorship review ux (#1684)

* Separate package benefits in application form

* Flag sponsors benefits added by user

* S...

4821ea243cb34b0b585c593cffc2b5263352e701 authored about 4 years ago
successstories: rely on www in Site object for admin_url

a3591559940352d059caf92a8d46f8d8a9566e14 authored about 4 years ago
Fix broken link in documentation (#1698)

The closing </a> was misplaced.

1e83efa32f7306fc86a25e4b921751d2399fc0e5 authored about 4 years ago
Relate sponsorship benefits with legal clauses (#1695)

72b6b8b6b0f6d91735f9547ad059bacc640cd090 authored about 4 years ago
Remove TODO notes in sponsors app (#1692)

* Refactor unit test by centralizing data dict in set up

* Only proceed to sponsor info form ...

30a94fc9fa42ab5daffe630445896d2745580cb8 authored about 4 years ago
remove use of arrow functions for yuglify

af59bc03f63cdea16b0f2bd98aae2dcec713c4c1 authored about 4 years ago
Better control of sponsor package's price display after customization (#1690)

* Refactor js by introducing a object to hold access to HTML elemnts

* Refactor references to...

8952b644b531aa44c4fbfa36fbccd86b07579a3f authored about 4 years ago
fully handle css for active/package_only labels (#1689)

handle the css class on the same tag to avoid conflicts

1911074a957f6927c2ac6ecf7e4b4bc6ff9e41e0 authored about 4 years ago
hotfix for css issue introduced in #1687 (#1688)

5d082f206ad4742630159ef7ac93f005651e4e81 authored about 4 years ago
Sponsorship benefits ux fixes (#1687)

* Install jqueryui

* Quickly displays elements titles

* Update to all areas that states 'p...

9fba4d2ff4208b7280fb8ff6712da5026093a6f6 authored about 4 years ago
remove access guards on new sponsorship application (#1685)

3abcbe8793c591dc501f2b6032dde5bcd88405d7 authored about 4 years ago
Sponsorship (maybe) final UX bugfixes (#1682)

* Separate package benefits in application form

* Flag sponsors benefits added by user

* S...

f93f52ea7e9cd8f875c612f68d7af4041b20946d authored about 4 years ago
Sponsorship feedback fixes (#1681)

* fix typo

* update sponsorship notification from email and make configurable.

* add a "if...

21853dfaf7f7c74de38af8c794685541ae39a9d4 authored about 4 years ago
add missing template update

bf0bd1feafb814f77734accb4eabbc49be5feb2a authored about 4 years ago
Send email notifications once a sponsorship application is submited (#1679)

* Refactor to isolate business logic from view

I'm used to create use cases to implement busi...

e56b2e0c7ad8353f364a01bca4196039c66ea0d8 authored about 4 years ago
Change parameters order to avoid YUI Compressor bug (#1680)

The previous code lead to an invalid value for the left property:

`left: calc(-50vw+50%);`

...

c5f0671584be1d6df315ebcd9bb99c1a7bd0a35c authored about 4 years ago
Address feedback from initial review of application flow (#1678)

* disable "New" display, since everything is new this year

* only display the at capacity ind...

515c33377ceabf1528c2228ce23f15b1828cf370 authored about 4 years ago
no template literals in yuicompressor land :/ (#1676)

bcbe08373f8f84feb94fd7bbacd5b1dfd0d8365f authored about 4 years ago
add sponsors/applicationForm.js to pipeline for cachebusting (#1675)

db76491beab83069dc66e25c5c4a7db0c7fbbfcb authored about 4 years ago
Update CSS to fit 4 sponsorship programs (#1673)

1f357d70f36b4510f973a63fae84352f9ab6c94d authored about 4 years ago
Check package only benefits as well (#1670)

A package only benefit's checkbox is rendered in the HTML with the
disabled attribute. Because ...

bc3d891800aa5091fe75556e63806125b7f90ea4 authored about 4 years ago
User workflow for sponsorship applications (#1667)

* Initial sponsor application modeling

* Form to create a new sponsor application

* Simple...

e4a3d888ccb8979b71ce80eb5749a155d11019ec authored about 4 years ago
Implement new sponsorship system - Frontend (#1662)

* apply black formatting to sponsors application

* initial modeling for sponsorships revamp
...

e32831ec88219f66229485dc89c57d9f87584bd8 authored about 4 years ago
Update Windows download popup and list for 3.9. (#1611) (#1655)

802aa1e9c7499fd178bad75b7768760ef4c0b049 authored over 4 years ago
Move "Active Python Releases" into a box (#1657)

That way we don't have to redeploy the website every time we release a new
point version of Pyt...

c28c19a427872477b560215ca3c76e38ac5ffa58 authored over 4 years ago
Add link to Python glossary page at /doc/ (#1650)

Fixes #1620

0f07e9daf14e9f45853b61b7e9724c3741870762 authored over 4 years ago
Update Release Status of Python 3.5 on downloads page (#1648)

d9911608132bc5eb3963d9793afd49075b2dc3e3 authored over 4 years ago
Ignore __pycache__ and sqlite3 database (#1647)

c199ae139470b333e829b337c3409eda3c5841c8 authored over 4 years ago
Remove story's creation time from the successstories template.

The creation time is the time the story was imported to Django,
but it was not the time the stor...

65cb6aa6e9f2e2f87195e1997cfe74d32701c0be authored over 4 years ago
switch to github flavored markdown for CMS pages (#1613)

e60fba59aa949838808fd6f28f5e146c77d550f0 authored over 4 years ago
Move Python 3.7 to *security* mode on downloads page (#1607)

0756588952f67be4742b4dd7dba5c4e5c042e6f5 authored over 4 years ago
Update https://pypi.python.org -> https://pypi.org (#1594)

Fixes #1593

159115e72a5bdfe039cec89feafeb08175cb7c41 authored over 4 years ago
Fix nomination detail styles (#1598)

Make this the same as the styles when viewing submitted nominations.

daab61ab108e35c8a3ba996c62dc19c91ebf943e authored over 4 years ago
Finalize #1530 (#1597)

faa4ea662c8522ebffe9efb0b8f7e4d4499d4bd6 authored over 4 years ago
Removing Python 2.x CTAs from /doc/ (#1530)

d4731af8258ddeb6409cb632d0aa483a0f7822b8 authored over 4 years ago
Fix nomination visibility bug again (#1595)

Sometimes self.nominee can be null

0894f68ecf05722ce0f359c694a22da55b81b92f authored over 4 years ago
Update nomination page titles (#1589)

7f4da4d771dcfa68721398e22df7daab0add7acd authored over 4 years ago
Fix Nomination visibility bug (#1588)

self.nominee is a Nominee, not a User

ba881e58319fc10819f64a1f4f1af38a232bd644 authored over 4 years ago
Fix item_pubdate (#1586)

This requires a datetime.datetime, not a datetime.date

d906512932d1c3fa75dfee63000d4c5b183507a4 authored over 4 years ago
Add pubDate to minutes RSS feed (#1585)

0d2292054192ef8d0dcb3eba915aa9073621a07f authored over 4 years ago
validate user has first/last name in user profile when self nominating

f8b3e8bf9ddbc9db4f043e0bfeb29fa8c46ca1bf authored over 4 years ago
change 2.7 status to end-of-life, remove in a few months? (#1577)

d3247b92c563a20ce5941ece463cf4e313290e3b authored almost 5 years ago
attempt to fix asset compilation

ref: https://code.djangoproject.com/ticket/21080#comment:14

54e6ae4eed77ac1397f526f0282b914b3316a04e authored almost 5 years ago
attempt to fix failure to build assets on heroku

ref: https://code.djangoproject.com/ticket/21080#comment:12

85c5231a6cb44883c0e7f4987a9381822c804506 authored almost 5 years ago
Add Active Python Releases to Downloads Page (#1569)

Closes #1302

7e45c5dbf61d3474c1fff60c7132a3430445a79f authored almost 5 years ago
Change header donate button link (#1572)

3540b9577d5d7b1cb8b45c5045eaca8dc7b661db authored almost 5 years ago
Fix update flask link

6902c19434763603f405061c31fb660454b1dbcd authored almost 5 years ago
upgrade django-allauth to mitigate cve-2019-19844 vuln (#1544)

facdb2434785bdea7c7801069527bbeabc42e366 authored about 5 years ago
redirect /news/ to /blogs/ as a 302

d4d24c782b2770d4213b495352ea462213e045fa authored about 5 years ago
Update job_was_approved.txt

41f8e9d019bfb8c4cad670877dc4f5475607cf03 authored about 5 years ago
Jobs: Make URL field required, per @bwaliszewski (#1525)

* Jobs: Make URL field required, per @bwaliszewski

* Jobs: add required parameter to test for...

fd0a4d074216b0aee97b023378312cf8021f68de authored about 5 years ago
clarify Contact Email on jobs submission form (#1508)

* clarify Contact Email on jobs submission form

Associates submissions with a user for contac...

cfbc67d3a052aaae24703623e9738abb46778281 authored over 5 years ago
add redirect for psf code of conduct

62208675b957e52d80897b7a996e78368613050b authored over 5 years ago
allow users to login with username or email address (#1510)

we commonly get confusion as people either forget their username or do not realize that they hav...

4bea7f8a66db679eaf925fc213adc2c90dabc914 authored over 5 years ago
add configurable global Surrogate-Key header (#1506)

This will allow us to safely purge Django pages from the CDN without causing
expensive large fi...

43430a53823e78aebf0c441eb8e84224b199b25e authored over 5 years ago
use raw_id_fields for users.Membrerships in admin

d04c7a2afaf6af9fc0451b281f6bb560c6d04b6b authored over 5 years ago
remove Alarm inline from Event Admin

unused and causing performance issues loading page

8f113cfbe07f86c0acf4ad871059f269bc06d433 authored over 5 years ago
Use get_absolute_url for nominations models.

144982033fba309142e019441a466bd725b8181e authored over 5 years ago
Purge nominations pages when saving a nomination.

Fix #1444.

b240ba9f1ae7ba505e6f586196254f9ae3eeba6e authored over 5 years ago
Fixed typos

75cd5cc9c2ca85d4239bebbe0c8d42efa15be492 authored over 5 years ago
Fix typo in cms/models.py (#1458)

f6f1ed2c320e11abad67e3be0cf4da7d2f40961e authored over 5 years ago
revert #1447, and specifically target python-navigation class site tree when adding About Python supernav

6730e9827b32b25a88ebec8ed2674a4730826149 authored over 5 years ago
Remove About supernav (#1447)

b682dbd1a019e00af95e4d13bce5bffc973aecc9 authored over 5 years ago
Revert "Add link to Microsoft Store application"

This reverts commit dd6e2cedb35573b52faa48e630d53ff6d44846dc.

a31b422576e5572a07994eac9ca5bc7ed5b56bc1 authored over 5 years ago
Avoid deprecated message of the use of `apt`

When the commando vagrant provision run, currently a deprecated
message is printed for `ìnstall ...

1342a54b9315e97a0c298b90e4e7124bddb308c9 authored over 5 years ago
Elections updates (#1436)

* blackify nominations app

* nominiations: display times in UTC, add a description field

84b9f27b0113c55ccf6c868cc8b521f3016d1411 authored over 5 years ago
Check return value of get_artifact_tarball()

Fixes PYDOTORG-STAGING-68

96e79fcfaa9df4493cfb6d3c929854ba6cece853 authored almost 6 years ago
Support local file paths as a value of PEP_ARTIFACT_URL (#1428)

f17ceb83435049057590bc6588cebccb545eb6cd authored almost 6 years ago
Cleanup blogs app (#1336)

* Add initial_data() factory
* Fix DoesNotExist when there is no Feed in update_blog_supernav()...

f1747e7d704987d7ca7f9f29112a97f0a66a67f4 authored almost 6 years ago
implement naive self-service banners for python.org (#1413)

* implement naive self-service banners for python.org

* make better help_texts for banners dj...

cdb0b8b828e5bfc0dc5e7883804c6ccaa746fc55 authored almost 6 years ago
Fix test discovery of PEPManagementCommandTests (#1414)

cf5c53c1f1ab31815eacb8b4e4841efc54d90493 authored almost 6 years ago
Cleanup code style and delete superfluous comments (#1422)

b4dc0374931776a0b2f1ec84c1c0d3eee420cc22 authored almost 6 years ago
Replace calls to admin.site.register() with @admin.register() (#1424)

1f69818911804b3bc0dacff544ee56ca0c7a84b6 authored almost 6 years ago
Remove PageAdminImageFileWidget

68d3c1f454a04c40286e608c65fa0694129e54b6 authored almost 6 years ago
Add downloads factories (#1317)

This commit recreates the downloads section by importing data from
the python.org API.

f57a5853b454c2dc9d4aaa15e1445ffe0085ac33 authored almost 6 years ago
Always create a new venv when provisioning

b815845c53638eb99725953a90a3d335dbbffd5e authored almost 6 years ago
fix: successstories formatting

2eee8b3133e08a5cd4d446d11ad13861023ef7ac authored almost 6 years ago
successstories: improve formatting for byline

121caf4fe3f1aba39873229d85acb8aa26a2d96c authored almost 6 years ago
Add last updated date to downloads supernav template

c8668406c537665dfca8f2e20c630beae942c29e authored almost 6 years ago
Refactor signal handlers in downloads/models.py

4bf3b75537a4eca2b5cdbb2d356fbecaea4e9b1b authored almost 6 years ago
Update sitetree fixture from production

8683cdd21b335d85fd5d788fc6b724ef57ebed21 authored almost 6 years ago
Improve installation directions (#1410)

Mention 'vagrant up' and activating virtual environment in
the 'next time' section.

e952408b4d1bbfae98cd6c62813f9103808b82b9 authored almost 6 years ago
Add link to micro:bit mailing list archive (#1409)

0f899c3b26483a9ebfc03436a7f956aab9e5c556 authored almost 6 years ago
Remove redundant get_json() call

c1682c634368873f0bb135fbfc0b62b39f9218e9 authored almost 6 years ago
Add link to Microsoft Store application

Closes #1370

dd6e2cedb35573b52faa48e630d53ff6d44846dc authored almost 6 years ago
Expose is_latest field in download release APIs

5ad3ebf26ff09848557d85587afdf223d57ce20c authored almost 6 years ago
Don't use deprecated aliases in apt module (#1404)

710b4bbab30d429ce0177cbed8e300acfd7ec3e0 authored almost 6 years ago
Use blog.title instead of blog.summary

This also makes it consistent with /blogs/.

Fixes #1403

f27baa2987a43d24b9c70d5a3d0fd010fa6d856d authored almost 6 years ago
Remove link to Google+ and its icon

Closes #1407

db54a68675a55c7dd6c97e15361011e7c3817c0a authored almost 6 years ago
create a PSF template without left-sidebar

63ee037260986f71504feb9178aad44f997630ed authored almost 6 years ago
Fix sitetree fixture

Fixes #1331

34119ad27e29f785918bcbfb9422c510502d2125 authored almost 6 years ago
Tweak installation docs and playbook a bit

- Require Ansble 2.0+
- Python 3 is installed by default in 18.04
- Make installation docs a bit...

e12cdbf9cfa6caead9f4f2535dd9a09f0d30442a authored almost 6 years ago
Upgrade Django to 2.0.13

I should have never trusted GitHub and check release notes myself.

25369626ea3c76d6c3722ad675bb363f8d30b360 authored almost 6 years ago
Upgrade Django to 2.0.10

209c46726ad434db3d253f6dd05ac5ef35a74e18 authored almost 6 years ago
nginx: no port in redirect

4fe8e65c805b02416ca94ced031f64f7253f03a5 authored almost 6 years ago