Skip to content

Commit 11a813d

Browse files
committed
Changelog entry for 6.53.0
- Legacy-Id: 13524
1 parent 1334d0d commit 11a813d

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

changelog

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
ietfdb (6.53.0) ietf; urgency=medium
2+
3+
**Nomcom features, YouTube import, Better text wrapping in emails**
4+
5+
This release provides the ability for NomComs to collect feedback on
6+
arbitrary topics, and fixes some warts on the nomcom pages. It adds
7+
automated import of session recording data from YouTube, and a number of
8+
other secretariat tool refinements. Review team pages now show both date of
9+
assignment and deadline, and reviews sent in email should not be mangled by
10+
unnecesary line wrapping any more. There are also a some internal
11+
improvements. From the commit log:
12+
13+
* Merged in [13503] from rjsparks@nostrum.com:
14+
Added usernames to the email sent to the secretariat when a possible
15+
duplicate person has been detected. Fixes #2307.
16+
17+
* Merged in [13501] from rjsparks@nostrum.com:
18+
Used a simpler widget for the public key file when editing a nomcom to
19+
remove confusion between clearing keys and clearing the form control.
20+
Fixes #2299.
21+
22+
* Merged in [13500] from rjsparks@nostrum.com:
23+
Provide assigned dates on review team reviewers page. Fixes #2304.
24+
Related to #2305.
25+
26+
* Changed all instances of the deprecated self.failUnless() unittest method
27+
to self.assertTrue().
28+
29+
* Merged in [13499] from rcross@amsl.com:
30+
Add non WG Area choices to Parent field of secretariat groups edit form.
31+
Fixes #1344.
32+
33+
* Improved review linebreaking tests, based on [13495] from olau@iola.dk.
34+
35+
* Merged in [13492] from rcross@amsl.com:
36+
Removed old proceedings generation code. Fixes #2234.
37+
38+
* Merged in [13485] from rcross@amsl.com:
39+
Added import of YouTube session videos, using the YouTube Data API.
40+
Fixes #2249.
41+
42+
* Added a middleware exception handler for the case of people submitting
43+
unicode outside the Basic Multilingual Plane, which cannot currently be
44+
saved to the database.
45+
46+
* Added a test for no-agenda templates being used for future meetings
47+
without agenda. Aligned the wording in the txt and html templates.
48+
49+
* Merged in [13474] from rjsparks@nostrum.com:
50+
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256
51+
and #1846.
52+
53+
* Eliminated several variations on word wrapping, keeping only what used to
54+
be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs
55+
better than django.utils.text.wrap() when there are indented text parts.
56+
Replaced django's default wordwrap filter with one calling
57+
ietf.utils.text.wordwrap in all templates. Changed to triggered wrapping
58+
in some cases, with the maybewordwrap filter, which triggers on lines
59+
longer than 100 characters. This fixes the issue with undesired wrapping
60+
of reviews.
61+
62+
* Fixed a date arithmetic bug.
63+
64+
* xml2rfc 2.6.0 does not have parser parameters which are compatible with
65+
our usage. Will be fixed in 2.6.1. Disallow 2.6.0.
66+
67+
* Added a guard against trying to list locations which are None in
68+
agenda.json (there are socials with a timeslot but no location)
69+
70+
* Fixed the DOI information for doc/rfc*/bibtex/ temporarily; for a
71+
better fix we need to import the DOI values in ietf/sync/rfceditor.py
72+
73+
* Removed the table-list.json file and support for it; there are better
74+
ways of cleaning out extra local tables (see bin/drop-new-tables for a
75+
starting point)
76+
77+
-- Henrik Levkowetz <henrik@levkowetz.com> 05 Jun 2017 12:26:51 +0000
78+
179
ietfdb (6.52.0) ietf; urgency=medium
280

381
**Nomcom page improvements, and more**

0 commit comments

Comments
 (0)