Commit graph

10442 commits

Author SHA1 Message Date
Henrik Levkowetz 27ea752100 Updated a patch and removed one from the patch list in settings.
- Legacy-Id: 15742
2018-11-09 19:57:18 +00:00
Henrik Levkowetz 5c958e7010 Consolidated the 2 patches to patch.py into one.
- Legacy-Id: 15741
2018-11-09 19:51:48 +00:00
Henrik Levkowetz 1c2f9904e6 Tweaked the bin/mergedevbranch to add a pause to permit fixes to merged code before running tests.
- Legacy-Id: 15740
2018-11-09 17:37:28 +00:00
Henrik Levkowetz 753f34fba1 Merged in [15702] from johnl@taugh.com:
Allow email as well as username when logging in.
 - Legacy-Id: 15739
Note: SVN reference [15702] has been migrated to Git commit e4dd65d9f9
2018-11-08 06:42:32 +00:00
Henrik Levkowetz 89ef806013 Merged in [15701] from kivinen@iki.fi:
Changed format of the reviewer statistics in lists. Fixes #2131.
 - Legacy-Id: 15735
Note: SVN reference [15701] has been migrated to Git commit 56acd00c6c
2018-11-07 05:24:25 +00:00
Henrik Levkowetz 98015a64f2 Merged in [15683] and [15699] from housley@vigilsec.com:
Do not show reasons for review team member unavailability outside the team. Fixes #2614.
 - Legacy-Id: 15732
Note: SVN reference [15683] has been migrated to Git commit 6ff552640e

Note: SVN reference [15699] has been migrated to Git commit 895aa0cfbe
2018-11-06 14:43:58 +00:00
Henrik Levkowetz 4049b31026 Added normalization of the email addresses returned by ietf.nomcom.utils.parse_email, in order to not treat feedback from the same person as coming from different sources due to email name+address variations.
- Legacy-Id: 15731
2018-11-06 11:47:11 +00:00
Henrik Levkowetz e4af908a74 Merged in [15698] from rjsparks@nostrum.com:
Notify the RFC Editor when an RFC Editor note is changed after a draft has been approved. Fixes #2440.
 - Legacy-Id: 15729
Note: SVN reference [15698] has been migrated to Git commit 43374969f6
2018-11-06 07:13:56 +00:00
Henrik Levkowetz a21fa5d094 Merged in [15696] from peter@akayla.com:
Minor text fixes.  Fixes issue #2621.
 - Legacy-Id: 15727
Note: SVN reference [15696] has been migrated to Git commit dd7f7f7194
2018-11-06 05:14:23 +00:00
Henrik Levkowetz ddf3385f11 Merged in [15694] from rjsparks@nostrum.com:
Clearly label cancelled sessions on the week-view on the agenda page. Fixes #2619.
 - Legacy-Id: 15726
Note: SVN reference [15694] has been migrated to Git commit 5db8831b81
2018-11-06 04:52:46 +00:00
Henrik Levkowetz 76303a9941 Fixed a pyflakes issue.
- Legacy-Id: 15725
2018-11-06 04:48:28 +00:00
Henrik Levkowetz fbd33a900f Added a note to PLAN
- Legacy-Id: 15724
2018-11-06 04:45:03 +00:00
Henrik Levkowetz 26535bf696 Took out some debug statements for a seldomly occurring condition (that now seem to be OBE)
- Legacy-Id: 15723
2018-11-06 04:20:39 +00:00
Henrik Levkowetz eeba500b58 Merged in [15693] from mahoney@nostrum.com:
Fixed link to webex request page. Fixes issue #2564.
 - Legacy-Id: 15718
Note: SVN reference [15693] has been migrated to Git commit c4d88a60ee
2018-11-05 09:08:27 +00:00
Henrik Levkowetz 07dd66e2e6 Added a guard against getting the attribute of None in api_set_session_video_url(). Fixes a server 500 for some hackathon sessions.
- Legacy-Id: 15716
2018-11-05 04:33:25 +00:00
Henrik Levkowetz 34d4b5c4be Provided a tooltip with full time information for the document history dates.
- Legacy-Id: 15714
2018-11-05 04:21:02 +00:00
Henrik Levkowetz 955ba2b88d Merged in [15689] from mahoney@nostrum.com:
Changed wording since it is not an error for there to be two people with the same name. Fixes issue #2616.
 - Legacy-Id: 15711
