|
| 1 | +ietfdb (6.76.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF 101 code sprint** |
| 4 | + |
| 5 | + This release contains datatracker bugfixes and enhancements from the IETF-101 |
| 6 | + Code Sprint. It brings new views to merge duplicate person records, fixes |
| 7 | + an annoying bug in downref identification and a bunch of links that didn't |
| 8 | + point to the right document, corrects the mime-type for JSON responses, and |
| 9 | + brings substantial improvments to test coverage. |
| 10 | + |
| 11 | + Many thanks to everyone who contributed! |
| 12 | + |
| 13 | + * Merged in [14864] from rjsparks@nostrum.com: |
| 14 | + Improved test coverage for ietf.meeting.views. |
| 15 | + |
| 16 | + * Updated Note Well. Fixes issue 2474. |
| 17 | + |
| 18 | + * Tweaked person factory ascii name generation to not include periods |
| 19 | + inside names. |
| 20 | + |
| 21 | + * Tweaked a factory to make duplicate mailing list names less likely in tests |
| 22 | + |
| 23 | + * Test data template tweak. |
| 24 | + |
| 25 | + * Merged in [14863] from rjsparks@nostrum.com: |
| 26 | + Improved test coverage for ietf.utils.draft. |
| 27 | + |
| 28 | + * Merged in [14862] from rcross@amsl.com: |
| 29 | + Add view for merge person records. |
| 30 | + |
| 31 | + * Merged in [14855] from rjsparks@nostrum.com: |
| 32 | + Improved test coverage for ietf.meeting.views. |
| 33 | + |
| 34 | + * Added a test case for reference extraction. |
| 35 | + |
| 36 | + * Merged in [14854] from rjsparks@nostrum.com: |
| 37 | + Improved test coverage over meeting.views. |
| 38 | + |
| 39 | + * Merged in [14851] from housley@vigilsec.com: |
| 40 | + Improve parser for references in Internet-Drafts. Fixes #2360 |
| 41 | + |
| 42 | + * Merged in [14850] from rjsparks@nostrum.com: |
| 43 | + Improvements to test coverage in ietf.meeting.views |
| 44 | + |
| 45 | + * Removed premature save of upload document state (doing it after |
| 46 | + verifying that the save to file worked instead). Tweaked materials |
| 47 | + documents revision extraction regexes. Added a test on no change of |
| 48 | + materials rev after failed upload. Corrected the naming of materials in |
| 49 | + make_meeting_test_data. Refined the test crawl of meeting materials pages. |
| 50 | + |
| 51 | + * Added a couple of meeting material crawls to check that internal |
| 52 | + material links aren't broken. |
| 53 | + |
| 54 | + * Check attribute isn't None before accessing sub-attributes. |
| 55 | + |
| 56 | + * Merged in [14845] from rcross@amsl.com: |
| 57 | + Remove unused roles/forms.py. |
| 58 | + |
| 59 | + * Merged in [14844] from adam@nostrum.com: |
| 60 | + Fixing 'href' field for |
| 61 | + https://datatracker.ietf.org/meeting/<meeting-num>/json. |
| 62 | + |
| 63 | + * Fixed some materials docname-with-rev regexes that were too narrow. |
| 64 | + |
| 65 | + * Merged in [14843] from adam@nostrum.com: |
| 66 | + Updated (deprecated, unregistered) 'text/json' with 'application/json' |
| 67 | + everwhere. |
| 68 | + |
| 69 | + * Merged in [14842] from rcross@amsl.com: |
| 70 | + Add check for deleted session when scheduling. Fixes #2450. |
| 71 | + |
| 72 | + * Fixed a bug in a RegexValidator error message string interpolation. |
| 73 | + |
| 74 | + -- Henrik Levkowetz <henrik@levkowetz.com> 21 Mar 2018 10:23:06 +0000 |
| 75 | + |
| 76 | + |
1 | 77 | ietfdb (6.75.2) ietf; urgency=medium |
2 | 78 |
|
3 | 79 | **Session iCalendar links on document lists** |
|
0 commit comments