Rich Salz
8a8821072f
fix: Clarify no-action-needed ( #5918 ) ( #6020 )
...
When a draft is submitted for manual processing, clarify that
no action is needed; the Secretariat has the next steps.
Fixes : #5918
2023-07-22 15:37:34 -07:00
Rich Salz
9aea2a2e8b
fix: Make name/email lookups case-insensitive ( #5972 ) ( #6007 )
...
* fix: Make name/email lookups case-insensitive (#5972 )
Use icontains so that looking up name or email is case insensitive
Added a test
Fixes: 5972
* fix: Use __iexact not __icontains
2023-07-22 13:16:42 -07:00
Lars Eggert
97c7dd4d67
fix: Use correct logo in dark mode menubar ( #6016 )
...
Also use the "nor" variant elsewhere the logo is small.
2023-07-22 12:56:06 -07:00
Liubov Kurafeeva
91297f18e6
fix: Provide human-friendly status in submission status API response ( #6011 )
...
Co-authored-by: nectostr <bastinda96@gmail.com>
2023-07-22 12:43:08 -07:00
Robert Sparks
f82988d8b7
fix: restore ability to create status change documents ( #5963 )
...
* fix: restore ability to create status change documents
Fixes #5962
* chore: address review comment
2023-07-22 12:40:38 -07:00
Lars Eggert
5f8fca68f4
chore: Remove unused "rendertest" stuff ( #6015 )
2023-07-22 12:36:07 -07:00
Robert Sparks
4ec22dae19
Merge branch 'main' into feat/dark-mode
2023-07-22 13:49:24 -05:00
Darrel
98634ea27b
chore(dev): fails to build a container in a GitHub Codespace ( #6006 )
2023-07-22 13:24:41 -04:00
Nicolas Giard
a38b6c1bde
docs: update docker/README.md
2023-07-21 18:59:29 -04:00
Lars Eggert
8e439df7c5
fix: HTML-escape person name in tests ( #5986 )
...
* fix: Add `mark_safe` to `person_link` to prevent HTML escaping
Fixes part of #5834 , namely https://github.com/ietf-tools/datatracker/issues/5834#issuecomment-1627454562
* fix: Fix tests instead of marking name safe
2023-07-21 15:52:19 -07:00
Lars Eggert
3a47871f5e
fix: More dark mode fixes ( #6001 )
...
* fix: More small dark mode fixes
* "badge rounded-pill bg-" -> "badge rounded-pill text-bg-"
This sets the text color correctly for more readable badges.
* Same for cards
* Fix tests
2023-07-20 13:48:52 -05:00
Roman Beltiukov
a1a88c5244
docs: update VS Code extensions names ( #5997 )
...
[ci skip]
2023-07-20 12:26:54 -05:00
Robert Sparks
f52d0ddcf8
test: verify newsubmissiondocevent count by day is correct ( #6000 )
2023-07-20 08:53:23 -05:00
Robert Sparks
38d5860fc7
chore: pin factory-boy until we address the deprecated post_generation save issue ( #5999 )
...
* chore: pin factory-boy until we address the deprecated post_generation save issue
* chore: restore lower bound on factory-boy version
2023-07-20 08:53:11 -05:00
Jennifer Richards
ba356397c0
fix: Specify UTC for TruncDate ( #5996 )
2023-07-20 08:29:30 -05:00
Nicolas Giard
05644a16ff
feat: agenda / floor-plan dark mode support ( #5995 )
2023-07-19 18:23:37 -05:00
depfu[bot]
9ca3d80baa
chore(deps): update all npm dependencies for dev/diff ( #5974 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-19 13:46:56 -05:00
Robert Sparks
a20d1f4d9b
Merge remote-tracking branch 'ietf-tools/main' into feat/dark-mode
2023-07-19 12:18:07 -05:00
Lars Eggert
d8c0ae5faf
fix: Add numeric localhost addresses to CSRF_TRUSTED_ORIGINS ( #5989 )
2023-07-19 09:55:22 -05:00
Lars Eggert
9d5d9d5172
fix: replace deprecated bootstrap things ( #5858 )
...
* text-muted -> text-body-secondary
* navbar-dark is deprecated
* Remove FIXME block, not an issue anymore
* Remove `navbar-light`
2023-07-18 12:22:28 -05:00
Paul Selkirk
3f228c788d
feat: Add totals to nominee feedback page ( #5977 )
...
* feat: Add totals to nominee feedback page (#4727 )
* test: Add a unit test for feedback totals
Also remember to wrap the totals in a <tr> tag.
2023-07-18 09:17:06 -05:00
Lars Eggert
bd9d3285b5
fix: #timeline -> #doc-timeline ( #5985 )
...
Fixes #5923
2023-07-18 09:01:43 -05:00
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
83a13a58ba
doc: nudge windows developers towards WSL2 ( #5968 )
2023-07-14 18:39:03 -05:00
Robert Sparks
3ea79c23fe
ci: merge main to release
2023-07-13 11:29:30 -05:00
Robert Sparks
f12e1375d4
ci: merge release into main to capture last release merge commit
2023-07-13 10:25:24 -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
Robert Sparks
6b1e5810ec
ci: merge main to release
2023-07-06 08:49:25 -05:00
Robert Sparks
8f94269485
ci: merge release to main to capture last release merge commit
2023-07-06 08:24:33 -05:00
depfu[bot]
b61ea1d8bb
chore(deps): update all Yarn dependencies ( #5906 )
...
* chore(deps): update all Yarn dependencies
* ci: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-07-06 08:20:38 -05:00
Nicolas Giard
5e8d3dc601
fix: remove GMT offset labels from timezones.js ( #5922 )
...
* fix: remove GMT offset labels from timezones.js
* fix: add missing continents in timezones.js
2023-07-06 07:44:42 -05:00
depfu[bot]
3a581d988b
chore(deps): update all npm dependencies for dev/diff ( #5904 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-05 15:49:20 -05:00
depfu[bot]
d4e36ac4e4
chore(deps): update all npm dependencies for dev/coverage-action ( #5905 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-05 15:49:09 -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
Robert Sparks
653772ac10
fix: pin pydantic until inflect catches up ( #5901 )
2023-06-30 14:06:52 -05:00
Nicolas Giard
0850dd1e02
docs: clarify parcel instructions in README.md
2023-06-28 18:56:13 -04:00
depfu[bot]
33235a00fa
chore(deps): update all npm dependencies for playwright ( #5752 )
...
* chore(deps): update all npm dependencies for playwright
* chore(deps): update playwright dependencies
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-06-28 08:27:38 -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
Robert Sparks
df3366b789
ci: merge main to release
2023-06-22 12:17:07 -05:00
Nicolas Giard
9ae860faf1
ci: revert the typo fix in the build workflow
2023-06-22 12:45:26 -04:00
Robert Sparks
e68b9cf60c
ci: merge release to main to pick up last merge commit on release
...
ci: merge release to main (to get the merge commit)
2023-06-22 11:25:06 -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
depfu[bot]
f1710e21b0
chore(deps): update all npm dependencies for dev/del-old-packages ( #5846 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-06-21 11:44:45 -05:00