datatracker/ietf/templates/review
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
..
completed_review.txt Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
deadline_changed.txt Allow those people who can make a review request to edit the request deadline. Send mail to other directorate secretaries when one secretary makes a change to a request. Fixes #2233. Commit ready for merge. 2018-01-22 21:43:53 +00:00
notify_ad.txt Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
partially_completed_review.txt Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
review_reminder_overdue_assignment.txt Refs #2277 - Send daily reminders of overdue reviews to secretaries 2019-09-30 12:27:43 +00:00
review_request_changed.txt Add pages to assignment email. Fixes #2838. Commit ready for merge. 2019-11-21 22:41:11 +00:00
reviewer_assignment_rejected.txt fix: Do not add user to the top of queue after reject (fixes #4505) (#5427) 2023-03-30 08:34:08 +09:00
reviewer_availability_changed.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
reviewer_reminder.txt This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
reviewer_reminder_all_open_reviews.txt Fix #2337 - Send periodic reminders of open reviews every X days (opt-in) 2019-09-05 15:02:56 +00:00
reviewer_reminder_unconfirmed_assignments.txt Fix #2475 - Send opt-in reminders for unconfirmed review assignments. 2019-10-01 13:01:19 +00:00
reviewer_unavailability_ending.txt Fix #2231 - Send reminders before long UnavailabilityPeriods expire 2019-09-05 11:59:40 +00:00
secretary_reminder.txt This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
unavailable_table.html test: Validate HTML rendered during tests (#3782) 2022-04-07 13:30:38 -03:00