Skip to content

Commit 547c4da

Browse files
committed
Changelog entry for 6.52.0
- Legacy-Id: 13454
1 parent 90211f2 commit 547c4da

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

changelog

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
ietfdb (6.52.0) ietf; urgency=medium
2+
3+
**Nomcom page improvements, and more**
4+
5+
This release adds nomcom and secretariat functionality, and improves the
6+
machine-readable json export of agenda information for the IETFers app.
7+
8+
The nomcom chair now has the ability to open and close nominations,
9+
feedback, and nomcom processing for a position separately. It has been made
10+
easier to add new positions to be filled out of the regular schedule, and
11+
the nomcom chair now can enable display of nominee photos on the feedback
12+
pages. An issue with statistics calculation on the internal nomcom pages
13+
has been fixed, as well as some other annoyances.
14+
15+
The secretariat now has full edit capability also for non-session meetings,
16+
chairs can now upload bluesheets for interim meetings, and the json export
17+
of agenda information now has better information about session presentation
18+
materials.
19+
20+
As usual, a few bugs have been fixed, too, improving author information
21+
extraction from uploaded .xml files, and more:
22+
23+
* Merged in [13418] from rcross@amsl.com:
24+
Add full edit capability for non-sessions. Fixes #2235.
25+
26+
* Merged in [13417] from rjsparks@nostrum.com:
27+
Minor tweak to instructions for removing nomcom positions.
28+
29+
* Merged in [13413] from rjsparks@nostrum.com:
30+
Allow nomcoms to configure the feedback page to show nominee pictures.
31+
Fixes #2252. ,
32+
33+
* Merged in [13412] from rcross@amsl.com:
34+
Allow chairs to upload bluesheets for interim meetings. Fixes #2165.
35+
36+
* Fixed a bug for /meeting/*/agenda.json where multiple entries for a
37+
room name could occur, even if only one of them were referenced by sessions.
38+
39+
* Added stripping of leading and trailing whitespace from submission data
40+
(including email addresses) gleaned from submitted xml. Changed email line
41+
parsing to use email.utils.parseaddr() instead of a regex which only would
42+
handle unwuoted names (and possibly not utf-8 names) correctly.
43+
44+
* Merged in [13409] from rjsparks@nostrum.com:
45+
Add some help for the nomcom chair for when new positions are needed
46+
later in a nomcom cycle. Fixes #2253.
47+
48+
* Merged in [13400] from rjsparks@nostrum.com:
49+
Correctly calculate statistics on the nomcom private index page. Fixes
50+
#2254.
51+
52+
* Merged in [13399] from rjsparks@nostrum.com:
53+
Make it possible to close nominations without closing feedback. Fixes
54+
#2255.
55+
56+
* Merged in [13390] from rjsparks@nostrum.com:
57+
Avoid confusing messages saying a key has not been entered when it has.
58+
Fixes #2250.
59+
60+
* Merged in [13388] from rjsparks@nostrum.com:
61+
Update the feedback count badge when new feedback is provided. Fixes
62+
#2260.
63+
64+
* Merged in [13383] from rjsparks@nostrum.com:
65+
Don't double-escape when showing feedback. Fixes #2297.
66+
67+
* Added more information about session presentations to the agenda.json
68+
output, on request from pusateri@bangj.com.
69+
70+
* Added raw_id_fields on DocumentAuthorAdmin to speed up form loading,
71+
and added SessionPresentationAdmin to the meeting admin.py
72+
73+
-- Henrik Levkowetz <henrik@levkowetz.com> 29 May 2017 23:21:29 +0000
74+
75+
176
ietfdb (6.51.0) ietf; urgency=medium
277

378
**Improved RFC Author Information**

0 commit comments

Comments
 (0)