Skip to content

Commit 23d7e90

Browse files
committed
Changelog entry for 6.55.3
- Legacy-Id: 13788
1 parent b61c042 commit 23d7e90

1 file changed

Lines changed: 60 additions & 6 deletions

File tree

changelog

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,71 @@
11
ietfdb (6.55.3) ietf; urgency=medium
22

3+
Another bugfix release with some refactoring. From the commit log:
4+
5+
* Added reverse relationships from drafts to submissions to submission
6+
checks to the Json API, to make it easier to find the yang checks for a
7+
given document.
8+
9+
* Reduced the number of non-functional URL patterns for interim meetings.
10+
Can easily be expanded as needed.
11+
12+
* Added test cases for ADs and IRTF Chair for the chartering buttons on
13+
/group/chartering.
14+
15+
* Make sure that test factory groups have a type.
16+
17+
* Limited the pyang and xym requirements to current major version; there's a
18+
possibility of new API-incompatible versions with semantic versioned
19+
numbers appearing.
20+
21+
* Call can_manage_group_type() with the right information. Fixes an issue
22+
with chartering buttons not being visible for ADs. Added a log assertion
23+
for calls to can_manage_group_type.
24+
25+
* Merged in [13775] from rcross@amsl.com:
26+
Refactor session edit page. Add button to cancel a session, which sets
27+
the status. Fixes #2296.
28+
29+
* Set an url for the server_error page, for testing.
30+
31+
* Added the debian security updates to apt sources for the docker image.
32+
33+
* Added a check for duplicate Yang model names after xym extraction.
34+
This prevents running pyang and yanglint on one module, moving it to the
35+
module libs, and then failing to run the checks on a second module with the
36+
same name, because the file has been moved after the first check.
37+
38+
* Linked to the submission status page from the submission confirmation
39+
page, in case people want to look at the text or xml which will be posted
40+
before confirming the submission
41+
42+
* Removed some test code which isn't useful with tastypie 0.14.0
43+
44+
* Updated template exclusion settings.
45+
46+
* Added the new format '4' to the list of recognized formats in the
47+
coverage_changes management command.
48+
49+
* Added a test to verify that we can load the 500 page template
50+
51+
* Tastypie 0.14.0 does not support the callback parameter as it did before;
52+
disable the tests for this as we don't use it anyway.
53+
354
* On request from a user, added information about running idnits before
455
submission upload to the upload form page.
556

6-
* Fixed an issue with the scope of the logfunc variable in production.
57+
* Fixed an issue with the scope of a server-mode-dependent variable when in
58+
production mode.
59+
60+
* Tweaked the wording of the unexpected-encoding warning on submission
61+
upload.
762

8-
* Tweaked the wording of the unexpected-encoding warning.
63+
* Changed to check the whole draft submission text when checking mime type,
64+
and catch decoding errors and raise ValidationError when converting
65+
submission form txt file to unicode for Draft().
966

10-
* Check the whole draft submission text when checking mime type, and
11-
catch decoding errors and raise ValidationError when converting submission
12-
form txt file to unicode for Draft().
1367

14-
-- Henrik Levkowetz <henrik@levkowetz.com> 03 Jul 2017 07:12:43 -0700
68+
-- Henrik Levkowetz <henrik@levkowetz.com> 08 Jul 2017 10:09:25 +0000
1569

1670

1771
ietfdb (6.55.2) ietf; urgency=medium

0 commit comments

Comments
 (0)