Skip to content

Commit 7c1d590

Browse files
committed
Updated changelog entry for version 6.83.0
- Legacy-Id: 15410
1 parent 3205b8f commit 7c1d590

1 file changed

Lines changed: 125 additions & 5 deletions

File tree

changelog

Lines changed: 125 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,127 @@
11
ietfdb (6.83.0) ietf; urgency=medium
22

3+
**IETF 102 code sprint**
4+
5+
This release contains datatracker bugfixes and enhancements from the
6+
IETF-102 Code Sprint. While we've had many more code sprint participants
7+
before, I don't believe we've ever had this number of contributions from an
8+
IETF week :-)
9+
10+
The release contains a number of different enhancements to the document
11+
review pages (thanks Tero, Peter); refactoring of a number of tests to use
12+
test object factories instead of indiscriminate creation of a large number
13+
of often unused test objects, thus speeding up the tests (thanks to Robert);
14+
fixes to template language and anchors (thanks to Jean); a fix for annoying
15+
issue with a liaison form (thanks, Ben); a number of updates to secretariat
16+
pages and proceedings (thanks, Ryan); a fix for a long-standing issue with
17+
the document search forms behaviour when no search string has been given
18+
(thanks, Jim); a test to expose bugs in downref listing in last call
19+
announcements (thanks, Russ).
20+
21+
From the commit log:
22+
23+
* Show links to personal profile pages from group photo pages also when no
24+
photo is available -- the profile pages now contains more than just the
25+
photo.
26+
27+
* Merged in [15399] from rjsparks@nostrum.com:
28+
Use factories for ietf.ietfauth.tests.
29+
30+
* Merged in [15395] from rjsparks@nostrum.com:
31+
Allow the IRTF stream to set shepherds and shepherd writeups. Fixes #1993.
32+
33+
* Merged in [15387] from rjsparks@nostrum.com:
34+
Use factories for ietf.iesg.tests.
35+
36+
* Merged in [15380] from rjsparks@nostrum.com:
37+
Use factories for ietf.idindex.tests.
38+
39+
* Merged in [15370] from rjsparks@nostrum.com:
40+
Use factories for ietf.group.tests_review.
41+
42+
* Merged in [15358] from kivinen@iki.fi:
43+
Fixed the review tablesorter issue by adding display:none character in the
44+
front of the date. Tablesorter looks first characters and picks the parser
45+
based on that, meaning that if the text starts with number, it will try to
46+
parse everything in column as numbers, and if there is anything that is
47+
not numebr it will fail, and only sorts the column once. This is bit ugly
48+
but I do not think we want to add yet another jquery meta tool. Fixes
49+
#2089, and #2151.
50+
51+
* Added a missing migration (for review unavailable-period reason)
52+
53+
* Merged in [15357] from mahoney@nostrum.com:
54+
Added anchors for working group rows. Still needs some work since the
55+
anchor ends up being under the menu bar. Partially addresses issue #1481.
56+
57+
* Merged in [15356] from ben@nostrum.com:
58+
Changed newlines to commas in to contacts for new liaison email
59+
notification. Fixes issue 2525.
60+
61+
* Merged in [15355] from rjsparks@nostrum.com:
62+
Used factories for ietf.group.tests_info.
63+
64+
* Tweaked a test to prevent failures when looking for a specific string
65+
in line-wrapped text.
66+
67+
* Added a tiny utility function unwrap() to unwrap wrapped text for
68+
matching expected strings in tests.
69+
70+
* Merged in [15354] from kivinen@iki.fi:
71+
Added default to review completion draft version number. If the reviewer
72+
is filling in the review form himself the default will be the latest
73+
version of the draft. If it is someone else filling in the review
74+
then the version number is the latest version at the point when review
75+
was assigned (i.e., it assumes reviewer did review on version he was
76+
requested to and then document authors might have updated the document).
77+
Also mark the document versions that are earlier than the review request
78+
date with red background and those which are newer with green background.
79+
Fixes #2125.
80+
81+
* Merged in [15353] from peter@akayla.com:
82+
Add a sidebar to display feedback section names and simplify navigation.
83+
Could use some visual improvements but otherwise works. Fixes #2431.
84+
85+
* Merged in [15351] from rcross@amsl.com:
86+
Update secr/drafts/tests_views to align with view logic. Fixes #2480.
87+
88+
* Merged in [15349] from kivinen@iki.fi:
89+
Removed the requirement for review_content field to be mandatory when
90+
using \'link\' method. This partially addresses #2520.
91+
92+
* Merged in [15347] from kivinen@iki.fi:
93+
Add review request date to the top. Add tooltips for drafts versions
94+
providing the date they were sumbmitted. Fixes #2218.
95+
96+
* Limited the document name for uploaded slides to use 128 slugified
97+
characters from the slideset title as part of the name. Fixes a possible
98+
server 500 issue.
99+
100+
* Merged in [15345] from rcross@amsl.com:
101+
Remove duplicate functionality in secr/drafts. Fixes #2540.
102+
103+
* Merged in [15344] from mahoney@nostrum.com:
104+
email confirming interim meeting request now says 'the Area Director of
105+
the <area>' instead of '<area> Area Director'. Fixes issue #2522.
106+
107+
* Added additional checks to the meeting_session_video_url api test.
108+
109+
* Fixed api_set_session_video_url() to update the external video url if
110+
given a new value.
111+
112+
* Merged in [15342] from peter@akayla.com:
113+
Added optional reviewer unavailability reason support. Fixes issue #2146.
114+
115+
* Merged in [15335] from rcross@amsl.com:
116+
Fixed the ordering of meeting select in secr/meetings. Fixes #2539.
117+
118+
* Adjusted some timezones in test code to use permitted time zones after
119+
the previous changes in listed timezones. Added a migration for the
120+
changed timezone list.
121+
122+
* Fixed display of xml2rfc exceptions when processing draft submission in
123+
xml form.
124+
3125
* Modified the list of timezones available when setting a meeting
4126
timezone so as to not show timezones that are links. (Also edited the 102
5127
meeting timezone in the database to avoid this). Fixes issues #2531 and
@@ -25,21 +147,19 @@ ietfdb (6.83.0) ietf; urgency=medium
25147
meeting, rather than the current.
26148

27149
* Merged in [15327] from mahoney@nostrum.com:
28-
clarified description in the search form, removing the etc since you
150+
Clarified description in the search form, removing the etc since you
29151
can't search on author names. Fixes issue #1159.
30152

31153
* Merged in [15321] from rjsparks@nostrum.com:
32154
Converted ietf.group.tests to factories.
33155

34156
* Merged in [15320] from rjsparks@nostrum.com:
35-
The cookie tests were all calling make_test_data, but not using
36-
anything it created. Removed the calls.
157+
The cookie tests were all calling make_test_data, but not using anything
158+
it created. Removed the calls.
37159

38160
* Merged in [15314] from rjsparks@nostrum.com:
39161
Converted the community app tests to use factories.
40162

41-
* Added bower --> yarn conversion for web asset handling to PLAN.
42-
43163
-- Henrik Levkowetz <henrik@levkowetz.com> 16 Jul 2018 18:40:19 +0000
44164

45165

0 commit comments

Comments
 (0)