|
| 1 | +ietfdb (6.70.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Enhanced document author search, and more** |
| 4 | + |
| 5 | + This release expands the fields to which the 'author' entry in the document |
| 6 | + search form is applied, from just author name, to author name, email |
| 7 | + addresses, and affiliation. This makes it more feasible to enter a company |
| 8 | + name in the author field, and get meaningful results. The search results |
| 9 | + page now shows how many hits there are in each document category. |
| 10 | + Bluesheets may now be uploaded in text/plain format, not only PDF. For the |
| 11 | + nomcom, there's a new eligibility view and some additional tool links in the |
| 12 | + menu drop-downs, and for the IESG, there's now a warning if a draft is put |
| 13 | + on the telechat agenda so close to the telechat date that directorate |
| 14 | + reviews probably won't have time to be completed. Review request deadlines |
| 15 | + can now be edited, and there are also some testing enhancements. |
| 16 | + |
| 17 | + Commit log excerpt: |
| 18 | + |
| 19 | + * Made the MeetingFactory produce ietf meetings with dates appropriate |
| 20 | + for the numbers. Fixes random failures in test_eligible(). |
| 21 | + |
| 22 | + * Merged in [14549] from rjsparks@nostrum.com: |
| 23 | + Allow people who can make a review request to edit the request deadline. |
| 24 | + Send mail to other directorate secretaries when one secretary makes a |
| 25 | + change to a request. Fixes #2233. |
| 26 | + |
| 27 | + * Added .txt, text/plain, to the permitted types for bluesheet upload. |
| 28 | + Fixes issue #2437. |
| 29 | + |
| 30 | + * Expanded the fields that the 'author' entry of the document search form |
| 31 | + is applied to, from just author name, to author name, email addresses, and |
| 32 | + affiliation. Fixes issue #2415. |
| 33 | + |
| 34 | + * Added hit counts to the document search result page template. |
| 35 | + |
| 36 | + * Removed a chunk of code that won't be executed in all test environments |
| 37 | + from the test coverage measurements |
| 38 | + |
| 39 | + * Merged in [14539] from rjsparks@nostrum.com: |
| 40 | + Warn when putting a draft on a telechat that is so close that |
| 41 | + directorates will probably not have time to complete a review. Fixes #2381. |
| 42 | + |
| 43 | + * Added more test data for the eligibility view, in order to exercise all |
| 44 | + parts of the view code. |
| 45 | + |
| 46 | + * Removed code generating nomcom page urls which doesn't resolve any |
| 47 | + more. Added a comment about the eligibility view for previous nomcoms. |
| 48 | + |
| 49 | + * Merged in [14533] from rjsparks@nostrum.com: |
| 50 | + Add a page for the nomcom-chair and the secretariat to view who the |
| 51 | + datatracker thinks is nomcom eligible. Related to #2257. |
| 52 | + |
| 53 | + * Merged in [14532] from rjsparks@nostrum.com: |
| 54 | + Add another external tool link to the nomcom chair's task menu. |
| 55 | + |
| 56 | + * Modified the patch actions run under the 'check' management command to |
| 57 | + patch an issue with a unidecode lib warning. |
| 58 | + |
| 59 | + * Excluded versions of the Faker lib that produces names of type string |
| 60 | + instead of unicode for locale ro_RO, to avoid warnings from unidecode |
| 61 | + during testing. |
| 62 | + |
| 63 | + -- Henrik Levkowetz <henrik@levkowetz.com> 23 Jan 2018 10:37:00 -0800 |
| 64 | + |
| 65 | + |
1 | 66 | ietfdb (6.69.0) ietf; urgency=medium |
2 | 67 |
|
3 | 68 | **Improved NomCom support** |
|
0 commit comments