Note: SVN reference [15689] has been migrated to Git commit 6421ebc1de
2018-11-04 09:08:12 +00:00
Henrik Levkowetz df2747b963 Factored out some parts of the meeting/agenda.html into separate files, and added session buttons for 'other' session (e.g., hotrfc)
- Legacy-Id: 15710
2018-11-04 08:30:02 +00:00
Henrik Levkowetz a99ca1584a Merged in [15688] from mahoney@nostrum.com:
Fixed bad variable in title of requests.html. Fixes issue #2608.
 - Legacy-Id: 15707
Note: SVN reference [15688] has been migrated to Git commit 47e3ba8ba4
2018-11-03 11:46:40 +00:00
Henrik Levkowetz bd264895f6 It need not be an error to find duplicate person records, such as for instance for 'Matt Larson'. Took out the statement in the profile template that this is an error.
- Legacy-Id: 15704
2018-11-03 10:39:46 +00:00
Henrik Levkowetz c6eefe0270 Don't show slides in main IETF meeting agenda for sessions with their own session agenda.
- Legacy-Id: 15703
2018-11-03 10:14:17 +00:00
John R. Levine e4dd65d9f9 Allow email as well as username when logging in. Commit ready for merge.
- Legacy-Id: 15702
2018-11-03 09:35:55 +00:00
Tero Kivinen 56acd00c6c Changed format of the reviewer statistics in lists. Fixes #2131. Commit ready for merge.
- Legacy-Id: 15701
2018-11-03 09:04:57 +00:00
Henrik Levkowetz 3b8d9ae832 Merged in [15684] from rjsparks@nostrum.com:
Removed the field and widget that made editing document states easier on the document admin page since they do not survive validation failure of other fields on the form. Excluded states from the modelform since the default states widget is almost impossible to use without producing bad data. If states need to be edited through the admin, it will, for now, need to be done gruelingly through the admin form for State. Fixes #2524.
 - Legacy-Id: 15700
Note: SVN reference [15684] has been migrated to Git commit 128c0a6dbb
2018-11-03 09:01:59 +00:00
Russ Housley 895aa0cfbe Commit ready for merge.
- Legacy-Id: 15699
2018-11-03 08:41:23 +00:00
Robert Sparks 43374969f6 Notify the RFC Editor when an RFC Editor note is changed after a draft has been approved. Fixes #2440. Commit ready for merge.
- Legacy-Id: 15698
2018-11-03 08:13:10 +00:00
Henrik Levkowetz 406a2718f1 - Legacy-Id: 15697 2018-11-03 07:44:35 +00:00
Peter E. Yee dd7f7f7194 Minor text fixes. Fixes issue #2621. Commit ready for merge.
- Legacy-Id: 15696
2018-11-03 07:38:40 +00:00
Robert Sparks 5db8831b81 Clearly label cancelled sessions on the week-view on the agenda page. Fixes #2619. Commit ready for merge.
- Legacy-Id: 15694
2018-11-03 06:57:59 +00:00
Jean Mahoney c4d88a60ee Fixed link to webex request page. Fixes issue #2564. Commit ready for merge.
- Legacy-Id: 15693
2018-11-03 06:45:49 +00:00
Henrik Levkowetz 2b4fb73e49 Fixed a bad patch file
- Legacy-Id: 15692
2018-11-03 06:41:20 +00:00
Henrik Levkowetz 324dddee5d Updated the patch for patch.py
- Legacy-Id: 15691
2018-11-03 06:23:11 +00:00
Jean Mahoney 6421ebc1de Changed wording since it is not an error for there to be two people with the same name. Fixes issue #2616. Commit ready to merge.
- Legacy-Id: 15689
2018-11-03 05:59:53 +00:00
Jean Mahoney 47e3ba8ba4 Fixed bad variable in title of requests.html. Fixes issue #2608. Commit ready to merge.
- Legacy-Id: 15688
2018-11-03 05:51:40 +00:00
Henrik Levkowetz 42db540789 Merged in [15681] from rjsparks@nostrum.com:
Only do state-parent cross-validation on the group edit form when both fields are used on the form. (Many invocations of the form suppress all but one field.) Fixes #2597.
 - Legacy-Id: 15687
