datatracker/ietf/doc
Robert Sparks f8113cb862
fix: close open things (#5593)
* fix: close open things

* fix: clean up test created files

* fix: remove one close too many
2023-05-10 11:19:34 -05:00
..
management refactor: Remove secr proceedings (#5256) 2023-03-10 15:33:01 -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 refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in [19921] from rjsparks@nostrum.com: 2022-02-14 18:16:40 +00:00
expire.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
factories.py fix: restore generation of rswg/rsab chair aliases (#5121) 2023-02-09 16:57:42 -06:00
feeds.py fix: record and interpret RFC pub dates in correct timezone (#4421) 2022-09-08 14:51:19 -03:00
fields.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
forms.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
lastcall.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
mails.py feat: Prefill the abstract, shepherd and AD info into a ballot writeup (#5218) 2023-02-27 12:19:39 -06:00
models.py refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
redirect_drafts_urls.py Use the id-archive wherever we had been using the id-repository. Fixes #3080. Commit ready for merge. 2020-10-02 14:13:17 +00:00
redirect_idtracker_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
resources.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py fix: allow ISE to initiate conflict review (#5570) 2023-05-03 14:04:09 -05:00
tests_ballot.py fix(doc): Replace iconography for position's email status with text label (#5421) 2023-03-27 13:58:51 +09:00
tests_bofreq.py fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
tests_charter.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
tests_conflict_review.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
tests_downref.py fix: test on postgres. POST and check intended pks. (#4949) 2023-01-10 10:28:43 -06:00
tests_draft.py Merge remote-tracking branch 'origin/main' into feat/postgres 2023-01-31 16:57:03 -06:00
tests_irsg_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_js.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
tests_material.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_review.py fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
tests_rsab_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_status_change.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
tests_utils.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
urls.py fix: Move rfcdiff-latest-json API call from /doc to /api (#5155) 2023-02-17 10:39:47 -06:00
urls_bofreq.py Added Additional Resources. Simplified the bofreq urls file. 2021-07-07 22:28:05 +00:00
urls_charter.py Added a new document tab for some documents, showing htmlized drafts and RFCs 2017-03-20 14:08:52 +00:00
urls_conflict_review.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
urls_material.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_review.py Merged in [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +00:00
urls_status_change.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
utils.py feat: add target to bibxml-ids (#5148) 2023-02-15 11:37:56 -06:00
utils_bofreq.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
utils_charter.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
utils_search.py fix: Restore correct operation of column sort headers. (#5253) 2023-03-01 10:45:25 -06:00
views_ballot.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
views_bofreq.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
views_charter.py chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
views_conflict_review.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
views_doc.py fix: allow ISE to initiate conflict review (#5570) 2023-05-03 14:04:09 -05:00
views_downref.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views_draft.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
views_help.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
views_material.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
views_review.py fix: Do not add user to the top of queue after reject (fixes #4505) (#5427) 2023-03-30 08:34:08 +09:00
views_search.py Merge remote-tracking branch 'ietf-tools/main' into feat/postgres 2023-03-29 10:41:47 +09:00
views_stats.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
views_status_change.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00