summaryrefslogtreecommitdiff
path: root/members
AgeCommit message (Collapse)Author
2025-12-18Removed relative urls.Sarah Boyce
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-10-10Apply black to migrationsÜlgen Sarıkavak
2024-12-06Factored in thumbnail logic into a mixinBaptiste Mispelon
2024-11-19[members] Marked all user-facing strings for translationMark Walker
Refs #1648
2024-11-15Updated to Django 5.0.Paolo Melchiorre
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2024-06-09Clarified field visibility in members adminSasha Romijn
Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2023-04-16Add permalinks to the headers in teams pageÇağıl Uluşahin
Prior to this change, we couldn't link sub-headers in the teams page. This change adds permalink urls to each h3 header in the page. So that we can link each team section separately.
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-09-30fix(members/views): Remove 'c' img variant badges from the site (#1215)Sanyam Khurana
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2020-10-15Added page to display corporate member badges.Carlton Gibson
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2018-10-01Reverted "Refs #720 -- Added bio/website fields for DSF members."Tim Graham
This reverts commit c3128f1bc9f37c9d9d8717cb511d00bc5bb9312f as it's unused since 4a3cd803acbc03133cee9b0ca824c5b3d039e9fd.
2018-09-17Fixed Model.thumbnail crash after update to sorl-thumbnail 12.5.0.Tim Graham
2018-06-07Updated URLpatterns to use path().Tim Graham
2018-03-29Switched dev TLD to localhost.Tim Graham
As per https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/.
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2017-06-30Updated corporate member application text to reflect the timetable for a ↵Tim Graham
response.
2017-03-14Allowed <sup> tags in markdownify filter.Tim Graham
2017-02-28Added a management command to send corporate member renewal emails.Tim Graham
2017-02-25Refs #720 -- Added bio/website fields for DSF members.Tim Graham
2017-02-14Allowed creating teams of DSF members. (#738)Tim Graham
This is for things like "ops", "security", etc. so the docs don't have to be updated each time something changes.
2017-02-02Sorted corporate membership list page by membership tier.Tim Graham
2017-01-30Allowed archiving inactive corporate members.Tim Graham
2017-01-13Updated corporate membership dues for 2017.Tim Graham
2016-12-14Refs #710 -- Added a view for corporate membership renewals.Tim Graham
2016-11-10Fixed #719 -- Renamed "developer member" to "individual member".Tobias McNulty
2016-11-08Added missing migration and tox/Travis check for missing migrations. (#714)Tobias McNulty
2016-10-28Replaced django.core.urlresolvers imports with django.urls.Tim Graham
2016-10-27Fixed Pillow deprecation warning about alpha channel being discarded.Tim Graham
2016-07-08Activated DeveloperMemberListView to replace flatpage.Tim Graham
2016-07-06Fixed #638 -- Added Django usage to corporate membership form.Emmanuelle Delescolle
2016-06-04Added dsf-board@ to corporate membership application notification.Tim Graham
2016-03-19Fixed #590 -- Added support for gold/platinum members on fundraising page.Tim Graham
2016-03-12Added an "Is paid" column to corporate member changelist.Tim Graham
2016-01-28Fixed #628 -- Made corporate membership logo required.Tim Graham
2016-01-24Fixed admin's corporate member search.Tim Graham
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2016-01-21Transitioned squashed migrations.Tim Graham
2016-01-21Squashed some migrations.Tim Graham
2016-01-20Updated URLconfs for Django 1.9 deprecations.Tim Graham
2016-01-14Added treasurer@ to corporate member signup notifications.Tim Graham
2016-01-14Added 'donation amount' to the corporate member signup form.Tim Graham
Thanks Trey Hunner and Marc Tamlyn for JavaScript assistance.
2016-01-11Fixed #619 -- Alphabetized corporate members page.Tim Graham
2016-01-11Fixed #617 -- Added CorporateMember.notes field.Tim Graham
2016-01-06Fixed CorporateMember.is_invoiced returning a list instead of bool.Tim Graham
2016-01-06Fixed #606 -- Added expires and invoiced columns to corporate members admin.Tim Graham