|
| 1 | +ietfdb (7.15.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF Agenda page improvements for small devices, bugfixes** |
| 4 | + |
| 5 | + * Updated the instructions for how to expand a vocabulary v3 file to |
| 6 | + standalone (by using --expand with xml2rfc) |
| 7 | + |
| 8 | + * Updated the IETF meeting agenda rendering so as to show the session links |
| 9 | + to materials, meetecho, jabber, notepad etc. also for narrov-screen |
| 10 | + devices such as phones, based on code from lars@eggert.org. Also moved |
| 11 | + some template code doing markup tweaking of the room name to a TimeSlot |
| 12 | + method, and factored out session start- and end-time display, repeated in |
| 13 | + 4 locations, to a template snipped. Added a new CSS class which provides |
| 14 | + less padding at the sides of pages on narrow devices. |
| 15 | + |
| 16 | + * Merged in [18326] from lars@netapp.com: |
| 17 | + Updated bootstrap to 3.4.1 |
| 18 | + |
| 19 | + * Merged in [18357] from rjsparks@nostrum.com: |
| 20 | + Show a link to a drafts group page on the draft info page for all group |
| 21 | + types when the draft has a group. Fixes #3061. |
| 22 | + |
| 23 | + * Added a patch for tastypie under django 2.2, to catch field error |
| 24 | + exceptions that were handled differently under earlier django versions. |
| 25 | + |
| 26 | + * Changed the maybe_patch_libraries() check action to emit 'patched now, |
| 27 | + restart needed' errors in test or development, but not in production, where |
| 28 | + we don't care if the patches were applied earlier or just now. |
| 29 | + |
| 30 | + * Changed the week_view() function to calculate a |
| 31 | + first_regular_session_time also when the meeting has not been populated |
| 32 | + with any sessions, by using the meeting.date as a proxy value. |
| 33 | + |
| 34 | + * Fixed an issue that could prevent error messages from docutils from |
| 35 | + propagating to the end user when editing RST templates. |
| 36 | + |
| 37 | + * Made a template filter more robust when given unexpected input. |
| 38 | + |
| 39 | + * Fixed an issue with the generated tag and target URL for versioned bibxml |
| 40 | + entries under /doc/bibxml3 for drafts that have been published as RFC. |
| 41 | + |
| 42 | + * Added html.escape() in a test case in order to correctly handle |
| 43 | + affiliation names with ampersands. |
| 44 | + |
| 45 | + * Merged in [18371] from mark@painless-security.com: |
| 46 | + Track slide submissions even after acceptance or rejection. |
| 47 | + Fixes issue #2835. |
| 48 | + |
| 49 | + * Fixed an issue with the target URL for versioned bibxml entries under |
| 50 | + /doc/bibxml3 for drafts that have been published as RFC. |
| 51 | + |
| 52 | + * Changed the nomcom template editing forms to use a monospaced font for |
| 53 | + the template text (recommended for RST templates). |
| 54 | + |
| 55 | + * Added a link to the group page from the year label on the nomcom index |
| 56 | + page. |
| 57 | + |
| 58 | + -- Henrik Levkowetz <henrik@levkowetz.com> 27 Aug 2020 21:38:04 +0000 |
| 59 | + |
| 60 | + |
1 | 61 | ietfdb (7.14.1) ietf; urgency=medium |
2 | 62 |
|
3 | 63 | **Code cleanup** |
|
0 commit comments