Skip to content

Commit 908a7d0

Browse files
committed
Changelog information for v6.14.0.
- Legacy-Id: 10791
1 parent 44e0835 commit 908a7d0

1 file changed

Lines changed: 151 additions & 0 deletions

File tree

changelog

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,154 @@
1+
ietfdb (6.14.0) ietf; urgency=medium
2+
3+
**Meetings Tabs on Group Pages**
4+
5+
This is a mixed bugfix and feature release. The most notable new features
6+
are:
7+
8+
- The WG and RG pages now have 'Meetings' tabs, which lists regular and
9+
interim meetings with links to agenda, minutes, and materials.
10+
11+
- The IESG Telechat Agenda now shows "(Has RFC Editor Note)" after the I-D
12+
filename if there is an RFC Editor Note associated with the document.
13+
14+
- Improved calculation of 'modified' timestamps for meetings, to make it
15+
possible for meeting apps like 'IETFers' to know when to fetch updated
16+
meeting data without having to poll all sessions and timeslots regularly
17+
in order to catch changes.
18+
19+
Here's the full list of fixes and features:
20+
21+
* Merged in [10780] from rjsparks@nostrum.com:
22+
Stop making active unknown-email- objects. Mark existing such objects
23+
as inactive. Tweak exception handling in submit/utils to make it obvious
24+
that the utilities will not change the person an existing Email record is
25+
pointing to.
26+
27+
* Removed previously mandatory but unwanted '.html' suffixes on meeting views.
28+
29+
* Merged in [10779] from rjsparks@nostrum.com:
30+
Added the ability to associate documents with sessions from the document
31+
main page. Integrated the group meetings tab with the secretariat meeting
32+
request and meeting materials pages. Made better use of bootstrap styling
33+
for the meetings tab and session details view.
34+
35+
* Consolidated multiple group contextmenu buttonlist elements into one.
36+
Changed button links into plain links for agenda/minutes/materials -- makes
37+
the bage less busy, takes up less room, and lessens the conflation between
38+
action buttons and links.
39+
40+
* Merged in [10770], [10771], [10772], and [10773] from housley@vigilsec.com:
41+
42+
The IESG Telechat Agenda now shows "(Has RFC Editor Note)" after the I-D
43+
filename if there is an RFC Editor Note associated with the document.
44+
This was added to the html and txt versions of the agenda. It was not
45+
added to the Secretariat view or the Scribe view of the agenda.
46+
47+
For transition, when an AD edits the RFC Editor Note, they need to move
48+
the text from the current writeup into the new field. Returning documents
49+
on the telechat agenda seems to be the biggest opportunity for something
50+
to fall between the cracks. If an event of type "changed_rfc_editor_note'
51+
exists, and the string "RFC Editor Note" appears in the text of the most
52+
recent 'changed_ballot_writeup_text' event, then a message is shown that
53+
tells the AD to remove the RFC Editor Note from the writeup.
54+
55+
* Merged in [10765] from lars@netapp.com:
56+
Correctly identify group work items in announce_to_lists.txt. Fixes #1901.
57+
58+
* Merged in [10764] from lars@netapp.com:
59+
Fixed a RemovedInDjango19Warning: The django.forms.util module has been
60+
renamed. Use django.forms.utils instead.
61+
62+
* Merged in [10763] from lars@netapp.com:
63+
Updated some web assets. Also change bower.json so bower can automatically
64+
fetch newer minor or patch releases for the assets.
65+
66+
* Merged in [10758] from rjsparks@nostrum.com:
67+
Provide help-text for the new-status field when editing status change
68+
document relations. Fixes #1898.
69+
70+
* Merged in [10757] from rjsparks@nostrum.com:
71+
Fix from Ole Laursen for the javascript managing status-change document
72+
relationships. Fixes #1899.
73+
74+
* Merged in [10756] from rjsparks@nostrum.com:
75+
Tweak factories to not randomly create keys that violate constraints.
76+
77+
* Merged in [10755] from rcross@amsl.com:
78+
Change merge-person-records, don't delete User until we handle related
79+
objects.
80+
81+
* Added a script to disambiguate document timestamps for the last 3 years,
82+
in order to avoid AmbiguousTimestamp exceptions and HTTP 500 errors for
83+
certain documents and document envents which fell in the autumn PDT-PST
84+
duplicate hour.
85+
86+
* Changed draft submission confirmation to not fail if the login used is
87+
missing an associated person record.
88+
89+
* Merged in [10734] from rjsparks@nostrum.com:
90+
Excluded concluded bofs from the set of groups for which a person can
91+
pre-approve drafts. Restore AD access to preapproval. (Need to consider
92+
adding delegate and group secretary access). Fixes #1896.
93+
94+
* Merged in [10733] from rjsparks@nostrum.com:
95+
Show session details for interims as well as ietf meetings.
96+
97+
* Merged in [10732] from rjsparks@nostrum.com:
98+
Filter unused document types from the search form. Fixes #1890.
99+
100+
* Merged in [10731] from rjsparks@nostrum.com:
101+
Addresses issues uncovered by the test-crawler. Adds missing DocAlias
102+
records for several document types. Creates DocAlias objects when
103+
createing Document objects for those document types. Identifies places in
104+
code to touch when we are ready to expose the bluesheets and recording
105+
document types at /doc/. (The data rows and the content store need work
106+
before doing so).
107+
108+
* Merged in [10728] from rjsparks@nostrum.com:
109+
Refactored meeting urls file without changing functionality in prepation
110+
for extending some views to handle interims. Reduced the level of
111+
redundancy in the way the urls lists were constructed.
112+
113+
* Merged in [10726] from rjsparks@nostrum.com:
114+
Added listing all the area directors back. Related to #1889.
115+
116+
* Merged in [10725] from rcross@amsl.com:
117+
Modified notification text for merges of multiple Person records for the
118+
same person.
119+
120+
* Merged in [10723] from rjsparks@nostrum.com:
121+
Tweaked the rendering of Area Directors in the charter text used in
122+
new-work, internal review, external review, and group action messages to
123+
display. Fixes #1889.
124+
125+
* Merged [10721] and [10724] from rcross@amsl.com:
126+
Removed Test watermark from interim meeting index background. Rewrote
127+
merge-person-records utility script to handle all related objects in a
128+
generic manner, remove old User records and handle email primary
129+
attribute. Fixes #1627.
130+
131+
* Merged in [10719] from rjsparks@nostrum.com:
132+
Added a meetings tab to the group information page. Links to minutes,
133+
agendas, and materials for each session at each meeting. Improves the UI
134+
for the session materials page.
135+
136+
* Merged in [10701] from rjsparks@nostrum.com:
137+
Simplified meeting.session_details. Shows all sessions for a meeting on
138+
one page instead of having a page per session. Removes the by-date,
139+
by-weekday, by-sequence mechanic.
140+
141+
* Changed the calculation of 'modified' time for a meeting, and also changed
142+
the 'updated' field for Session, TimeSlot, and SchedTimeSessAssignments to
143+
auto-update on any changes to the objects.
144+
145+
* Enabled resource sorting by modification time for Sessions, Timeslots, and
146+
Assignments. Fixed a bug which left Timeslot.duration null in the
147+
resources.
148+
149+
-- Henrik Levkowetz <henrik@levkowetz.com> 07 Feb 2016 05:06:49 -0800
150+
151+
1152
ietfdb (6.13.0) ietf; urgency=medium
2153

3154
**Improved NomCom Support**

0 commit comments

Comments
 (0)