|
| 1 | +ietfdb (6.82.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Group features moved from code to database** |
| 4 | + |
| 5 | + This release replaces the code defined group features with features held |
| 6 | + in a database table: |
| 7 | + |
| 8 | + - Added a GroupFeatures model to the group models, and removed the old |
| 9 | + features.py |
| 10 | + - Added a agenda type for future use in showing different group types on |
| 11 | + different agendas. |
| 12 | + - Renamed the group feature has_materials to has_nonsession_materials. |
| 13 | + - Added API resources and admin support for the new tables. |
| 14 | + - Added a Directorate (with reviews) group type as complement to |
| 15 | + Directorate, to distinguish between directorates with and without |
| 16 | + reviews. |
| 17 | + - Adjusted tests as needed. |
| 18 | + - Updated the fixtures, and fixed the generate_fixtures script to include |
| 19 | + the new AgendaTypeName objects. |
| 20 | + |
| 21 | + There still exists about 70 instances of code comparing the group type |
| 22 | + with a list of types; most of these should probably be replaced with new |
| 23 | + features, instead, to make it possible to add new group types through the |
| 24 | + database table, rather than having to edit the code. That was the purpose |
| 25 | + of this refactoring from the start, but the presence of this large number |
| 26 | + of comparisons of group type against lists of types defeats the goal until |
| 27 | + we add appropriate features and replace the group type list comparisons. |
| 28 | + |
| 29 | + Additional changes: |
| 30 | + |
| 31 | + * Added exception logging for ietf/bin/rfc-editor-queue-updates. Changed |
| 32 | + the logging in the ietf/bin/rfc-editor-* scripts to use |
| 33 | + ietf.utils.log.log(). Reordered some imports. |
| 34 | + |
| 35 | + * Replaced the use of a deprecated Django field attribute with the |
| 36 | + sanctioned replacement. |
| 37 | + |
| 38 | + * Merged in [15282] from housley@vigilsec.com: |
| 39 | + Set reply-to for I-D Announcements that include a CC to a mail list. |
| 40 | + Fixes #2530. |
| 41 | + |
| 42 | + * Added support for patent 'kind codes' as part of patent numbers. |
| 43 | + |
| 44 | + * Tweaked the rsync arguments for IANA YANG models. |
| 45 | + |
| 46 | + * Upped the permitted number of search results for the /stream/ise/ page |
| 47 | + (and friends) from 200 to 1000. Fixes issue #2527. |
| 48 | + |
| 49 | + -- Henrik Levkowetz <henrik@levkowetz.com> 14 Jul 2018 16:47:58 +0000 |
| 50 | + |
| 51 | + |
1 | 52 | ietfdb (6.81.3) ietf; urgency=medium |
2 | 53 |
|
3 | 54 | This is a bugfix release to clear the board for the final GDPR release. |
|
0 commit comments