|
| 1 | +ietfdb (4.32) |
| 2 | + |
| 3 | + This is a feature release that provides support for a new document type, |
| 4 | + Conflict Review documents (conflrev-*.txt). |
| 5 | + |
| 6 | + From rjsparks@nostrum.com: |
| 7 | + |
| 8 | + * Adds a new document type for conflict reviews, with a ballot for the IESG |
| 9 | + 5742 response to a review request |
| 10 | + |
| 11 | + * Integrated the new document type into the iESG agenda views (including RSS |
| 12 | + feeds) |
| 13 | + |
| 14 | + * Removed the Edit and Add buttons from the document main view. |
| 15 | + |
| 16 | + * Replaced Add with actions appropriate for the document type, such as |
| 17 | + "Begin IESG Processing" or "Begin IETF Conflict Review", and made most data |
| 18 | + directly editable on the document's main page, depending on access |
| 19 | + permissions. |
| 20 | + |
| 21 | + * Removed a manual editing step that the secretariat had to perform when |
| 22 | + sending conflict review messages. The view now composes the message |
| 23 | + correctly given the stream. |
| 24 | + |
| 25 | + * Added a pencil icon motif to differentiate fields that are editable. |
| 26 | + |
| 27 | + * Generalized several views and helper functions to use Document instead of |
| 28 | + (e.g.) IdWrapper |
| 29 | + |
| 30 | + * Generalized reading documents from the repository |
| 31 | + |
| 32 | + * Added a way to get from IdWrapper to the underlying Document to facilitate |
| 33 | + migrating way from the Wrapper classes |
| 34 | + |
| 35 | + * Added many helpers to Document to assist with migrating off IdWrapper |
| 36 | + |
| 37 | + * Minor fixes and other changes |
| 38 | + - Fixes to document main view to avoid (silent) template failures. |
| 39 | + - Began removing some of the code that is no longer reachable post-migration |
| 40 | + - Corrected the behavior of the undefer code and added test cases for it |
| 41 | + - Improved initial population of notification lists and added the ability |
| 42 | + to regenerate the initial list |
| 43 | + |
| 44 | + * Made the test code that scans for template coverage more robust. |
| 45 | + |
| 46 | + Deployment notes: |
| 47 | + * new setting: CONFLICT_REVIEW_PATH. The associated directory will need to be created |
| 48 | + |
1 | 49 | ietfdb (4.31) |
2 | 50 |
|
3 | 51 | This is primarily a bugfix-release, catching a lot of issues related to the |
@@ -89,7 +137,7 @@ ietfdb (4.31) |
89 | 137 | missing ballot id in the templates' url lookup. Fix this by providing the |
90 | 138 | ballot id. |
91 | 139 |
|
92 | | - -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 01:51:44 +0200 |
| 140 | + -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 18:25:57 +0200 |
93 | 141 |
|
94 | 142 | ietfdb (4.30) |
95 | 143 |
|
|
0 commit comments