Skip to content

Commit a781df6

Browse files
committed
Changelog information for v6.13.0.
- Legacy-Id: 10706
1 parent f1ca9a0 commit a781df6

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

changelog

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
ietfdb (6.13.0) ietf; urgency=medium
2+
3+
**Improved NomCom Support**
4+
5+
This release provides a massive refactoring of the NomCom app, fixing
6+
a large number of known issues, and adding a long list of refinements,
7+
improvements and new features. This whole release is the work of
8+
rjsparks@nostrum.com. From the commit log:
9+
10+
* Merged in [10629] from rjsparks@nostrum.com:
11+
This set of changes focuses on improvements to the nomcom portion of
12+
the datatracker.
13+
14+
These changes:
15+
16+
- Simplify the nomcom form for comments. Make it more obvious who
17+
receives mail when a comment is supplied. Fixes #1849.
18+
19+
- Simplify the nomcom form for nominations. Provide a primary workflow
20+
where nominations choose an existing Person, and a secondary
21+
workflow for nominating new people.
22+
23+
- Allow nominees to add a comment when accepting or declining a
24+
nomination. Fixes #1845.
25+
26+
- Organize the list of nominees on the feedback page. Fixes #1786 and
27+
#1809.
28+
29+
- Simplify the mechanisms used to display feedback message counts.
30+
31+
- Regroup the feedback view to make it easier to see where to spend
32+
review effort. Fixes #1866.
33+
34+
- Capture when nomcom members last reviewed feedback for a given
35+
nominee. Add badges when new feedback is avaliable. Improve the
36+
layout of the feedback index page. Fixes #1850.
37+
38+
- Reorganize the tab navigation on the nomcom private pages. Made it
39+
more obvious when the chair is doing something that only the chair
40+
gets to see. Fixes #1788 and #1795.
41+
42+
- Regroup multiselect options to make classifying pending feedback
43+
simpler. Make the control larger and resizable. Fixes #1495.
44+
45+
- Simplify the chair's views for editing nominee records. Replace the
46+
merge nominee form with a request to the secretariat to merge Person
47+
records. Fixes #1847.
48+
49+
- Added merging nominees to the secretariat's persson merging script.
50+
51+
- Show information for concluded nomcoms. Close feedback and
52+
nomination for concluded nomcoms. Fixes #1856.
53+
54+
- Improve the questionnaire templates, reminding the nominee that
55+
receiving the questionnaire does not imply they have accepted a
56+
nomination. Fixes #1807.
57+
58+
- Remove the description field from Postion. Simplify the Position
59+
list and the Position edit form. Make the nomcom pages more self
60+
documenting. Add a page to help nomcom chiars through setting up a
61+
new nomcom. Fixes #1867 and #1768.
62+
63+
- Remove the type from the template pathname for the requirements
64+
templates. Make the requirements views work for both types plain and
65+
rst. Changed the default type for new nomcom requirement templates
66+
to rst.
67+
68+
- Remove 'incumbent' from the models. Fixes #1771.
69+
70+
- Adjust the models for Nominee and Nomination to better associate
71+
Nominee objects with Person objects.
72+
73+
- Remove BaseNomcomForm and the implementation of custom fieldsets.
74+
75+
- Replace the custom message framework with the django provided
76+
messages framework.
77+
78+
- Improve SearchablePersonField to show the primary email address for
79+
any search result where a name appears more than once.
80+
81+
- Add the use of factory-boy for generating test data. Normalize
82+
management of a test directory for test nomcom public keys.
83+
Significantly improve test coverage of the nomcom related code.
84+
85+
-- Henrik Levkowetz <henrik@levkowetz.com> 15 Jan 2016 14:00:16 -0800
86+
187
ietfdb (6.12.1) ietf; urgency=medium
288

389
This is a bugfix release, in preparation for the next feature release.

0 commit comments

Comments
 (0)