Commit graph

5662 commits

Author SHA1 Message Date
Henrik Levkowetz 4b0b7e0c58 Merged in henrik/6.16.1-pyang-work@10995:
Added in support for displaying results from selected submission checks as symbols on draft pages and in draft lists.  For now, that means that drafts with yang modules will show either a green or orange yang symbol, depending on the result of the submission yang validation check.
 - Legacy-Id: 10996
2016-03-28 19:23:10 +00:00
Henrik Levkowetz 3012a8ceb6 Submission check symbols should only be shown when the check returned a result, not otherwise.
- Legacy-Id: 10995
2016-03-28 19:08:02 +00:00
Henrik Levkowetz be2a2285bc Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation.
- Legacy-Id: 10994
2016-03-28 18:47:53 +00:00
Henrik Levkowetz 2dc0745d9d Time to reduce the bug symbol to regular size.
- Legacy-Id: 10992
2016-03-28 17:21:09 +00:00
Henrik Levkowetz 6a40969855 Merged in [10969] from rjsparks@nostrum.com:
Capture \'Status update\' summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG).
 - Legacy-Id: 10990
Note: SVN reference [10969] has been migrated to Git commit ca6512e4fa
2016-03-28 16:51:41 +00:00
Henrik Levkowetz 9b5e860ffb Set version info and settings back to development mode
- Legacy-Id: 10988
2016-03-28 15:00:26 +00:00
Henrik Levkowetz ae683fd542 Set version info to release version 6.17.1 before branching.
- Legacy-Id: 10986
2016-03-28 15:00:15 +00:00
Henrik Levkowetz 58f00689a4 New migration to match pytz 2016.3
- Legacy-Id: 10983
2016-03-28 14:32:29 +00:00
Henrik Levkowetz 210188bf86 Merged in [10974] from rjsparks@nostrum.com:
Turn the shepherd management buttons back on for the ISE. Fixes #1925.
 - Legacy-Id: 10977
Note: SVN reference [10974] has been migrated to Git commit 02af06c935
2016-03-24 20:33:33 +00:00
Henrik Levkowetz 0bcc7f0f3f Merged in [10973] from rjsparks@nostrum.com:
Show the drafts from all of a groups sessions on the materials page. Fixes #1933.
 - Legacy-Id: 10976
Note: SVN reference [10973] has been migrated to Git commit 71166df5a2
2016-03-24 17:57:46 +00:00
Robert Sparks 02af06c935 Turn the shepherd management buttons back on for the ISE. Fixes #1925. Commit ready for merge.
- Legacy-Id: 10974
2016-03-24 15:56:27 +00:00
Robert Sparks 71166df5a2 Show the drafts from all of a groups sessions on the materials page. Fixes #1933. Commit ready for merge.
- Legacy-Id: 10973
2016-03-24 15:25:14 +00:00
Henrik Levkowetz 91562d9d0a Merged in [10954] from rjsparks@nostrum.com:
Remove the stream from the \'howpublished\' component of the bibtex reference for an rfc. Fixes #1927.
 - Legacy-Id: 10972
Note: SVN reference [10954] has been migrated to Git commit ebc777c7bf
2016-03-24 14:29:55 +00:00
Henrik Levkowetz 723c57de25 Merged in [10953] from rjsparks@nostrum.com:
Use the same pattern for extending installed apps with middleware classes.
 - Legacy-Id: 10971