Note: SVN reference [15681] has been migrated to Git commit 16ae849d68
2018-11-03 05:42:01 +00:00
Henrik Levkowetz 643af2d673 - Legacy-Id: 15686 2018-11-03 04:39:40 +00:00
Henrik Levkowetz 95161df4f4 Merged in [15679] from mahoney@nostrum.com:
Verb tense used in Ballot Issued emails now matches whether the LC end date is in the past or future. Fixes issue #2482.
 - Legacy-Id: 15685
Note: SVN reference [15679] has been migrated to Git commit 194d8c89d1
2018-11-03 04:37:41 +00:00
Robert Sparks 128c0a6dbb Removed the field and widget that made editing document states easier on the document admin page since they do not survive validation failure of other fields on the form. Excluded states from the modelform since the default states widget is almost impossible to use without producing bad data. If states need to be edited through the admin, it will, for now, need to be done gruelingly through the admin form for State. Fixes #2524. Commit ready for merge.
- Legacy-Id: 15684
2018-11-03 04:28:50 +00:00
Russ Housley 6ff552640e Do not show reasons for review team member unavailability outside the team. Fixes #2614. Commit ready for merge.
- Legacy-Id: 15683
2018-11-03 04:24:32 +00:00
Henrik Levkowetz b586b81bc5 Merged in [15677] from rjsparks@nostrum.com:
Tune the recipients when a teams settings or a reviewer indicate ADs should be notified about a review.
 - Legacy-Id: 15682
Note: SVN reference [15677] has been migrated to Git commit 24b83240e0
2018-11-03 04:10:40 +00:00
Robert Sparks 16ae849d68 Only do state-parent cross-validation on the group edit form when both fields are used on the form. (Many invocations of the form suppress all but one field.) Fixes #2597. Commit ready for merge.
- Legacy-Id: 15681
2018-11-03 03:55:53 +00:00
Henrik Levkowetz c2acf9e3e1 Merged in [15676] from rjsparks@nostrum.com:
Let a reviewer indicate that an AD should give this review early attention. Fixes #2553.
 - Legacy-Id: 15680
Note: SVN reference [15676] has been migrated to Git commit b76ea7bcd5
2018-11-03 03:45:10 +00:00
Jean Mahoney 194d8c89d1 Verb tense used in Ballot Issued emails now matches whether the LC end date is in the past or future. Fixes issue #2482. Commit ready for merge.
- Legacy-Id: 15679
2018-11-03 03:38:52 +00:00
Henrik Levkowetz 0a766883c7 Merged in [15675] from rjsparks@nostrum.com:
Let review teams opt in to poking a responsible AD when unhappy reviews are submitted. Fixes #2544.
 - Legacy-Id: 15678
Note: SVN reference [15675] has been migrated to Git commit c7bf147b1d
2018-11-03 03:24:03 +00:00
Robert Sparks 24b83240e0 Tune the recipients when a teams settings or a reviewer indicate ADs should be notified about a review. Commit ready for merge.
- Legacy-Id: 15677
2018-11-03 00:16:41 +00:00
Robert Sparks b76ea7bcd5 Let a reviewer indicate that an AD should give this review early attention. Fixes #2553. Commit ready for merge.
- Legacy-Id: 15676
2018-11-02 21:23:27 +00:00
Robert Sparks c7bf147b1d Let review teams opt in to poking a responsible AD when unhappy reviews are submitted. Fixes #2544. Commit ready for merge.
- Legacy-Id: 15675
2018-11-02 20:18:06 +00:00
Henrik Levkowetz 542a85d949 Set version info and settings back to development mode
- Legacy-Id: 15654
2018-11-02 02:51:50 +00:00
Henrik Levkowetz 25e255f57f Set version info to release version 6.87.3 before branching.
- Legacy-Id: 15652
2018-11-02 02:51:39 +00:00
Henrik Levkowetz 804080bab2 Changelog entry for 6.87.3
- Legacy-Id: 15651
2018-11-02 02:51:32 +00:00