Skip to content

Commit 5c66ec2

Browse files
committed
Changelog entry for release 6.58.0
- Legacy-Id: 14005
1 parent 24273da commit 5c66ec2

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

changelog

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
ietfdb (6.58.0) ietf; urgency=medium
2+
3+
**Important dates support, link cleanup and more**
4+
5+
This release is a collection of small features, bugfixes, and code cleanup.
6+
It contains work from the later part of the IETF 99 week, and additional
7+
work since then.
8+
9+
* Fixed a couple of html issues introduced in the previous release.
10+
11+
* Changed from get_meetings() to get_meeting() for
12+
meeting.views.floor_plan(), in order to raise 404 on missing meetings.
13+
This fixes a server 500 on /meeting/floor-plan/ for nonexistant meetings.
14+
15+
* Added a data migration to fix recent slides names containing underscores,
16+
and changed the code which let underscores through. Added a document name
17+
validator to avoid new documents with unwanted characters in the name.
18+
19+
* Increased the minimum pyflakes version; at least 0.9.2 is needed to
20+
deal correctly with the global declaration list in meeting migration 0056.
21+
22+
* Tweaked the test crawler, fixing a bug and adding an url exception for
23+
some redirected urls.
24+
25+
* Added support for mime-encoding of non-ascii name parts in document
26+
notify lists when generating draft email aliases.
27+
28+
* Pointed at the datatracker's document pages, instead of directly at the
29+
document in question, for drafts and RFCs on a person's profile page.
30+
This reverts to the functionality as originally implemented, but uses the
31+
correct doc.get_absolute_url instead of doc.href() (which incorrectly did
32+
the same as get_absolute_url in some cases until recently).
33+
Fixes issue #2340.
34+
35+
* Made Document.href() point at the rfc when doc.is_rfc().
36+
37+
* Made the materials links on a group's materials tab say 'Edit
38+
Materials' for people who can edit the group. Fixes issue #2332.
39+
40+
* Merged in [13980] from rjsparks@nostrum.com:
41+
Removed the Historic charter link that has 404ed for several months. The
42+
closest we have for the content it might have reached in the path is
43+
already linked out of the concluded working groups page. Fixes #2223.
44+
45+
* Merged in [13978] from rjsparks@nostrum.com:
46+
Query unique person objects when searching for duplicates based on
47+
aliases. Fixes #2263.
48+
49+
* Removed the old admin styling; things have moved on to the point where it
50+
doesn't work well any more. The new style requires more screen space,
51+
but it seems we have to accept that now.
52+
53+
* Changed the menubar link to meeting materials to explicitly point at
54+
/meeting/materials/, not just /meeting/.
55+
56+
* Replaced some group-specific agenda and minutes urls with
57+
session-specific urls, and more consistently pointed to explicitly named
58+
meeting materials. Related to commit [13964].
59+
60+
* Added a new release-coverage format which whould make it easier to show
61+
line-by-line code test coverage changes in the future.
62+
63+
* Fixed a time arithmetic issue in meeting cutoff-date methods.
64+
65+
* Changed the display of individual item update times on the materials
66+
overview page. In practice, having a tooltip on every agenda, minutes, and
67+
slides link became intrusive and annoying. Changed to display a bell if
68+
the update is within one day of now, and to display the time tooltip when
69+
hovering over the bell. Also corrected the colspan numbers for cancelled
70+
sessions, for consistency.
71+
72+
* Added urls and views for individual meeting documents, in order to be able
73+
to serve them directly from the datatracker, instead of taking them from
74+
www.ietf.org through the CDN. Adjusted the patterns used for href()
75+
accordingly. This also avoids different-origin issues. Shifted the url
76+
for materials_editable_groups() to an URL more in line with what the page
77+
links to. Changed the iframe urls for the agenda week view to work for
78+
groups with different agendas for different sessions by using href().
79+
80+
* Merged in [13958] from rjsparks@nostrum.com:
81+
Tweak to the important dates page title.
82+
83+
* Merged in [13957] from rjsparks@nostrum.com:
84+
Moves Important Dates into the datatracker. Fixes #2338.
85+
86+
* Merged in [13955] from kivinen@iki.fi:
87+
Changed links to previous reviews go to the doc page of the last
88+
result, not the review request page. The doc page will contain the
89+
actual review, so it has all information that is needed. Fixes #2090.
90+
91+
* Added the necessary switch argument for the registration importer's
92+
--latest switch in the daily cronjob file.
93+
94+
* Merged in [13934] from kivinen@iki.fi:
95+
Added sorting for the review team statistics tables. Fixes #2330.
96+
97+
* Updated the PLAN file after the Tools Committee prioritisation meeting
98+
during IETF 99.
99+
100+
* Changed get_timeslot_for_filename() to not blow up in the presence of
101+
duplicate timeslots.
102+
103+
-- Henrik Levkowetz <henrik@levkowetz.com> 29 Jul 2017 05:12:14 -0700
104+
105+
1106
ietfdb (6.57.0) ietf; urgency=medium
2107

3108
**IETF 99 code sprint**

0 commit comments

Comments
 (0)