Lars Eggert
57843d8538
fix: Import fix from 7a946424c1
( #5984 )
2023-07-18 08:58:22 -05:00
Paul Selkirk
0693a4357d
feat: Add "generate email" to action on nominees page ( #4893 ) ( #5959 )
...
* feat: Add "generate email" to action on nominees page (#4893 )
* fix: Use bare email address for now
2023-07-17 16:00:16 -05:00
Robert Sparks
3fe1fcf122
fix: send the whole txt submission to te DraftParser ( #5956 )
2023-07-12 08:58:08 -05:00
Jennifer Richards
8267f4b452
test: Fix typo in names.json ( #5939 )
2023-07-07 15:10:47 -05:00
Paul Selkirk
bae204862d
feat: Add bibxml button to document info page ( #5921 )
...
* feat: Add bibxml button to document info page (#5908 )
* fix: No bibxml for RFCs
2023-07-07 08:23:15 -05:00
Jennifer Richards
09f347727b
chore: Remove temporary pin on pydantic ( #5911 )
...
* chore: Remove temporary pin on pydantic
* test: Guarantee ordering of sessions in test
Should fix an intermittent test failure.
2023-07-05 08:50:50 -05:00
Jennifer Richards
60dc60234d
fix: Better match xml2rfc date parsing ( #5914 )
...
* refactor: Split up get_creation_date to ease testing
* test: Add tests of parse_creation_date()
Note change in expected output when date_elt is None:
instead of returning None, this expects today's date.
* fix: Return today instead of None when date is absent
* fix: Handle empty string for day attribute
* test: Check a couple more parse_creation_date cases
* fix: Revert to returning None when date elt is absent
* style: black
2023-07-05 08:23:37 -05:00
Jennifer Richards
1db267dd7d
fix: Set has_onsite_tool correctly in no_session() view ( #5879 )
...
This will prevent a session that was changed from "notmeet" to
being scheduled from having its has_onsite_tool flag left as False
2023-06-26 16:10:51 -05:00
Paul Selkirk
98bf7afeab
feat: Display and bulk-edit nomcom position flags ( #4681 ) ( #5878 )
...
This adds a table to show the state of all nomcom positions, and lets the
chair set or un-set multiple state flags at the same time.
As a consequence, it moves the email templates to the "Edit position" form.
2023-06-26 16:10:05 -05:00
Lars Eggert
f250a653a2
fix: Remove IESG-related about tabs from non-IETF-stream docs ( #5515 )
...
* fix: Remove IESG-related about tabs from non-IETF-stream docs
Fixes #5514
* Fix code review comments
* Address review comments
* Address code review comments
2023-06-22 10:35:59 -05:00
Paul Selkirk
53b5e23612
fix: Be a little clearer when feedback is closed (or not yet open). ( #5861 )
2023-06-22 08:13:32 -05:00
Lars Eggert
62523eb02c
fix: More dark mode fixes ( #5852 )
...
* fix: Correctly indicate "auto" theme is default
* fix: .pnp.js changes were missing
* fix: Use a "-subtle" background color for the menu bar
Because those change correctly with theme changes. That the
non-"-subtle" ones may be a bs5 bug, but enough people complained
about the yellow background in dev mode in dark mode that this change
may be worth it.
* fix: Try and recolor black colors in SVGs for dark mode
* Apply suggestions from @martinthomson
2023-06-21 11:46:16 -05:00
Jennifer Richards
0144ee991e
fix: Include time zone information in v1 api datetimes ( #5851 )
...
* fix: Include time zone information in v1 api datetimes
* fix: Use Z suffix instead of offset in API datetimes
2023-06-21 11:43:19 -05:00
Lars Eggert
a6cc12c14b
fix: Don't (re)sort obsoleted/updated info ( #5391 )
...
* fix: Don't (re)sort obsoleted/updated info
Rebased against feat/postgres
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Fix review comments
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-06-20 12:07:45 -05:00
Robert Sparks
3c016cc5c8
feat: v3-era aware feed for rfcs ( #5828 )
...
* feat: v3-era aware feed for rfcs
* chore: remove obviated comment
* test: improve rfc feed tests
2023-06-16 15:52:42 -05:00
Robert Sparks
ac65232115
fix: improve when Message objects are created ( #5836 )
...
* fix: improve when Message objects are created
* test: further improve feedback test
* fix: improve and test another form
* test: Restructure test infrastructure
2023-06-16 15:51:31 -05:00
Jennifer Richards
f04d356834
fix: Do not cache official_timeslotassignment when None ( #5830 )
2023-06-15 09:27:31 -05:00
Jennifer Richards
6f361f9574
chore: Keep default CSRF_TRUSTED_ORIGINS when in debug mode ( #5827 )
2023-06-15 09:04:43 -05:00
Lars Eggert
01e2d8b2bf
fix: Don't resort a table if sort query argument is present ( #5825 )
...
* fix: Don't resort a table if sort query argument is present
Fixes #5686
* Address code review comments
2023-06-15 08:56:27 -05:00
Lars Eggert
fd09e60369
fix: RFC9389 obsoleted RFC8989 ( #5822 )
...
Fixes #5820
2023-06-14 12:35:07 -05:00
Lars Eggert
55f481ff74
fix: Also point to IETF web page for liaison relationships ( #5823 )
...
Fixes #5780
2023-06-14 12:34:46 -05:00
Lars Eggert
a3d9cf3723
fix: Make attendee table sortable ( #5824 )
...
Fixes #5606
2023-06-14 12:34:27 -05:00
Lars Eggert
e3a0f476c9
Fix test failure ( #5826 )
2023-06-14 12:17:07 -05:00
Robert Sparks
518aedb0f0
chore: remove already run single-use management command ( #5815 )
2023-06-13 15:53:36 -05:00
Robert Sparks
772b6e8c3c
Merge branch 'main' into feat/dark-mode
2023-06-13 13:37:04 -05:00
Robert Sparks
a3db61cf69
Merge pull request #5795 from rjsparks/markdowncharters
...
feat: render charters on about page using markdown
2023-06-13 12:22:51 -05:00
Jennifer Richards
f5365b2229
test: Fix test_meetings_misc_session_edit ( #5807 )
2023-06-12 15:55:46 -05:00
Jennifer Richards
2bf7e8250c
fix: Import DEFAULT_TIMEOUT correctly ( #5803 )
2023-06-12 13:50:14 -05:00
Jennifer Richards
12f1ac10ad
fix: Fix signature for LenientMemcacheCache.set() ( #5800 )
2023-06-12 12:48:32 -05:00
Robert Sparks
b75b560dea
feat: import IAB minutes from the IAB wordpress site ( #5689 )
...
* feat: import IAB minutes from the IAB wordpress site
Work in Progress
* fix: refactor as management commands
* fix: use datetime.timezone.utc for comparisons
* fix: coerce an argument. Command now runs
* chore: extend queryset in a better way
* fix: fetch kesara's repo and move files into place.
* fix: add a DocEvent explaining where the Documents came from
* fix: small optimizations and typo fixes
* fix: performance compromise for very old meetings
* fix: ensure variable is initialized
* fix: avoid operating on null by changing method signature - address review comments
* fix: repair html typo and address pyflake complaint
* chore: run black on a new and changed things
2023-06-09 17:07:31 -05:00
Robert Sparks
c3da3088fb
feat: render charters on about page uring markdown
2023-06-09 16:57:41 -05:00
Robert Sparks
c7d98a1cdb
chore: remove stale commented codeblock ( #5794 )
2023-06-09 16:56:09 -05:00
Guillaume Ayoub
2e5c9ed160
fix: use v59.0 options for WeasyPrint ( #5713 )
2023-06-09 12:54:35 -05:00
Paul Selkirk
0567b3dea2
fix: /meeting/materials splits out named sessions the same way /meeting/proceedings does ( #5715 )
...
* fix: /meeting/materials splits out named sessions the same way /meeting/proceedings does
* test: Test separation of named sessions in the materials
2023-06-09 12:41:01 -05:00
Lars Eggert
fbe876b758
fix: Produce correct HTML for the meeting requests table ( #5712 )
...
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-06-08 15:39:55 -05:00
Jennifer Richards
d18db5bb76
feat: Improve submission status UX during validation ( #5742 )
...
* feat: Quietly check submission status before reloading
* chore: Remove misleading "time since" display
* feat: Back off submission status poll frequency
* chore: Fix code comment
2023-06-08 15:15:27 -05:00
Lars Eggert
818f0a9938
fix: Add definition of DOWNREF from RFC3967 ( #5789 )
...
Fixes #2788 , #5759
2023-06-08 15:14:14 -05:00
Paul Selkirk
2ca4f7beaf
fix: Improve validation for form that accepts pasted email feedback ( #5761 )
...
* test: Test paste-email-feedback-form with missing headers and/or body
* fix: Don't crash if paste-email-feedback-form doesn't contain a Subject line
* test: Test that paste-email-feedback-form requires headers
* fix: If email headers are missing, prompt the user to try again
* chore: retrigger PR checks
2023-06-08 13:56:24 -05:00
Lars Eggert
cc35a2d678
fix: Don't add "essential people" to session requests by default ( #5734 )
...
* fix: Don't add "essential people" to session requests by default
Because since #5169 we ask they not be included anymore. (This was part of my
original change but I guess I forgot to add it to the PR...)
* Don't import Person
2023-06-08 13:48:53 -05:00
Paul Selkirk
d2406d8420
fix: tweak Nomination.share_nominator label text ( #5775 )
...
* fix: tweak Nomination.share_nominator label text
"Share nominator name with candidate" was confusing, because it's
imperative, where it's really intended to be permissive - it's okay to
share with the candidate.
* chore: add migration for label text
2023-06-08 13:47:46 -05:00
Robert Sparks
fcfe54baaf
Merge pull request #5766 from pselkirk/fix-4771
...
fix: Don't use an uninitialized variable (#4771 )
2023-06-08 13:36:44 -05:00
Robert Sparks
dfc5cc4b4b
Merge pull request #5768 from pselkirk/cleanup-feedback-email
...
fix: Remove leading 32 spaces in feedback email rendering
2023-06-08 13:36:23 -05:00
Robert Sparks
88a878fd61
Merge pull request #5774 from rjsparks/dont_come_around_here_no_more
...
chore: remove unused mgmt commands
2023-06-08 13:35:50 -05:00
Robert Sparks
d6da25a448
fix: better caching of search results ( #5782 )
2023-06-07 16:25:19 -05:00
Robert Sparks
0864b73aab
fix: use slowpages to cache doc/active ( #5781 )
2023-06-07 15:35:17 -05:00
Robert Sparks
ccf82bbd17
doc: update about.html for version 11 ( #5770 )
2023-06-06 18:14:29 -05:00
Robert Sparks
18941434c3
chore: remove unused mgmt commands
2023-06-06 16:12:35 -05:00
Jennifer Richards
9cee31613b
chore: Set CSRF_TRUSTED_HOSTS to localhost for dev ( #5771 )
2023-06-06 15:58:06 -05:00
Jennifer Richards
edd72826e6
fix: Prevent errors when memcached object size is exceeded ( #5769 )
...
* feat: Subclass PyMemcacheCache to tolerate too-large object errors
* fix: Use LenientMemcacheCache to prevent search errors
* fix: Re-raise errors other than "object too large"
2023-06-06 14:35:41 -05:00
Paul Selkirk
4748a830fe
fix: Remove leading 32 spaces in feedback email rendering
2023-06-06 00:07:49 -04:00
Paul Selkirk
1ad2e6bd59
fix: Don't use an uninitialized variable ( #4771 )
2023-06-05 23:15:02 -04:00
Robert Sparks
3fc77633a7
fix: protect htmlize and opengraph templates from fake dochistory objects ( #5764 )
2023-06-05 20:19:25 -05:00
Nicolas Giard
cfaf966492
fix: add internal static.ietf.org var for pdfized render ( #5765 )
2023-06-05 20:18:35 -05:00
Nicolas Giard
7d04a71a94
chore: update .gitignore
2023-06-05 18:10:50 -04:00
Robert Sparks
4a062f5250
Merge pull request #5757 from ietf-tools/release
...
ci: merge release commit and patch back into main
2023-06-05 08:14:03 -05:00
Jennifer Richards
d33a6f3c0c
fix: Handle missing date fields in XML submissions ( #5744 )
...
* refactor: Eliminate _construct_creation_date helper
* fix: Use xml2rfc method for filling in missing date fields
* fix: Set options.date for xml2rfc writers
* test: Test handling of missing date element/fields
2023-06-02 14:40:52 -05:00
Lars Eggert
7497143116
Better select2 fix
2023-06-02 11:46:10 +03:00
Lars Eggert
e6f47a0474
Fix title
2023-06-02 11:43:54 +03:00
Lars Eggert
27f9e6aadb
Address review comments
2023-06-02 11:43:53 +03:00
Lars Eggert
8caf3a70f8
Fix some badges
2023-06-02 11:43:53 +03:00
Lars Eggert
e5163b651b
Load theme.js in header, to avoid flickering
2023-06-02 11:43:53 +03:00
Lars Eggert
f850061dff
Fix switching in HTMLized view
2023-06-02 11:43:53 +03:00
Lars Eggert
342e6f58bd
Color mode fixes
2023-06-02 11:43:53 +03:00
Lars Eggert
112d3b9f2a
Enable dark mode in other views
2023-06-02 11:43:53 +03:00
Lars Eggert
93d50f96c5
feat: Upgrade bootstrap to 5.3.0 and enable dark mode
...
Fixes #3365
2023-06-02 11:43:53 +03:00
Lars Eggert
e6f351b3c9
Fix more colors
2023-06-02 11:43:53 +03:00
Lars Eggert
54c7951f7b
Fix some colors
2023-06-02 11:43:53 +03:00
Lars Eggert
df1a4bf40f
Enable dark mode in other views
2023-06-02 11:43:53 +03:00
Lars Eggert
b3c7094dc8
feat: Upgrade bootstrap to 5.3.0 and enable dark mode
...
Fixes #3365
2023-06-02 11:43:53 +03:00
Jennifer Richards
5d467d996c
Merge pull request #5739 from jennifer-richards/coop_setting
...
chore: Use permissive cross-origin-opener-policy setting
2023-06-01 18:44:00 -03:00
Jennifer Richards
c8f9739604
Merge pull request #5738 from ietf-tools/main
...
chore: Merge main into feat/django4
2023-06-01 17:32:27 -03:00
Jennifer Richards
2d661a1a5f
chore: Use permissive cross-origin-opener-policy setting
2023-06-01 17:12:15 -03:00
Jennifer Richards
e3d16bc8e6
feat: Use distinct event desc for drafts received via api_submit ( #5735 )
2023-06-01 11:15:57 -05:00
Jennifer Richards
5a2708283b
feat: Extract document creation date from XML draft ( #5733 )
...
* fix: Extract document creation date from XML draft
* test: Fix test
2023-06-01 09:58:55 -05:00
Jennifer Richards
8d4780d304
fix: Ignore failure to extract text draft title unless it is needed ( #5730 )
...
* fix: Accept a Path as source for a PlaintextDraft
* fix: Guard against failure to extract PlaintextDraft title
* fix: Ignore failure to extract text draft title unless it is needed
2023-06-01 09:39:59 -05:00
Robert Sparks
36b847b57a
fix: explain what is not counted in the meeting request summary ( #5728 )
2023-06-01 09:32:11 -05:00
Jennifer Richards
3391166aaf
fix: Return NomComs, not Groups, from active_nomcoms filter ( #5726 )
...
* fix: Return NomComs, not Groups, from active_nomcoms filter
* fix: deduplicate and order nomcoms in active_nomcoms filter
2023-05-31 15:05:59 -05:00
Robert Sparks
c12f810dd4
test: ignore acceptable order change ( #5727 )
...
* test: ignore acceptable order change
* fix: address review comments
2023-05-31 15:04:51 -05:00
Nicolas Giard
1ec403dc8c
feat: disable login button on submit ( #5718 )
...
* feat: disable login button on submit
* refactor: move login js into its own file
2023-05-31 14:58:09 -05:00
Lars Eggert
e5dcc1667c
fix: Fix overscrolling of rfc2html pre
tags with new fonts ( #5709 )
2023-05-31 12:39:31 -05:00
Lars Eggert
48dce85cac
fix: Remove "purpose" column, show purpose as badge ( #5721 )
...
Fixes #5711
2023-05-31 12:37:21 -05:00
Jennifer Richards
8cd09ab3be
Revert "fix: Return NomComs, not Groups, from active_nomcoms filter"
...
This reverts commit e121b5dd50
.
2023-05-31 14:13:46 -03:00
Jennifer Richards
e121b5dd50
fix: Return NomComs, not Groups, from active_nomcoms filter
2023-05-31 12:36:49 -03:00
Jennifer Richards
3015359323
test: Use QuerySetAny alias for QuerySet type checks
2023-05-31 11:09:08 -03:00
Jennifer Richards
1922a6066e
Merge pull request #5700 from ietf-tools/main
...
chore: main -> django4
2023-05-31 10:59:09 -03:00
Lars Eggert
f8e1899108
fix: Don't include modal headings in right-hand nav menu ( #5710 )
...
Fixes #5701
2023-05-30 11:56:17 -05:00
Jennifer Richards
d595aaced0
fix: Skip title validation if only XML uploaded ( #5694 )
2023-05-26 09:28:16 -05:00
Nicolas Giard
0a11892414
chore: use variable for static.ietf.org references ( #5692 )
2023-05-25 17:23:18 -05:00
Lars Eggert
5f4dfb87b6
fix: Use new fonts for PDFization ( #5688 )
2023-05-25 09:43:15 -05:00
Robert Sparks
66f1ba3088
fix: reflect publication of rfc9389 ( #5685 )
2023-05-25 08:28:13 -05:00
Paul Selkirk
65bd689daa
fix: make chat room an overrideable property of Session ( #5681 )
...
* fix: make chat room an overrideable property of Session
* test: validate that /meeting/session/<sessionid>/edit shows and sets chat room
* test: validate Session.chat_room_name
2023-05-24 10:26:19 -05:00
Robert Sparks
4012a213c5
feat!: Version 11 based on Django 4
2023-05-23 11:25:28 -05:00
Robert Sparks
6178519d43
fix: optimize queries for DocumentChangesFeed ( #5675 )
2023-05-23 10:14:13 -05:00
Jennifer Richards
e973672c25
Merge branch 'feat/django4' into dev/merge-main-5679
2023-05-23 12:11:17 -03:00
Jennifer Richards
ceb41e6106
test: Check that error is displayed on decode failure
2023-05-23 11:30:35 -03:00
Jennifer Richards
5f0e1a524b
chore: Display errors if nomcom private key encoding fails
2023-05-23 11:30:14 -03:00
Jennifer Richards
58182fd7f6
test: Fix selectors in selenium tests
2023-05-19 17:54:24 -03:00
Jennifer Richards
2a29be5d6a
test: Remove unused import
2023-05-19 16:23:42 -03:00
Jennifer Richards
2eaea55ce8
chore: Move log out suppression to settings,py
2023-05-19 15:25:35 -03:00
Jennifer Richards
579d187f0c
chore: Suppress deprecation warning in oidc_provider
2023-05-19 15:20:09 -03:00