|
| 1 | +ietfdb (6.33.1) ietf; urgency=high |
| 2 | + |
| 3 | + **Nomcom nominee merging, agenda.json enhancements** |
| 4 | + |
| 5 | + This release brings back merging of duplicate nominee records in the nomcom |
| 6 | + tool, to complement the merging of duplicate person records. It brings a |
| 7 | + number of enhancements to the agenda.json output provided for the IETFers |
| 8 | + iOS app, and a number of bugfixes as mentioned in this changelog excerpt: |
| 9 | + |
| 10 | + * Merged in [11988] from rcross@amsl.com: Fix issue with proceedings for |
| 11 | + training sessions. |
| 12 | + |
| 13 | + * Brought back the nomcom nominee merge functionality which was |
| 14 | + inadvertently removed in January. There is now both a Merge Nominee and a |
| 15 | + Merge Person form, with additional instructions which should make it |
| 16 | + easier to choose the right one for the task. |
| 17 | + |
| 18 | + * Don't use EmptyQuerySet directly; return Class.objects.none() instead. |
| 19 | + |
| 20 | + * Clarified the differences between Document.href() and |
| 21 | + Document.get_absolute_url(). Updated PLAN. |
| 22 | + |
| 23 | + * On request, changed the agenda and minutes links in json_agenda to point |
| 24 | + at the document text instead of the document API endpoint. |
| 25 | + |
| 26 | + * Added an is_bof flag to json_agenda. Also added group state information. |
| 27 | + Changed the group information to use historic information instead of |
| 28 | + current. |
| 29 | + |
| 30 | + * Added a link to the minutes api to json_agenda(). Changed the output json |
| 31 | + to use sorted keys. |
| 32 | + |
| 33 | + * Made retrieve_search_results() always return a queryset, which lets us use |
| 34 | + .exists() on the returned value as needed. |
| 35 | + |
| 36 | + * Made 'group' a json object in the json_agenda, and added |
| 37 | + session.group.type information. |
| 38 | + |
| 39 | + * Fixed a merge error which replaced the group group state with a duplicate |
| 40 | + group charter line on the group_about page. Fixes issue #2009. |
| 41 | + |
| 42 | + * Changed the 1id_index generation to use a new Person method |
| 43 | + .plain_ascii(). Added tests for some Person name methods. |
| 44 | + |
| 45 | + * Changed 1id_index back to using plain names, undoing an inadvertent change |
| 46 | + to names with title. |
| 47 | + |
| 48 | + * Added object IDs to /meeting/<num>/agenda.json. |
| 49 | + |
| 50 | + * Datatracker buildbot (http://buildbot.tools.ietf.org:8010/waterfall) |
| 51 | + enhancements, tracking additional Test-Crawler measurables. |
| 52 | + |
| 53 | + -- Henrik Levkowetz <henrik@levkowetz.com> 23 Sep 2016 06:22:56 +0000 |
| 54 | + |
1 | 55 | ietfdb (6.33.0) ietf; urgency=medium |
2 | 56 |
|
3 | | - **Manual Draft Submission Management** |
| 57 | + **Manual draft submission management** |
4 | 58 |
|
5 | 59 | This release provides secretariat support for managing draft submissions |
6 | 60 | outside of the automated datatracker draft submission tool. In addition to |
|
0 commit comments