|
| 1 | +ietfdb (6.91.0) ietf; urgency=low |
| 2 | + |
| 3 | + **Expanded group property table entries** |
| 4 | + |
| 5 | + This release contains a refactoring of a large number of instances in the |
| 6 | + code where group types (wg, area, rg, etc.) have been hardcoded in the past |
| 7 | + in order to reflect different properties for different groups. Instead, |
| 8 | + group types have now aquired a list of new 'feature' settings, for instance |
| 9 | + is_schedulable, show_on_agenda, has_session_materials, and more. This will |
| 10 | + make it easier to add new group types without having to change the code, |
| 11 | + by indicating for each new group type which properties it should have. |
| 12 | + |
| 13 | + Additionally, some minor unrelated fixes has been applied. From the |
| 14 | + commit log: |
| 15 | + |
| 16 | + * Merged in GroupFeatures refactoring and expansion from |
| 17 | + ^/personal/henrik/6.89.4.dev0@15911. |
| 18 | + |
| 19 | + * Reverted r15071 with respects to showing the submit for publication |
| 20 | + button to shepherds. Fixes issue #2673. |
| 21 | + |
| 22 | + * Updated code and templates to use the new docman and groupman group |
| 23 | + features. |
| 24 | + |
| 25 | + * Updated fixture with new group features and more. |
| 26 | + |
| 27 | + * Added a tiny management command to list group types per feature. |
| 28 | + |
| 29 | + * Removed origin information from the liaison_title.html template, as |
| 30 | + it's used in a context where html comments will be rendered. Fixes issue |
| 31 | + #2674. |
| 32 | + |
| 33 | + -- Henrik Levkowetz <henrik@levkowetz.com> 31 Jan 2019 19:06:59 +0000 |
| 34 | + |
1 | 35 | ietfdb (6.90.0) ietf; urgency=low |
2 | 36 |
|
3 | 37 | * Modified the rolodex code to make sure we capture information about the |
|
0 commit comments