|
| 1 | +ietfdb (7.20.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Bugfixes and minor features** |
| 4 | + |
| 5 | + * Merged in [18533] from rjsparks@nostrum.com: |
| 6 | + Replaced review name collision resolution code with a decision to not |
| 7 | + save when it occurs. Fixes #3092. |
| 8 | + |
| 9 | + * Merged in [18550] from rjsparks@nostrum.com: |
| 10 | + Use the id-archive wherever we had been using the id-repository. |
| 11 | + Fixes #3080. |
| 12 | + |
| 13 | + * Fixed some grammar errors. |
| 14 | + |
| 15 | + * Changed the cache-filling code for doc.get_state() to avoid a period |
| 16 | + where the cache is seen as valid but empty. Addresses an issue where |
| 17 | + documents occasionally appear to be in an unexpected state. |
| 18 | + |
| 19 | + * Made the important-dates page honour the Meeting.show_important_dates |
| 20 | + setting. |
| 21 | + |
| 22 | + * Changed the length of the schedule name field from 16 to 64, to avoid |
| 23 | + running into lenght issues for schedule names auto-generated from person |
| 24 | + name or email. |
| 25 | + |
| 26 | + * Changed the autogeneration of schedule names to use a slugified user |
| 27 | + (person) name, rather than the user login. Logins are mostly email |
| 28 | + addresses, may contain characters not permitted in the URL pattern for |
| 29 | + schedule names, and are less readable in the contexts where schedule names |
| 30 | + are used. |
| 31 | + |
| 32 | + * Tweaked the verbose name of the Nomcom Topic Questionnaire's 'audience' |
| 33 | + field, on request from the NomCom chair. |
| 34 | + |
| 35 | + * Tweaked the generation of .ics vtimezone entries to have a stable ordering |
| 36 | + in /meeting/upcoming.ics. Fixes issue #3097. |
| 37 | + |
| 38 | + * Added a UTF-8 language locale to docker-init.sh, in order to be able |
| 39 | + some python packages that would fail to install under the default locale. |
| 40 | + |
| 41 | + * Tweaked the docker/copydb script to handle symlinked data directories. |
| 42 | + |
| 43 | + * Changed a draft submission revision consistency check to look at |
| 44 | + Submission objects rather than SubmissionDocEvent objects in order to not |
| 45 | + fail incorrectly when there are prior cancelled uploads. |
| 46 | + Related to issue #2909. |
| 47 | + |
| 48 | + * Merged in [18587] from rcross@amsl.com: |
| 49 | + Fixed section 5 of secretariat progress report. Fixes #3063. |
| 50 | + |
| 51 | + * Changed the template for the person_link templatetag to use the user's |
| 52 | + primary email address instead of the name, in order to work correctly |
| 53 | + for different persons having the same name. |
| 54 | + |
| 55 | + * Fixed a bug in the name_parts() function when dealing with names |
| 56 | + listing uppercased surname first (followed by given name). |
| 57 | + |
| 58 | + * Added a person name validation step to prevent names like 'anonymous'. |
| 59 | + |
| 60 | + * Tweaked the Person.plain_ascii() name method to not return leading or |
| 61 | + trailing spaces. |
| 62 | + |
| 63 | + * Added a management command, 'check_person_names_and_aliases': |
| 64 | + |
| 65 | + When we started explicitly listing draft and RFC author names on the |
| 66 | + documemnt pages in commit [18549], it uncovered a number of links that |
| 67 | + would return 404 because name alias entries were missing for some person |
| 68 | + entries, in particular for authors of early RFCs and drafts. Adding such |
| 69 | + alias entries can be done automatically in most cases. This new management |
| 70 | + command will do so, and also report (and in some cases fix) additional |
| 71 | + issues, such as names incorrectly incorporating '<>', name aliases that |
| 72 | + are email addresses, and more. |
| 73 | + |
| 74 | + Run this with -v2 (verbosity 2) to have it report all found names and |
| 75 | + aliases for each issue type, and run it with -f to fix those that can be |
| 76 | + automatically fixed. |
| 77 | + |
| 78 | + * Fixed another py2/py3 issue with the nomcom mail processing script. |
| 79 | + |
| 80 | + -- Henrik Levkowetz <henrik@levkowetz.com> 12 Oct 2020 12:57:08 +0000 |
| 81 | + |
| 82 | + |
1 | 83 | ietfdb (7.19.0) ietf; urgency=medium |
2 | 84 |
|
3 | 85 | **Added links to people's personal profile page in a number of places** |
|
0 commit comments