|
| 1 | +ietfdb (7.13.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Enhancements to upload pages and APIs, new Research Area Groups, better |
| 4 | + 403 pages, bugfixes.** |
| 5 | + |
| 6 | + * Changed a list of group types in all_meeting_sessions_for_group() to |
| 7 | + instead use group.features. |
| 8 | + |
| 9 | + * Fixed a bug in determining if the agenda page being rendered belongs to |
| 10 | + the current meeting (which affects caching time). |
| 11 | + |
| 12 | + * Merged in [18298] from rjsparks@nostrum.com: |
| 13 | + Converted IRTF area groups into their own group type rather than |
| 14 | + attempting to overload AG. Fixes #3027. |
| 15 | + |
| 16 | + * Improved the handling of the meeting materials page if unknown upload |
| 17 | + names without revision numbers are given. |
| 18 | + |
| 19 | + * Provided a local environment path for pyang, which is installed with pip |
| 20 | + and may not be available globally. Fixes issue #3018. |
| 21 | + |
| 22 | + * Simplified some recent code a little bit. |
| 23 | + |
| 24 | + * Added a custom 403 page, extending the datatracker base.html template. |
| 25 | + |
| 26 | + * Added a utility function around the PermissionDenied exception, in |
| 27 | + order to easily be able to provide relevant information to the 403 template. |
| 28 | + |
| 29 | + * Based on feedback from the Secretariat, changed the 404 for IPR |
| 30 | + declarations in other states than 'posted' to a 403 with a login link. |
| 31 | + |
| 32 | + * Added a missing 404 response |
| 33 | + |
| 34 | + * Converted many cases of plain-text 403 messages to use a properly styled |
| 35 | + page instead of a text/plain message; adding a login link when |
| 36 | + appropriate. Also changed some API endpoint 400 responses to a more |
| 37 | + correct 403. |
| 38 | + |
| 39 | + * Changed a list of tuples so as to always make them sortable. This fixes |
| 40 | + an issue with bluesheet uploads for 'groups' like 'ietf' that could have |
| 41 | + multiple sessions starting at the same time. |
| 42 | + |
| 43 | + * Changed mm_hourly to run the mailman cronjobs under Py27 until mailman has |
| 44 | + been upgraded to version 3.x (running under Py3). |
| 45 | + |
| 46 | + * Changed to using a template to generate bluesheets, and added a count of |
| 47 | + participants at the top. |
| 48 | + |
| 49 | + -- Henrik Levkowetz <henrik@levkowetz.com> 07 Aug 2020 15:27:42 +0000 |
| 50 | + |
| 51 | + |
1 | 52 | ietfdb (7.12.0) ietf; urgency=medium |
2 | 53 |
|
3 | 54 | **IETF 108 Code Sprint release 2, bugfixes and tweaks** |
|
0 commit comments