Skip to content

Commit 2efdf9b

Browse files
committed
Changelog information for v6.12.0.
- Legacy-Id: 10659
1 parent b66dffe commit 2efdf9b

1 file changed

Lines changed: 143 additions & 0 deletions

File tree

changelog

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
ietfdb (6.12.0) ietf; urgency=medium
2+
3+
**Document timelines, table sorting, iesg agenda pace counts, AD position colours**
4+
5+
New features from lars@netapp.com:
6+
- Graphical document timelines at the top of each draft and RFC document
7+
page, giving an overall graphical view of the history timeline of the
8+
document and its ancestors.
9+
- Swift client-side sorting of tables, wherever it makes sense.
10+
- Document dependency graphs are now provided in svg format by default.
11+
The old pdf format is still available if desired.
12+
13+
New features from rjsparks@nostrum.com:
14+
- Page counts on the IESG agenda and documents pages
15+
16+
New features from henrik@levkowetz.com:
17+
- Substantially reworked AD position signal colours, with sidebars, on
18+
the AD view of the IESG agenda and document pages.
19+
20+
There is also a long list of bugfixes, provided by rjsparks@nostrum.com,
21+
lars@netapp.com, housley@vigilsec.com, rcross@amsl.com, and
22+
henrik@levkowetz.com. Here are details, extracted from the commit log:
23+
24+
* Merged in [10636] from rjsparks@nostrum.com:
25+
Refactored counting telechat pages to do it only in one place. Count more
26+
accurately and make it possible to report more granularly. Added page
27+
counts to agenda.json.
28+
29+
* Merged in [10634] from rjsparks@nostrum.com:
30+
Change the text used in conflict review approval messages. Fixes #1877.
31+
32+
* Merged in [10633] from housley@vigilsec.com:
33+
If the Internet-Draft is not the current revision, set the URLs to
34+
settings.IETF_ID_ARCHIVE_URL. Fixes #1876.
35+
36+
* Merged in [10632] from housley@vigilsec.com:
37+
For documents in the IETF stream, display consensus in the IESG portion
38+
of the page. For documents in other streams, disply consensis in the
39+
Stream portion of the page. Fixes #1560.
40+
41+
* Merged in [10631] from rjsparks@nostrum.com:
42+
Added page counts to iesg/agenda/documents and to the edit telechat date
43+
form. Fixes #1772.
44+
45+
* Merged in [10630] from housley@vigilsec.com:
46+
Better handling of consensus for BCPs and standards track documents.
47+
Partial fix for ticket 1560.
48+
49+
* Merged in [10624] from rcross@amsl.com:
50+
ValueError at /ipr/new-specific. Fixes #1873.
51+
52+
* Merged in [10623] from lars@netapp.com:
53+
Simplify the dependency graph generation, by relying on dot to generate
54+
PDF (and now also SVG) directly. Default to showing SVG from the link on a
55+
group's page.
56+
57+
* Merged in [10621] from lars@netapp.com:
58+
Use js tablesort almost everywhere I thought it would make sense. While I
59+
touched the pages, I also corrected a few minor HTML nits, capitalization
60+
inconsistencies and some other minor things.
61+
62+
* Merged in [10605] from lars@netapp.com:
63+
Show IDs that expired with a fading gradient and don't extend their box
64+
after 185 days. Plus a bunch of cosmetic changes.
65+
66+
* Rewrote crawl_history() to be easier to read (renaming multiple
67+
'retval' variables and other naming tweaks) and made it return distinct
68+
revisions without the added uniqueness filtering round from
69+
/personal/lars/6.11.1.dev0@10604.
70+
71+
* Merged in [10591] from housley@vigilsec.com:
72+
Added a negative test to ensure the RFC Editor is not included on
73+
notifications of manual posts by the Secretariat unless the document is in
74+
the RFC Editor Queue.
75+
76+
* Added a directory for staging of manually submitted drafts, instead of
77+
using hardcoded /tmp/, and added creation and removal of a test directory
78+
for this.
79+
80+
* Merged in [10586] from housley@vigilsec.com:
81+
Added automated tests for the fix for ticket #1751.
82+
83+
* Merged in [10569] from housley@vigilsec.com:
84+
For manual posting of an I-D by the Secretariat, include the RFC Editor
85+
on the email message if the I-D is in the RFC Editor Queue. Fixes #1751.
86+
87+
* Changed a helper function meeting_updated() to a method on Meeting, and
88+
provided it as a synthetic attribute on the /api/v1/meeting/meeting/
89+
endpoints of the JSON API.
90+
91+
* Merged in [10567] from housley@vigilsec.com:
92+
For Charters, display the Responsible AD as well as the Charter Edit AD.
93+
Fixes #1829.
94+
95+
* Moved the timeline colouring css to ietf.less, to pick up the brand
96+
colours directly.
97+
98+
* Merged in /personal/lars/6.11.1.dev0@10590 from lars@netapp.com, which
99+
brings in a timeline view at the top of document pages.
100+
101+
* Merged in [10551] and [10553] from lars@netapp.com:
102+
Added an .editorconfig file, so we can have some consistency in the project.
103+
(I don't care what settings we use, as long as we all use the same.) Use
104+
four spaces as default (Python default, as suggested by Henrik).
105+
106+
* Tweaked the colours a bit in order to make it easier for ADs to
107+
distinguish between the position colours on their personalised versions of
108+
iesg/agenda/documents/.
109+
110+
* Added a coloured bar at the right-hand side of the ADs' view of
111+
iesg/agenda/documents/, in order to make it easier to distinguish between
112+
the 'yes' and 'no-objection' colour codes.
113+
114+
* Moved definitions for the AD ballot position's background colours
115+
(which shows each AD his own positions by colour coding) from ietf.css to
116+
ietf.less, to make it easier to adjust the colours while keeping to the
117+
hues of the colour palette.
118+
119+
* Updated and corrected the description in the README file of of how the
120+
contents of the bootstrap/dist/ directory end up in the right place for
121+
static serving.
122+
123+
* Merged in [10540] from lars@netapp.com:
124+
Update vnu HTML5 validator, and fix an HTML nit it found.
125+
126+
* Merged in [10539] from lars@netapp.com:
127+
Fix CSS/js inclusion of select2 from new static location. (Looks like this
128+
file was forgotten when we began to use bower.)
129+
130+
* Merged in [10538] from lars@netapp.com:
131+
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
132+
133+
* Merged in [10536] from lars@netapp.com:
134+
Manage html5shiv and respond.js locally via bower, rather than relying on
135+
the CDN.
136+
137+
* Merged in [10532] from lars@netapp.com:
138+
Move to bootstrap 3.3.6, with a simpler way to maintain our customized
139+
version in the future (described in bootstrap/README-DATATRACKER.rst).
140+
141+
-- Henrik Levkowetz <henrik@levkowetz.com> 12 Jan 2016 13:32:10 -0800
142+
143+
1144
ietfdb (6.11.0) ietf; urgency=medium
2145

3146
**Liaison Tool Enhancement**

0 commit comments

Comments
 (0)