|
| 1 | +ietfdb (7.19.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Added links to people's personal profile page in a number of places** |
| 4 | + |
| 5 | + The important feature of this release is to add links to people's personal |
| 6 | + profile page in a number of places, but there are also a number of minor |
| 7 | + tweaks and fixes. From the commit log: |
| 8 | + |
| 9 | + * Added missing exception handling for one invocation of |
| 10 | + parse_agenda_filter_params(). |
| 11 | + |
| 12 | + * Added Person.personextresource_set to the information returned in the |
| 13 | + personal-information JSON blob (this is GDPR-related). |
| 14 | + |
| 15 | + * Fixed a test case bug that compared a py3 string with bytes. |
| 16 | + |
| 17 | + * Added a comment to explain the lack of skipIf() for a test class. |
| 18 | + |
| 19 | + * Added a link to a user's personal profile page to the personal |
| 20 | + drop-down menu. Addresses issue #3093. |
| 21 | + |
| 22 | + * Added a link to a user's personal profile page to the account info page, |
| 23 | + and moved the GDPR 'fine print' to the bottom of the page. Turned the |
| 24 | + 'personal-info' dagger symbols into links to the fine print. Added a |
| 25 | + dagger to the 'External Resources' section. |
| 26 | + Partially related to issue #3093. |
| 27 | + |
| 28 | + * Added RFC and active-drafts counts to the personal profile page. |
| 29 | + |
| 30 | + * Added listing of author names, with links to the individual profile |
| 31 | + pages, to Draft and RFC status pages. Related to issue #3093. |
| 32 | + |
| 33 | + * Fixed a Py3 str/bytes issue in the feedback_email handler. |
| 34 | + |
| 35 | + * Changed a couple of spots that have links to the person profile page to |
| 36 | + use the person_link template tag, for code consistency. |
| 37 | + |
| 38 | + -- Henrik Levkowetz <henrik@levkowetz.com> 02 Oct 2020 21:01:22 +0000 |
| 39 | + |
| 40 | + |
1 | 41 | ietfdb (7.18.0) ietf; urgency=medium |
2 | 42 |
|
3 | 43 | **Reimplemented IETF agenda page customisation** |
|
0 commit comments