datatracker/ietf/group
Jennifer Richards c8dcda0fae
refactor: Do not use canonical_name() for charters (#5818)
* fix: Enforce naming of charter docs in submit()

* style: Reformat submit() with Black

* refactor: Remove redundant check of charter name

* style: Reformat charter_with_milestones_txt with Black

* refactor: Drop canonical_name, use Path in charter_with_milestones_txt

* style: Reformat review_announcement_text() with Black

* style: Reformat action_announcement_text() with Black

* refactor: Change uses of charter.canonical_name() to charter.name

* refactor: Skip docialias when retrieving charter

* refactor: Change canonical_name() to name in utils_charter.py

* refactor: Use Path in read_charter_text()

* refactor: Drop canonical_name, minor refactor of tests_charter.py

* refactor: charter.name instead of canonical_name in milestones.py

* refactor: charter.name instead of canonical_name in tests_info.py

* refactor: Remove unused functions in ietf/secr/utils/groups.py

* refactor: charter.canonical_name -> charter.name in templates

* refactor: Remove charter handling from canonical_name

Temporarily raise an exception for testing

* refactor: Refactor get_charter_text() without canonical_name

* refactor: Remove raise when canonical_name called on a charter

* fix: Add back missing ".txt" extension

* test: Test rejection of invalid charter names
2023-06-14 08:32:21 -05:00
..
management fix: restore generation of rswg/rsab chair aliases (#5121) 2023-02-09 16:57:42 -06:00
migrations refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
templatetags fix: Return NomComs, not Groups, from active_nomcoms filter (#5726) 2023-05-31 15:05:59 -05:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py refactor: Use gettext instead of deprecated ugettext 2023-05-12 18:37:01 -03:00
factories.py test: Set DateField to a date, not a datetime, in factory (#5075) 2023-02-02 13:06:45 -06:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py fix: remove unused imports 2022-09-28 17:45:11 -03:00
mails.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
milestones.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
models.py chore: Use codespell to fix typos in code. (#4797) 2022-12-07 15:10:35 -06:00
resources.py feat: point to Zulip chat rather than jabber. (#4218) 2022-07-15 13:48:54 -05:00
tests.py fix: point menu item for editoral stream to rswg documents (#5206) 2023-02-27 08:40:43 -06:00
tests_info.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
tests_js.py chore: Replace unmaintained bootstrap-datepicker with vanillajs-datepicker (#5259) 2023-03-09 10:12:26 -06:00
tests_review.py feat: Can we provide a better review assignment email subject. #3760 (#5415) 2023-05-17 12:23:20 -05:00
urls.py refactor: import from django.urls instead of django.conf.urls 2023-05-12 20:29:11 -03:00
utils.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
views.py Merge pull request #5795 from rjsparks/markdowncharters 2023-06-13 12:22:51 -05:00