Note: SVN reference [10953] has been migrated to Git commit d411803e80
2016-03-24 14:14:55 +00:00
Robert Sparks ca6512e4fa Capture "Status update" summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG). Commit ready for merge.
- Legacy-Id: 10969
2016-03-23 19:42:01 +00:00
Henrik Levkowetz 02d341cae5 Updated docker-related files based on 6.17.0
- Legacy-Id: 10967
2016-03-22 21:10:33 +00:00
Henrik Levkowetz 7b65e2624f Added another guard against varying pyang output format.
- Legacy-Id: 10966
2016-03-22 20:58:08 +00:00
Henrik Levkowetz f52e21fb17 Put a guard in the yang validator against trying to read a draft which is absent from the staging area.
- Legacy-Id: 10958
2016-03-21 11:42:06 +00:00
Henrik Levkowetz 96d62b8aaa Fixed a problem with paging of api lists, which requires that the ordering keys define a fully deterministic ordering (i.e., there may be no entries with the same sort position in order to make the api paging work). (The admin interface's paging does not seem to have this problem.) Fixes issue #1930.
- Legacy-Id: 10957
2016-03-20 17:07:36 +00:00
Henrik Levkowetz 15ef1af9c5 Added object pk to the cache key. Fixes issue #1929.
- Legacy-Id: 10956
2016-03-20 16:38:40 +00:00
Robert Sparks ebc777c7bf Remove the stream from the "howpublished" component of the bibtex reference for an rfc. Fixes #1927. Commit ready for merge.
- Legacy-Id: 10954
2016-03-18 06:05:22 +00:00
Robert Sparks d411803e80 Use the same pattern for extending installed apps with middleware classes. Commit ready for merge.
- Legacy-Id: 10953
2016-03-17 23:18:29 +00:00
Henrik Levkowetz e0d1c0b313 Fixed a possible index error in the yang validator checker plugin.
- Legacy-Id: 10952
2016-03-17 13:22:16 +00:00
Henrik Levkowetz 75a3895dd9 Set version info and settings back to development mode
- Legacy-Id: 10948
2016-03-16 15:12:03 +00:00
Henrik Levkowetz e62e8c0893 Set version info to release version 6.17.0 before branching.
- Legacy-Id: 10946
2016-03-16 15:11:53 +00:00
Henrik Levkowetz c23fe867e1 Added a workaround for a thread import lock problem (http://bugs.python.org/issue7980).
- Legacy-Id: 10942
2016-03-16 14:10:13 +00:00
Henrik Levkowetz 64f5473499 Added a workaround for a thread import lock problem (http://bugs.python.org/issue7980).
- Legacy-Id: 10941
2016-03-16 14:06:09 +00:00
Henrik Levkowetz 5905876de1 Added a workaround for a thread import lock problem (http://bugs.python.org/issue7980).
- Legacy-Id: 10940
2016-03-16 14:05:19 +00:00
Henrik Levkowetz 8177d3ecbc Migration for timezone changes (pytz 2015.7 => 2016.1)
- Legacy-Id: 10938
2016-03-16 13:52:09 +00:00
Henrik Levkowetz 0005027d3e Merged in [10932] from rjsparks@nostrum.com:
Restrict related documents included in the 1wg-charter* views to those that update or obsolete WG produced RFCs.
 - Legacy-Id: 10935
Note: SVN reference [10932] has been migrated to Git commit d654610393
2016-03-16 08:54:30 +00:00
Henrik Levkowetz d856a500db Merged in [10895] from rjsparks@nostrum.com:
Remove a bit of template development debug material that had made it into production.
 - Legacy-Id: 10933
Note: SVN reference [10895] has been migrated to Git commit bfe41021b4
2016-03-16 07:56:39 +00:00
Robert Sparks d654610393 Restrict related documents included in the 1wg-charter* views to those that update or obsolete WG produced RFCs. Commit ready for merge.
- Legacy-Id: 10932
2016-03-16 03:37:35 +00:00
Henrik Levkowetz 6e6a8baa13 Fixed a typo.
- Legacy-Id: 10931
2016-03-15 23:15:44 +00:00
Henrik Levkowetz 7832427f8f Fixed a typo.
- Legacy-Id: 10930
2016-03-15 23:12:46 +00:00
Henrik Levkowetz adb8625635 Introduced caching for the api resources.
- Legacy-Id: 10929
2016-03-15 23:12:04 +00:00
Henrik Levkowetz 8c68bc63fa Removed obsolete Submission.idnits_message field.
- Legacy-Id: 10928
2016-03-15 23:10:56 +00:00
Henrik Levkowetz 62cae36acd Subclassed tastypie's ToOneField in order to provide caching for FK entries.
- Legacy-Id: 10927
2016-03-15 23:08:35 +00:00
Henrik Levkowetz 781a552e07 Added an admin model class for SubmissionEvent.
- Legacy-Id: 10926
2016-03-15 23:07:04 +00:00
Henrik Levkowetz 62574cd3f8 Fixed a pyflakes issue.
- Legacy-Id: 10925
2016-03-15 17:45:22 +00:00
Henrik Levkowetz 661d89e811 Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
- Legacy-Id: 10923
2016-03-14 19:27:32 +00:00
Henrik Levkowetz e8ed4609f2 Added a workaround for thread import lock problem, http://bugs.python.org/issue7980.
- Legacy-Id: 10922
2016-03-14 19:24:19 +00:00
Henrik Levkowetz 4cac784522 Renamed a bunch of identically named MainTestCase classes.
- Legacy-Id: 10913
2016-03-06 18:18:38 +00:00
Henrik Levkowetz 59623cf67f Removed an unused import.
- Legacy-Id: 10912
2016-03-06 17:49:00 +00:00
Henrik Levkowetz 78d8e2e44c Removed unused idnits_message field on Submission model.
- Legacy-Id: 10911
2016-03-06 17:46:55 +00:00
Henrik Levkowetz fbbc094086 Added sort direction to truncated search result views, and aligned the sort direction arrow with that used for the client-side tablesorter for untruncated results.
- Legacy-Id: 10910
2016-03-06 17:27:17 +00:00
Henrik Levkowetz 8291f169ae Added reverse sort capability to the document search views. The templates needs to be updated accordingly in order for this to be available other than through URL hacking.
- Legacy-Id: 10909
2016-03-06 16:52:19 +00:00
Henrik Levkowetz 3cdff01277 Set version info and settings back to development mode
- Legacy-Id: 10907
2016-03-05 15:01:57 +00:00
Henrik Levkowetz 9b3943a050 Set version info to release version 6.16.0 before branching.
- Legacy-Id: 10905
2016-03-05 15:01:44 +00:00
Henrik Levkowetz 8c07e98052 Removed an unused import
- Legacy-Id: 10902
2016-03-05 14:51:07 +00:00
Henrik Levkowetz ccc653aed1 Merged in [10839] from housley@vigilsec.com:
Added test for proper eneration of the approval message with and without an RFC Editor Note.
 - Legacy-Id: 10901
Note: SVN reference [10839] has been migrated to Git commit b4b14112b8
2016-03-05 14:50:08 +00:00