Skip to content

Commit f11c930

Browse files
committed
Changelog entry for 6.46.1
- Legacy-Id: 12941
1 parent fc11123 commit f11c930

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

changelog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
ietfdb (6.46.1) ietf; urgency=medium
2+
3+
This is a bugfix release with some minor enhancements. From the commit
4+
log:
5+
6+
* Merged in [12932] from rjsparks@nostrum.com:
7+
Changed primary but inactive email addresses to the most recently touched
8+
active email for a Person. If a person has more than one primary email,
9+
make all but the first be not primary. Fixes #2214.
10+
11+
* Merged in [12930] from rjsparks@nostrum.com:
12+
Use the Role email associated with a reviewer as the From when emailing
13+
a review. Fixes #2201.
14+
15+
* Created a special function, log.unreachable(), to mark code unreachable,
16+
and changed a function name from log.affirm() to log.assertion().
17+
18+
* Added ordering to Role, and a roles section at the top of the personal
19+
profile page.
20+
21+
* Added svn symlink check and creation to the test suite setup. Forced test
22+
settings to use an empty INTERNAL_IPS list for improved consistency in
23+
code coverage figures.
24+
25+
* Preparation for dead code removal: Marked probable dead code with
26+
affirm() statements which will signal if we ever reach that point in the
27+
code. If no signals seen, the marked functions/methods will be removed
28+
after one release cycle.
29+
30+
* Removed a big chunk of dead code: placement.py and related.
31+
32+
* Cleaned up the remaining explicit url names, using dotted-paths to view
33+
functions instead. In total almost 700 changes.
34+
35+
* Tweaked an import to make Python 2to3 able to handle it, while testing
36+
conversion to Python 3 by means of the 2to3 tool.
37+
38+
* Fixed an issue that left html meta-characters unescaped in the
39+
release-notes shown under /release/
40+
41+
* Added an alert on the login form, to be shown if a user's password has
42+
been cleared. Adjusted url reverse strings to match the changed view
43+
function.
44+
45+
* Tweaked the wording on the account creation whitelisting page to
46+
emphasise the wording to be asked then emailing a querent.
47+
48+
* Personal profile pages already show the primary (unicode) name of a
49+
person. Added the asciified name in parentheses, if different from the
50+
primary name, in the page header.
51+
52+
* Tweaked the release script's bower update part.
53+
54+
-- Henrik Levkowetz <henrik@levkowetz.com> 01 Mar 2017 12:27:16 +0000
55+
56+
157
ietfdb (6.46.0) ietf; urgency=medium
258

359
**Name i18n improvements, tweaks to Group Pages and Account Setup**

0 commit comments

Comments
 (0)