Jennifer Richards
131cdf9943
fix: drop duplicate alias/email Person records from profile view ( #4734 )
...
* fix: drop duplicate alias/email Person records from profile view
* test: test de-duplication of Person records
2022-11-08 17:48:17 +00:00
Robert Sparks
86191c4a38
chore: Update dependencies ( #4715 ) ( #4733 )
...
* chore: Update dependencies
* Update more
Co-authored-by: Lars Eggert <lars@eggert.org>
2022-11-08 16:24:59 +00:00
Russ Housley
612f33e014
fix: Don't send I-D expiration warning if it will happen within 12 hours. ( #4700 )
...
* fix: 4635
* fix: use timezone.now rather than datetime.datetime.now
* chore: fix merge error
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-11-08 16:06:42 +00:00
Jennifer Richards
d7e3bddeb4
feat: include command name in output when purging api key events ( #4724 )
2022-11-08 15:54:00 +00:00
Nicolas Giard
100a0534cb
fix: agenda mobile dropdown links + footer padding + tz start/end date
2022-11-08 15:53:08 +00:00
Robert Sparks
5b65f255c6
feat: make the application tzaware
2022-11-07 16:36:26 +00:00
Robert Sparks
62bee25199
Merge branch 'main' into feat/tzaware
2022-11-07 15:05:06 +00:00
Jennifer Richards
5a55ec0959
test: fix date-related timezone errors in tests ( #4717 )
...
* test: compare UTC dates in test_search_mail_archive()
* test: compare datetimes, not dates, in action holders test
* test: adjust test to match TZ used for IPR notification message
* test: fix timezone in date_today() calls for liaisons tests
* test: use settings.TIME_ZONE for date in nomination tests
* test: correctly use settings.TIME_ZONE instead of system time zone
2022-11-07 09:54:35 +00:00
Robert Sparks
eb4b523e66
chore: merge main ( #4714 )
2022-11-06 12:36:14 -06:00
Nicolas Giard
3ad1daaf8c
fix: improve chat log rendering ( #4686 )
2022-11-06 12:31:13 +00:00
Lars Eggert
d16a9e77a7
fix: Fix transient test failures due to i18n names ( #4695 )
...
* Search for escaped name in HTML output
* Need to check for `plain_name()` in sent emails
* Normalize i18n Unicode names in the same way the database does
2022-11-06 12:29:49 +00:00
Jennifer Richards
331bf8d2dc
fix: revert change from readonly to disabled on liaison from contact ( #4708 )
...
* feat: apply 'readonly' property to select2 inputs
* fix: revert change from readonly to disabled on liaison from contact
2022-11-06 12:27:36 +00:00
Lars Eggert
a3fc57bfb7
fix: Handle RFC names that are not all lowercase or have spaces ( #4650 )
...
* fix: Correctly handle RFC names that are not all lowercase or have spaces
Fixes #4576
* Address review comments
2022-11-06 12:26:26 +00:00
Ian Williams
d7f5c20a28
doc: Add incompat note ( #4694 )
...
Plugin is incompatible w/ Snap install of VSCode, add note.
2022-11-06 12:22:57 +00:00
Kesara Rathnayake
71dcf9fc8b
fix: Use correct codec for decoding meeting materials ( #4697 )
2022-11-06 12:13:02 +00:00
Russ Housley
af17d6481a
feat: Add link to older proceedings to the end of group meetings page
2022-11-06 11:57:51 +00:00
Justin Iurman
c94c28d65c
chore: Eliminate use of django.utils.datetime_safe ( #4698 )
...
Instead of replacing `datetime_safe` by the standard api, just remove
that part of the code (because it is unused).
Fixes #4513
2022-11-06 11:54:19 +00:00
Jennifer Richards
594c3f4316
fix: omit session location when timeslot.show_location is False ( #4712 )
...
* fix: omit session location when timeslot.show_location is False
* test: test that location is omitted when show_location is False
2022-11-06 11:51:07 +00:00
Tero Kivinen
8cf309cd6a
fix: Fix upcoming to use Meeting.end_date. ( #4701 )
2022-11-05 17:54:13 +00:00
Kesara Rathnayake
91170430ff
fix: Check both Person and Email records in profile view ( #4703 )
2022-11-05 17:48:31 +00:00
Peter Yee
eee6d0180c
Fix : #4320 (htmlized version of RFC has bad errata link) ( #4699 )
...
* Remove &rec_status=0 from "Errata exist" links for HTMLized RFCs
Corrects Issue #4320 :
https://github.com/ietf-tools/datatracker/issues/4320
This is done by modifying the RFC_EDITOR_ERRATA_URL in ietf/settings.py
so that the errant "&rfc_status=0" is removed.
* Update ietf/settings.py
Removes commented out RFC_EDITOR_ERRATA_URL line from original submission.
Co-authored-by: Lars Eggert <lars@eggert.org>
Co-authored-by: Lars Eggert <lars@eggert.org>
2022-11-05 17:42:50 +00:00
Lars Eggert
b6b48ec8f9
fix: Only allow a single newline in when URLizing RFC tags ( #4710 )
...
Fixes #4705
2022-11-05 17:22:56 +00:00
Jean Mahoney
ec9d122488
fix use of http URLs, fix #4702 ( #4707 )
2022-11-05 17:19:42 +00:00
Robert Sparks
fbd9509db7
chore: silence interleaved migration warning ( #4687 )
2022-11-02 14:33:09 -03:00
Robert Sparks
0302b65f52
fix: default to utf-8 when parsing nomcom feedback email ( #4683 )
2022-11-01 16:51:59 -05:00
Jennifer Richards
91635de968
test: fix tests broken in recent commits ( #4685 )
...
* chore: remove unused import in timezone.py
* test: fix test_view_request, broken by recent work
2022-11-01 16:30:42 -03:00
Nicolas Giard
ce8873b900
chore: remove console log leftover
2022-11-01 15:00:26 -04:00
Jennifer Richards
3008c4904e
feat: add 'cancel session' button to meeting schedule editor ( #4682 )
...
* feat: add 'cancel session' button to meeting schedule editor
* fix: only show edit/cancel session buttons for secretariat
Other users cannot access these views.
* feat: refuse to cancel a canceled session; give feedback to user
* test: test cancel_session view
* test: test that sessions have edit/cancel buttons
2022-11-01 14:41:50 -03:00
Nicolas Giard
0c920b0a29
fix: precompile template urls at build time + bs5 btn on agenda loading screen ( #4679 )
...
* fix: precompile template urls at build time + bs5 btn on agenda loading screen
* fix: add back url store changes
2022-11-01 11:51:33 -05:00
Jennifer Richards
879bedb2c9
ci: do the USE_TZ migration dance for feat/tzaware tests ( #4680 )
2022-10-31 14:25:52 -03:00
Jennifer Richards
1841d15104
feat: allow secretariat to edit/cancel sreqs when the tool is locked ( #4676 )
...
* feat: allow secretariat to edit/cancel sreqs when the tool is locked
* chore: remove unused template var
2022-10-28 18:19:38 -03:00
Jennifer Richards
9752fabf85
test: fix timezone_not_near_midnight not to use pytz ( #4678 )
2022-10-28 18:19:08 -03:00
Jennifer Richards
b6b2902857
ci: enable pull_request trigger for feat/tzaware branch ( #4677 )
2022-10-28 17:37:20 -03:00
Jennifer Richards
41882f2ac7
test: remove syntax error introduced in merge
2022-10-28 16:52:03 -03:00
Robert Sparks
69c0f4da04
fix: Revert "feat: js compiled url store ( #4568 )" ( #4675 )
...
This reverts commit 8cb67f978c
.
2022-10-28 14:17:47 -05:00
Jennifer Richards
c4b9cb20f1
chore: merge main into feat/tzaware
2022-10-28 14:43:50 -03:00
Jennifer Richards
0caf946e48
Merge branch 'feat/tzaware' into dev/main-for-tzaware-merge
2022-10-28 14:40:04 -03:00
Jennifer Richards
a124eb8073
chore: update create_dummy_meeting to specify session purposes ( #4654 )
2022-10-28 14:36:35 -03:00
Jennifer Richards
3bf997ba03
chore: rename management commands to avoid non-inclusive language ( #4656 )
...
* chore: rename create_dummy_meeting to create_test_meeting
* chore: reword comments to match renamed command
* chore: rename make_dummy_nomcom to create_test_nomcom
Avoids non-inclusive language and better matches other command naming.
* chore: reword comments to match renamed command
2022-10-28 11:01:00 -05:00
Robert Sparks
de3dbdca04
fix(nomcom-ui): Use pre instead of relying on now-missing pasted styling ( #4658 )
2022-10-28 10:58:38 -05:00
Robert Sparks
8e04feb498
fix: reference correct template in dbtemplate views ( #4667 )
2022-10-28 10:57:46 -05:00
Robert Sparks
48aa9b04c2
fix(nomcom): restore ability to classify pending feedback ( #4668 )
2022-10-28 10:57:28 -05:00
Nicolas Giard
8cb67f978c
feat: js compiled url store ( #4568 )
...
* feat: js compiled url store
* feat: use url store for AgendaFilter-MobileBar-QuickAccess components
* feat: use url store for AgendaScheduleList (wip)
2022-10-28 09:17:35 -05:00
Nicolas Giard
9f8fd90287
feat: agenda fallback link to plaintext version ( #4663 )
2022-10-28 09:03:42 -05:00
Jennifer Richards
f43e37ea99
ci: Do the USE_TZ dance when running migrations
2022-10-27 16:58:36 -03:00
Jennifer Richards
a5f0259072
fix: stabilize sorts of upcoming meetings ( #4661 )
...
* fix: stabilize upcoming meeting sort
* fix: stabilize upcoming meeting ical sort
2022-10-27 13:03:14 -05:00
Jennifer Richards
1debd1ff23
chore: merge main into feat/tzaware branch
2022-10-27 11:59:04 -03:00
Jennifer Richards
a3673f25cb
fix: sort higher capacity rooms first in schedule editor ( #4653 )
...
* fix: handle rooms with capacity = None in schedule editor
* fix: sort higher capacity rooms ahead of lower
Sort was incorrect, this matches intent and comments.
2022-10-27 09:58:51 -05:00
Jennifer Richards
f42016d8fb
Merge branch 'feat/tzaware' into dev/main-merge-to-tzaware
2022-10-27 11:58:32 -03:00
NGPixel
b49d92e674
ci: deploy to sandbox - celery containers
2022-10-27 00:04:05 -04:00