Skip to content

Commit e43b664

Browse files
committed
Changelog entry for 4.35
- Legacy-Id: 4966
1 parent 440ca88 commit e43b664

1 file changed

Lines changed: 200 additions & 1 deletion

File tree

changelog

Lines changed: 200 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,200 @@
1+
ietfdb (4.35) ietf; urgency=medium
2+
3+
This release provides a long list of fixes and minor enhancements, covering
4+
more than 50 different items found through feedback from users. Major
5+
contributors were Robert Sparks, Adam Roach, and Henrik. The changelog will
6+
be available at http://datatracker.ietf.org/release/4.35 after deployment.
7+
The commit log is at http://trac.tools.ietf.org/tools/ietfdb/log/trunk
8+
9+
Details:
10+
11+
* Added an 'email sent' success message after sending out a WG review
12+
announcement. Todo: Add equivalent messages in all other situations
13+
where email is sent out, for consistency.
14+
15+
* Added various things which lets us use Django's messages framework to
16+
give feedback to users. This includes adding the messages middleware in
17+
settings.py, adding a message display are at the top of the page base
18+
template, and adding style setting for message display.
19+
20+
* Tweaked test/mergedevbranch in a number of places in order to simplify
21+
handling (merging and testing) of multiple merges.
22+
23+
* Merged [4909] from rjsparks@nostrum.com:
24+
Reimplemented clear_ballot to close the existing ballot and create a
25+
new one. Changed the all_positions code to only return synthetic
26+
no-positions for current ADs when a ballot is actually open
27+
28+
* Merged [4904] from adam@nostrum.com:
29+
Fixing conflict list; adding AD column.
30+
31+
* Merged [4885] from rjsparks@nostrum.com:
32+
Refactored close_open_ballots, creating a way to close one abllot at a
33+
time. rewrote the clear ballot code to close each open ballot and open a
34+
new one
35+
36+
* Modified the format of the changelog to confirm fully to the debian
37+
changelog format.
38+
39+
* Added a simple page to show release information parsed from a release's
40+
changelog file.
41+
42+
* Improved the handling of iCalendar timezone information -- instead of
43+
simplified VTIMEZONE information generated from a template, the VTIMEZONE
44+
information for a meeting's timezone is read from file (where it presumably
45+
has been generated from the Olson timezone database, for instance using
46+
vzic.
47+
48+
* Added an utility script to extract information about the outgoing
49+
confirmation request email related to a draft submission.
50+
51+
* Added a management command to generate bibxml files for drafts. It's
52+
not fully cooked yet, as it needs to differentiate between documents which
53+
are currently drafts, and those that have been published as RFCs, but the
54+
basics are there.
55+
56+
* Add an name utility function to return a name's initials. Handle names
57+
with an uppercase surname to the left of the given name correctly.
58+
59+
* Added support for reverse-order (i.e., Japanese, Chinese, and other)
60+
names with uppercase family name in the draft submission author extraction.
61+
62+
* Added an 'agenda_note' field to meeting.models.Meeting, and added
63+
display of content (if any) in html and txt agendas.
64+
65+
* Fixed a misleading error message given when disallowed character occurs
66+
in a draft filename.
67+
68+
* Merged [4879] from rjsparks@nostrum.com:
69+
Changed 'protocol writeup' to 'shepherd writeup' in several templates.
70+
Fixes bug #885
71+
72+
* Merged [4873] from rjsparks@nostrum.com:
73+
Includes the conflict-review document contents in the email sent with
74+
the results of the conflict review.
75+
Fixes bug #883
76+
77+
* Merged [4866] from rjsparks@nostrum.com:
78+
Show link to pending liaison statements to approve to the secretariat.
79+
This fixes bug #878
80+
81+
* Merged [4836] from housley@vigilsec.com:
82+
Add stream to conflict-review documents in the agenda.json object for
83+
the IESG telechat agenda
84+
85+
* Merged [4825] from rjsparks@nostrum.com:
86+
Updated tests to deal with the mandatory state field
87+
88+
* Merged [4811] from rjsparks@nostrum.com:
89+
Cleaned up setting wg state, leaving events, and facilitated creating
90+
an initial charter for an existing unchartered group
91+
92+
* Merged [4806] from rjsparks@nostrum.com:
93+
Better handling for BoFs, particularly those that won't create WGs
94+
95+
* Updated wginfo/tests.py to work with the merged wginfo/edit.py which
96+
requires the wg state to be set.
97+
98+
* Fixed a problem with the spiffy ajax handling of email fields when test
99+
cases submit a textual list of email addresses instead of a python list.
100+
101+
* Use decorator.decorator consistenly in debug wrappers.
102+
103+
* Updated version of debug.py, which adds timing and profiling support
104+
functions.
105+
106+
* Added Michele Simionato's decorator module, for use in debug.py
107+
108+
* Merged [4805] from rjsparks@nostrum.com:
109+
When abandoning a chartering effort, only revert to approved charters
110+
if there's a chance one is there.
111+
Fixes bug #868
112+
113+
* Merged [4805] from rjsparks@nostrum.com:
114+
When abandoning a chartering effort, only revert to approved charters
115+
if there's a chance one is there.
116+
Fixes bug #868
117+
118+
* Removed debug statements
119+
120+
* Added the creation of a WG state change event for WG state changes.
121+
122+
* Tweak the GroupHistoryAdmin list_display.
123+
124+
* Fixed missing import of Role.
125+
126+
* Added a docstring note about the convention for when
127+
save_*_in_history() shoudl be called.
128+
129+
* Merged [4842] from rjsparks@nostrum.com:
130+
Warn when putting a charter in an unusual state onto a telechat agenda
131+
132+
* Merged [4841] from rjsparks@nostrum.com:
133+
Allows the IESG Note field to be edited even when empty.
134+
135+
* Merged [4840] from rjsparks@nostrum.com:
136+
Added more information about RFC5742 conflict review documents to the
137+
/agenda, moderator, and scribe pages.
138+
Fixes bug #874
139+
140+
* Merged [4858] from rcross@amsl.com:
141+
The IPR notification email was still referring to the old CGI admin
142+
script; fixed.
143+
144+
* Merged [4835] from rjsparks@nostrum.com:
145+
Improve the robustness of get_wg_section
146+
147+
* Merged [4833] from rjsparks@nostrum.com:
148+
Send email to IANA and the IESG when entering IESG evaluation of an
149+
RFC5742 conflict review
150+
151+
* Added a script to create NewRevisionDocEvent entries for charter files.
152+
153+
* Fixed an instance of old use of first_name, last_name in submission
154+
tool code.
155+
156+
* Fix up scribe template to suite John, undoing a number of fixes from
157+
the sprint.
158+
159+
* Add shepherd field to all_id2.txt
160+
161+
* Reverted a number of changes to the scribe template which made life
162+
more difficult for the scribe.
163+
164+
* Fixed a problem with blocking comments on charter documents pointed out
165+
by rjsparks@nostrum.com.
166+
167+
* Fixed another typo.
168+
169+
* Show ballot positions also for documents without an active ballot.
170+
171+
* Fix typo in import.
172+
173+
* Fixed a password reset url which didn't work due to a wrong keyword
174+
name in the urlpattern.
175+
176+
* Don't try to add a ballot's AD email addresses to a new version
177+
notification email if there's no ballot. Also did some linguistic fixes,
178+
and got rid of a wildcard import.
179+
180+
* Make the mergedevbranch script more flexible in accepting different
181+
partial repository paths on the command line.
182+
183+
* Make .ballot_open() available on DocumentInfo instead of on Document,
184+
too.
185+
186+
* Fixed a crash for the case where we're looking at a historic charter
187+
page and there's no active ballot for the histoic charter.
188+
189+
* Make .active_ballot() available on DocumentInfo instead of on Document,
190+
to make charter history snapshots work.
191+
192+
* Merged [4773] from olau@iola.dk:
193+
Encode uploaded charter text with UTF-8 to avoid crashing on Unicode
194+
content
195+
196+
-- Henrik Levkowetz <henrik@levkowetz.com> 30 Oct 2012 15:16:22 +0100
197+
1198
ietfdb (4.34) ietf; urgency=medium
2199

3200
* Merged in [4772] from rjsparks@nostrum.com, a big chunk which in itself
@@ -175,6 +372,8 @@ ietfdb (4.32) ietf; urgency=medium
175372
Deployment notes:
176373
* new setting: CONFLICT_REVIEW_PATH. The associated directory will need to be created
177374

375+
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 18:29:34 +0200
376+
178377
ietfdb (4.31) ietf; urgency=medium
179378

180379
This is primarily a bugfix-release, catching a lot of issues related to the
@@ -266,7 +465,7 @@ ietfdb (4.31) ietf; urgency=medium
266465
missing ballot id in the templates' url lookup. Fix this by providing the
267466
ballot id.
268467

269-
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 18:29:34 +0200
468+
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 01:51:26 +0200
270469

271470
ietfdb (4.30) ietf; urgency=medium
272471

0 commit comments

Comments
 (0)