Skip to content

Commit 3a8ecf7

Browse files
committed
Changelog entry for release 6.64.0.
- Legacy-Id: 14239
1 parent 09d8ad1 commit 3a8ecf7

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

changelog

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
ietfdb (6.64.0) ietf; urgency=medium
2+
3+
**Yang resource links on yang draft pages**
4+
5+
Drafts containing yang modules now get links pointing to the yang impact
6+
analysis, and to module metadata for each module. Support has been added
7+
for ad-hoc trac instances, permitting automatic maintenance of role-based
8+
admin rights also for other trac instances than the WG, RG, and directorate
9+
wikis. The draft submission automation API description is now referenced
10+
from the draft submission upload page. 'Additional URLs' for drafts are now
11+
sorted, rather than presented in random order. Links pointing from draft
12+
review pages to mailing lists, for the full review text, are now validated
13+
in order to avoid presenting links to unavailable resources. An issue with
14+
parameter expansion in a nomcom template has been fixed, as have various
15+
other issues.
16+
17+
Details from the commit log:
18+
19+
* Added draft URLs pointing to Yang resources (impact analysis and model
20+
metadata) for submissions containing Yang modules.
21+
22+
* Changed the submission checkers to return more information in the
23+
checker details json blob; in particular added information about individual
24+
extracted code modules associated with a draft. This is used by the yang
25+
valididty checker to return a list of extracted yang modules.
26+
27+
* Changed the SubmissionCheck.time field to use a default now value,
28+
instead of auto_now, to permit migrations without changing the timestamps.
29+
30+
* Added some more debugging output for occasional author extraction
31+
failures during test. See also [14226].
32+
33+
* Added support for ad-hoc trac instances, with arbitrary names and
34+
filesystem paths, but still bound to a particular group's roles for
35+
management of trac admin rights.
36+
37+
* Display document urls in alphabetical order
38+
39+
* Permit document urls to be up to 512 bytes, rather than the default 200
40+
41+
* New settings for adhoc wikis and yang document urls
42+
43+
* Added a mention of the submission automation API on the submission
44+
upload page.
45+
46+
* Added cleaning of review_url from the review completion form, to make
47+
sure it's retrievable.
48+
49+
* Added some debugging code to help identify random test failures
50+
51+
* Added a new field Meeting.days to capture the length of a meeting.
52+
This is necessary now that we have previous meetings officially starting
53+
Sunday, lasting to Friday, and future meetings starting Saturday, Lasting
54+
to Friday. We use Meeting.days to calculate Meeting.end_date().
55+
Meeting.get_ietf_monday() and two cut_off() methods have also been updated
56+
to be instance methods instead of class methods, and to not assume that a
57+
meeting starts on Sunday.
58+
59+
* Updated coverage data
60+
61+
* Expanded one of the nomcom tests a bit, and updated a fixture to match
62+
the current /nomcom/default/email/feedback_receipt.txt template.
63+
64+
* Don't blow up when checking if the logged-in user is a document author,
65+
if the user don't have a person record.
66+
67+
-- Henrik Levkowetz <henrik@levkowetz.com> 30 Oct 2017 04:30:27 -0700
68+
69+
170
ietfdb (6.63.2) ietf; urgency=medium
271

372
This is a bugfix release which also brings a small improvement of the

0 commit comments

Comments
 (0)