Skip to content

Commit 2d195a7

Browse files
committed
Changelog entry for release 6.75.0.
- Legacy-Id: 14758
1 parent e5bc9c2 commit 2d195a7

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

changelog

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
ietfdb (6.75.0) ietf; urgency=medium
2+
3+
**Sanitized HTML uploads**
4+
5+
* Added sanitization of uploaded html content for session agendas and
6+
minutes, and did some refactoring of the upload form classes.
7+
8+
* Replaced html sanitization code that called html5lib directly with calls
9+
to bleach, and upgraded the requirements to let us use the latest html5lib
10+
and bleach.
11+
12+
* Modified the sanitizer and upload handler to strip also the content of
13+
some tags, and to produce valid files (if the content is otherwise valid).
14+
15+
* Django's urlize filter does not deal well with adjacent parantheses.
16+
Replaced it with a filter based on bleach.linkify, which does better, and
17+
also replaced the use of the urlize() function with bleach.linkify(), to
18+
avoid some exceptions caused by malformed urlize output, exposed by the
19+
new sanitize_html().
20+
21+
* Removed some dead code.
22+
23+
* Made some per-group and per-session iCalendar links show only if
24+
occurring in the future.
25+
26+
* Added individual session icalendar links on the group materials pages.
27+
28+
* Added an error message for missing email address in extracted author
29+
information during automated draft submission.
30+
31+
* Included mailing lists for groups in state 'bof' on the non-WG mailing
32+
list page, as that seems to match people's expectations better. Thiw was
33+
triggered by the observation that the 'iasa20' list was not listed on the
34+
page.
35+
36+
* Limited the lenght of the ipr document summary to 128, in order to not
37+
produce overlong message subjects. Fixes a server 500 from 5 Mar 2018.
38+
39+
* The datatracker /html/ URLs don't currently accept revision numbers.
40+
Fixed the URL in the announcement email for the time being.
41+
42+
* Fixed a typo. Fixes issue #2466.
43+
44+
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Mar 2018 14:38:42 -0800
45+
146
ietfdb (6.74.0) ietf; urgency=medium
247

348
**Various notificaiton email improvements and additional iCalendar links**

0 commit comments

Comments
 (0)