Lars Eggert
1d22e39a52
fix: Use icons in addition to colors for review-related badges ( #6012 )
...
* fix: Use icons in addition to colors for review-related badges
* Remove comment
* Remove debug print
2023-07-23 10:09:16 -07:00
Robert Sparks
4ec22dae19
Merge branch 'main' into feat/dark-mode
2023-07-22 13:49:24 -05: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
Robert Sparks
f52d0ddcf8
test: verify newsubmissiondocevent count by day is correct ( #6000 )
2023-07-20 08:53:23 -05:00
Jennifer Richards
ba356397c0
fix: Specify UTC for TruncDate ( #5996 )
2023-07-20 08:29:30 -05:00
Robert Sparks
a20d1f4d9b
Merge remote-tracking branch 'ietf-tools/main' into feat/dark-mode
2023-07-19 12:18:07 -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
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
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
772b6e8c3c
Merge branch 'main' into feat/dark-mode
2023-06-13 13:37:04 -05:00
Guillaume Ayoub
2e5c9ed160
fix: use v59.0 options for WeasyPrint ( #5713 )
2023-06-09 12:54:35 -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
18941434c3
chore: remove unused mgmt commands
2023-06-06 16:12:35 -05:00
Nicolas Giard
cfaf966492
fix: add internal static.ietf.org var for pdfized render ( #5765 )
2023-06-05 20:18:35 -05:00
Lars Eggert
f850061dff
Fix switching in HTMLized view
2023-06-02 11:43:53 +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
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
6178519d43
fix: optimize queries for DocumentChangesFeed ( #5675 )
2023-05-23 10:14:13 -05:00
Jennifer Richards
58182fd7f6
test: Fix selectors in selenium tests
2023-05-19 17:54:24 -03:00
Jennifer Richards
93e9f8e850
fix: Do not set update_fields when saving new instance
2023-05-19 14:36:08 -03:00
Jennifer Richards
39a854fa1a
fix: Use arbitrary date in the past instead of datetime.min
2023-05-18 18:36:38 -03:00
Jennifer Richards
cdec6cc0aa
Merge pull request #5655 from ietf-tools/main
...
chore: Merge main into feat/django4
2023-05-18 15:15:42 -03:00
Robert Sparks
f9322391dd
fix: change trac.ietf.org links to what they redirect to now ( #5651 )
2023-05-18 08:31:54 -05:00
Robert Sparks
38bab2575e
fix: better htmlized access to uncurrent revisions ( #5639 )
2023-05-16 17:08:18 -05:00
Jennifer Richards
223c679942
chore: Add no-op migration to satisfy Django bookkeeping changes
2023-05-16 17:48:44 -03:00
Jennifer Richards
7475aa01b6
Merge pull request #5634 from ietf-tools/main
...
chore: Merge main into feat/django4
2023-05-16 13:06:49 -03:00
Robert Sparks
c16a9d6cb5
fix: better area links from the menus ( #5620 )
...
* fix: better area links from the menus
* chore: remove debugging line
2023-05-15 16:41:42 -05:00
Robert Sparks
962af9feb3
fix: tweak removal of document info order ( #5624 )
...
* fix: tweak removal of document info order
* chore: add copyright line
* chore: correct dependencies
2023-05-15 13:20:59 -05:00
Jennifer Richards
0319f35e0f
test: Use Django 3.2 HttpResponse.headers API
2023-05-15 13:01:59 -03:00
Peter Yee
369fe0dfe5
fix: remove order from DocumentInfo as apparently unneeded ( fixes #5245 ) ( #5417 )
...
* fix: remove order from DocumentInfo as apparently unneeded (fixes #5245 )
Fixes #5245 . Includes migration, however I did not test the reverse.
* Merge branch 'main' into pr/Spectre17/5417
* chore: Renumber migrations
* Revert "Merge branch 'main' into pr/Spectre17/5417"
This reverts commit 77b4a46f84e9ece6778dec6e8127aedad71c2625.
---------
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-05-15 10:35:54 -05:00
Jennifer Richards
cbb946455f
test: Remove unused assignment that caused a mypy error
2023-05-15 11:25:38 -03:00
Jennifer Richards
7ad74c99e4
refactor: import from django.urls instead of django.conf.urls
2023-05-12 20:29:11 -03:00
Jennifer Richards
79b749fcdf
style: Restyle method using Black
2023-05-12 18:36:05 -03:00
Jennifer Richards
21004864b0
refactor: Replace deprecated is_safe_url with new name
2023-05-12 18:35:12 -03:00
Jennifer Richards
075aed7e9a
refactor: Replace deprecated request.is_ajax()
2023-05-12 18:26:56 -03:00
Jennifer Richards
d0cb46d320
fix: Use TruncDate instead of QuerySet.extra()
2023-05-12 15:47:37 -03:00
Jennifer Richards
96396b833c
Merge pull request #5611 from ietf-tools/main
...
chore: merge main into feat/django4
2023-05-12 11:05:57 -03:00
Robert Sparks
1afdb0b7cc
fix: show htmlized views of draft revisions without DocHistory ( #5599 )
...
* fix: show htmlized views of draft revisions without DocHistory
* fix: handle htmlized views of rfcs corectly
2023-05-11 17:15:01 -05:00
Jennifer Richards
264ff60cd2
Merge pull request #5601 from jennifer-richards/django4
...
chore: Upgrade to Django 3.0
2023-05-11 11:04:36 -04:00
Jennifer Richards
4f443cc445
refactor: Explicitly allow name=None for a couple of views
2023-05-10 17:16:20 -03:00
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
Jennifer Richards
da168395fc
refactor: Replace deprecated smart_text with smart_str
2023-05-09 15:23:33 -03:00
Jennifer Richards
07e26dd52e
refactor: Replace deprecated force_text with force_str
2023-05-09 15:21:50 -03:00
Eliot Lear
8af8a91c20
fix: allow ISE to initiate conflict review ( #5570 )
...
* ISE may initiate conflict review
Add ISE to list of those roles who can initiate a conflict review.
* fix: improve conditional for conflict review action. Add tests.
* chore: fix comment typo
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-05-03 14:04:09 -05:00
Tero Kivinen
d5bae45799
fix: Do not add user to the top of queue after reject ( fixes #4505 ) ( #5427 )
...
* fix: Do not add user to the top of queue after reject (fixes #4505 )
Added a checkbox in the reject review dialog to ask whether user
wants to be added to the top of the queue or not. Default is off.
* Do not change request_assignment_next if wants_to_be_next is not True.
Set the request_assignment_next also in LeastRecentlyUsedReviewerQueuePolicy
so it can be used to override the assignment policy rules (i.e., if
someone has once per month, but he rejects review with wants_to_be_next set
to true, he will get new assignment immediately, not after one month).
* Added wants_to_be_next to test cases too.
* Fixed test function prototypes, they can't have any parameters, only
self. Added test cases for test_return_reviewer_to_rotation_top both
for RotateAlphabeticallyReviewerQueuePolicyTest and
LeastRecentlyUsedReviewerQueuePolicyTest.
2023-03-30 08:34:08 +09:00