Skip to content

Commit ec7dbeb

Browse files
committed
Changelog entry for 7.15.1
- Legacy-Id: 18461
1 parent edf82e7 commit ec7dbeb

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

changelog

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
ietfdb (7.15.1) ietf; urgency=medium
2+
3+
* Fixed an issue in the auth48 state_alert_badge() template filter, which
4+
could arise for a document where a get_state() call returns None.
5+
6+
* Added exception catching around an urlreverse that might fail.
7+
(Enumerating valid group types will also work, but can get out of sync, so
8+
this is more DRY).
9+
10+
* Renamed the AUTH48 state_alert_badge() filter to auth48_alert_badge(),
11+
as the filter is specific to auth48, not generic.
12+
13+
* Added an xml_version field to Submission objects, to capture the schema
14+
version of submitted XML files (if any). Related to issue #3067.
15+
16+
* Added links to v3 HTML output for v3 draft submissions.
17+
Fixes issue #3067.
18+
19+
* Adjusted the horizontal placement of [New] labels in search results,
20+
aligning them on a vertical line for a neater look.
21+
22+
* Updated the bluesheet submission API tests slightly, to verify correct
23+
handling of bluesheet updates.
24+
25+
* Merged in [18373] from mark@painless-security.com:
26+
Filter out reviewers who have rejected reviewing this document in the
27+
past from the list of suggested reviewers. Fixes #2996.
28+
29+
* Merged in [18378] from rjsparks@nostrum.com:
30+
Improved the classification of some github related external resources.
31+
Tightened validation of new resource values.
32+
33+
* Added an admin page search field and tweaked the list display for the
34+
DocAlias admin page.
35+
36+
* Merged in [18103] from olau@iola.dk:
37+
Prefetch a couple of things in the agenda view to reduce the number of
38+
queries for IETF 106 from about 3800 to about 235.
39+
40+
* Merged in [18414] from olau@iola.dk:
41+
Compute session order from available data instead of going through the
42+
database again (saves ~2800 queries on the IETF 106 agenda page)
43+
44+
* Merged in [18425] from olau@iola.dk:
45+
Made the IPR search form initialize the state field upon form
46+
initialization instead of evaluating the queryset upon importing the
47+
module. This is probably never a problem in practice in this case in
48+
the live environment, but it's a confusing practice, and when running
49+
the tests sometimes a bug seems to throw Django off and the error is
50+
then shadowed by Django crashing when trying to access the
51+
(non-existing) database.
52+
53+
* Merged in [18445] from rjsparks@nostrum.com:
54+
Provided a management command to inform github backups.
55+
56+
* Merged in [18446] from rcross@amsl.com:
57+
Removed a reference to old style exception attribute 'message'.
58+
59+
-- Henrik Levkowetz <henrik@levkowetz.com> 02 Sep 2020 20:54:59 +0000
60+
61+
162
ietfdb (7.15.0) ietf; urgency=medium
263

364
**IETF Agenda page improvements for small devices, bugfixes**

0 commit comments

Comments
 (0)