Skip to content

Commit 31e1a73

Browse files
committed
Updated changelog
- Legacy-Id: 18951
1 parent fc182c1 commit 31e1a73

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

changelog

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
ietfdb (7.28.0) ietf; urgency=medium
2+
3+
** Show full document by default, email aliases for programs and review teams, bugfixes and enhancements **
4+
5+
* Remove the check for activate_this from wsgi.py since modern venv
6+
doesn't provide that script. Change the logging to always log when starting
7+
a wsgi instance.
8+
9+
* Merged in [18900] from rjsparks@nostrum.com:
10+
Tweaks to dockerfile to avoid rust compiler issues.
11+
12+
* Merged in [18901] from housley@vigilsec.com:
13+
Make mail aliases for review teams and IAB programs. Fixes #3210
14+
15+
* Merged in [18904] from fenton@bluepopcorn.net:
16+
Corrected template to remove spurious No Documents Match warning. Fixes
17+
#3148.
18+
19+
* Merged in [18905] from housley@vigilsec.com:
20+
Point bibxml3 to I-D archive so that all version numbers are handled
21+
properly, and perform more robust revision suffix cleanup. Fixes #3188.
22+
23+
* Merged in [18906] from housley@vigilsec.com:
24+
Provide bibxml test for drafts that end in a hyphen and a digit.
25+
26+
* Merged in [18909] from housley@vigilsec.com:
27+
Log Unicode exception instead of printing them to the console when they
28+
occur building the email alias files.
29+
30+
* Merged in [18911] from rjsparks@nostrum.com:
31+
Adjusted ballot email text. Fixes #3208.
32+
33+
* Merged in [18913] from housley@vigilsec.com:
34+
Convert generate-draft-aliaes and generate-wg-aliases into management
35+
commands: generate_draft_aliases and generate_group_aliases. Also provide
36+
tests for the new management commands.
37+
38+
* Merged in [18914] from rjsparks@nostrum.com:
39+
Update the submission instructions to encourage submission of v3 xml.
40+
Fixes #3232.
41+
42+
* Merged in [18927] from jennifer@painless-security.com:
43+
Drop parent group filter keyword from special group agenda items. Fixes
44+
#3115.
45+
46+
* Merged in [18928] from rjsparks@nostrum.com:
47+
Simplify javascript on the htmlized document pages.
48+
49+
* Merged in [18936] from rjsparks@nostrum.com:
50+
Retain strict acronym validation, specifically disallowing hyphens, for
51+
new groups of types that create documents, while allowing existing groups
52+
and new non-document-creating groups to validate when they contain hyphens.
53+
Fixes #3236.
54+
55+
* Merged in [18937] from rjsparks@nostrum.com:
56+
Change the default behavior of a document's main page to show the
57+
full document content. Users can still control whether the full
58+
page is shown on a particular document by adding either
59+
?include_text=0 or ?include_text=1 to the url. Users can also use
60+
the settings page at /account/settings to override the default
61+
behavior for all documents. Fixes #3252.
62+
63+
* Merged in [18938] from rjsparks@nostrum.com:
64+
Redirect requests for htmlized bcp or std subseries elements to the
65+
relevant rfc-editor info page. Fixes #3233.
66+
67+
* Merged in [18939] from jennifer@painless-security.com:
68+
Consolidate repeated searchable field code into SearchableField class.
69+
Fix single-valued searchable fields. Make javascript test config reusable.
70+
Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204.
71+
72+
* Merged in [18940] from jennifer@painless-security.com:
73+
Hide agenda timeslot label rows when all their sessions are hidden.
74+
Fixes #3249.
75+
76+
* Merged in [18941] from jennifer@painless-security.com:
77+
Add purge_old_personal_api_key_events management command. Fixes #3144.
78+
79+
-- Robert Sparks <rjsparks@nostrum.com> 15 Apr 2021 14:15:04 +0000
80+
181
ietfdb (7.27.0) ietf; urgency=medium
282

383
** 110 Codesprint **

0 commit comments

Comments
 (0)