|
| 1 | +ietfdb (6.100.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF 104 code sprint** |
| 4 | + |
| 5 | + This release contains datatracker bug fixes and enhancements from the |
| 6 | + IETF-105 Code Sprint. This sprint saw several participants diving deeper |
| 7 | + into the datatracker than before, accomplishing substantial tasks. Thanks |
| 8 | + to everyone who contributed! |
| 9 | + |
| 10 | + Notable improvements: |
| 11 | + |
| 12 | + The document list pages produced by searches, group document pages, and |
| 13 | + similar has been speeded up by a factor of more than 2 by doing detailed |
| 14 | + timing measurements and one by one addressing the biggest time sinks. A |
| 15 | + number of places where links to session slides were versioned have been |
| 16 | + changed so as to always point to the latest version. A calendar display |
| 17 | + component has been added, making it straightforward to display for instance |
| 18 | + calendar pages for upcoming meetings. Ability to handle markdown uploads |
| 19 | + and on-the-fly conversion for agendas and minutes has been added, as well as |
| 20 | + the ability to provide WG closing notes, sent out in announcement and saved |
| 21 | + for posterity on the group history page. The recently introduced Slide |
| 22 | + proposal feature has been made more solid, as has the Python 2 / Python 3 |
| 23 | + compatibility. |
| 24 | + |
| 25 | + Additional information, excerpted from the commit log: |
| 26 | + |
| 27 | + * Merged in [16593] from rjsparks@nostrum.com: |
| 28 | + Added sorting of the documents in the agenda, minutes, bluesheets section |
| 29 | + of the session_details view. Fixes #2759. |
| 30 | + |
| 31 | + * Merged in [16592] from rjsparks@nostrum.com: |
| 32 | + Changed how the session details page links to documents to not link to a |
| 33 | + specific version. Fixes #2758. See also #2756. |
| 34 | + |
| 35 | + * Merged in [16590] from rjsparks@nostrum.com: |
| 36 | + Example of using webtest. The full testcase was not converted because the |
| 37 | + add_rule form is modified in-flight by javascript when a control value is |
| 38 | + changed. |
| 39 | + |
| 40 | + * Merged in [16583] from rjsparks@nostrum.com: |
| 41 | + Restored the ability to remove documents while managing a personal list. |
| 42 | + Required updating code to match the recent change to Document's primary |
| 43 | + key. Fixes #2757. |
| 44 | + |
| 45 | + * Merged in [16569] from rjsparks@nostrum.com: |
| 46 | + Added quotes around document name in the mailarchive search link on a |
| 47 | + document's main page. Fixes #2659. |
| 48 | + |
| 49 | + * Merged in [16589] from rjsparks@nostrum.com: |
| 50 | + Added a calendar to the upcoming meetings page. Fixes #2719. |
| 51 | + |
| 52 | + * Prevent login name case issues by generating apache permissions file |
| 53 | + entries for both uppercase and lowercase logins. |
| 54 | + |
| 55 | + * Added a Py3 version of requirements.txt, excluding Trac which is still |
| 56 | + only available under Py2.7 |
| 57 | + |
| 58 | + * Did some preliminary work on converting bower management of web resources |
| 59 | + to yarn. New management command, replacing bower_install will be needed. |
| 60 | + |
| 61 | + * Merged in [16562] from rcross@amsl.com: |
| 62 | + Added encoding='utf-8' parameter to io.open operations in tests that |
| 63 | + starting failing since adding unicode_literals. |
| 64 | + |
| 65 | + * Merged in [16561] from rjsparks@nostrum.com: |
| 66 | + Added a prompt for login for approving slide suggestions instead of just |
| 67 | + presenting an error. Fixes #2750. |
| 68 | + |
| 69 | + * Merged in [16559] from fenton@bluepopcorn.net: |
| 70 | + Added Closing Notes to history and about pages for groups. Fixes issue |
| 71 | + #2725. |
| 72 | + |
| 73 | + * Merged in [16558] from rjsparks@nostrum.com: |
| 74 | + Made removed IPR disclosures visually distinctive on search results. |
| 75 | + Partially addresses #2687. |
| 76 | + |
| 77 | + * Merged in [16557] from pusateri@bangj.com: |
| 78 | + Added the ability to upload agenda and minutes in markdown format. |
| 79 | + Partially addresses issue #1926. We're still displaying markdown as text. |
| 80 | + Fixes #2704. |
| 81 | + |
| 82 | + * Fixed a number of additional Py2/3 compatibility issues. |
| 83 | + |
| 84 | + * Added LookupError to the exceptions caught during text upload decoding, |
| 85 | + leading to upload form validation error. |
| 86 | + |
| 87 | + * Merged in [16554] from rjsparks@nostrum.com: |
| 88 | + Rework how SlideSuggestion objects name their files. Improve the UI |
| 89 | + when there are multiple pending suggestions for updating the same |
| 90 | + presentation. |
| 91 | + |
| 92 | + * Moved djangobwr into the local repository, due to consistent |
| 93 | + difficulties pulling it from github as an svn:external |
| 94 | + |
| 95 | + * Enabled display of group pages also for groups of type adhoc and ise. |
| 96 | + |
| 97 | + * Updated the PLAN to adjust priority on modeling BCPs correctly |
| 98 | + |
| 99 | + * Added another check before building submitter email for mailtrigger |
| 100 | + entries, to ensure valid email addresses. |
| 101 | + |
| 102 | + -- Henrik Levkowetz <henrik@levkowetz.com> 03 Aug 2019 16:52:21 +0000 |
| 103 | + |
| 104 | + |
1 | 105 | ietfdb (6.99.1) ietf; urgency=medium |
2 | 106 |
|
3 | 107 | This bugfix release contains a number of fixes for issues with the big |
|
0 commit comments