|
| 1 | +ietfdb (4.44) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a combined bugfix and feature release. It provides improvements to |
| 4 | + last-call messages, the display of document shepherd information, the |
| 5 | + content of AD pages, IESG ballot information, and various forms; and it |
| 6 | + fixes a number of bugs. |
| 7 | + |
| 8 | + From rjsparks@nostrum.com: |
| 9 | + |
| 10 | + * Merged [5600] and [5602]: Changed the header to last call messages to IETF |
| 11 | + Announce and to IANA to make replying to the announcement less likely to |
| 12 | + create an unnecessary ticket. |
| 13 | + |
| 14 | + * Merged [5569] and [5572]: Small fixes in 4.43 and showing the shepherd |
| 15 | + (when there is one) on search results, documents for this ad, and wg |
| 16 | + document lists. Fixes bug #972. |
| 17 | + |
| 18 | + * Merged [5570]: Moves the interface to edit shepherds and sheperd writeups |
| 19 | + out of the wgtracker interface and into the doc views (via idrfc). Added a |
| 20 | + little to the simple authorization code (can_edit_) in idrfc. Added a way |
| 21 | + to reset the writeup to the current templates (leaving extension points to |
| 22 | + take templates for non-ietf stream documents). Fixes bug #967. (This also |
| 23 | + fixes tickets #834 and #691 (which were effectively duplicates of #967) |
| 24 | + |
| 25 | + * Merged [5595]: Tweaked the grouping code to not break documents of the |
| 26 | + same type up |
| 27 | + |
| 28 | + * Merged [5476]: |
| 29 | + * Added a document type for changing the publication status of other |
| 30 | + documents, and the UI for manipulating them. |
| 31 | + * Added charters, conflict reviews, and status changes to the AD's \'My |
| 32 | + Documents\' page |
| 33 | + * Improved the presentation of all document types on the Agenda, Future |
| 34 | + Telechats, Scribe and Moderator package pages |
| 35 | + * Made the reverse name for document relationships explicit rather than |
| 36 | + deriving them from forward names |
| 37 | + * Added a way to get to the underlying Document (when it exists) from |
| 38 | + an RfcWrapper |
| 39 | + * Unified several common forms used by different document types |
| 40 | + |
| 41 | + From henrik@levkowetz.com: |
| 42 | + |
| 43 | + * Changed which email addresses the submission tool uses for confirmation |
| 44 | + emails and sending out full submission status URLs from the emails found in |
| 45 | + the submitted document (which could be empty, broken, or intentionally |
| 46 | + different than the original authors) to the author emails from the previous |
| 47 | + version, where a previous version exists. This fixes breakage which can |
| 48 | + occur when no valid email addresses can be found in a broken submission, |
| 49 | + and also ensures that at least one of the authors of a previous version |
| 50 | + signs off on a new version, preventing submission hijacking. |
| 51 | + |
| 52 | + * Added a section to the meeting materials page for IAB sessions. Added a |
| 53 | + link bar at the top to make it easier to find sections like Training and |
| 54 | + IAB. |
| 55 | + |
| 56 | + * Don't list documents replaced by other documents in the IESG Status |
| 57 | + list at /idtracker/status/. |
| 58 | + |
| 59 | + * Fixed a bug which would set the state in the event accompanying a WG |
| 60 | + activation to 'Proposed', which messes up various views. |
| 61 | + |
| 62 | + * Add new tag 'rev-wg' to the list of valid annotation tags for the ietf |
| 63 | + stream. Note: This list and those on nearby lines needs to be refactored |
| 64 | + into a table, instead of sitting in the code. |
| 65 | + |
| 66 | + * Added instructions on how to patch the production code (if necessary) |
| 67 | + to the INSTALL description. |
| 68 | + |
| 69 | + * Fixed rounding issue in IESG positions neded calculation. Fixes issue |
| 70 | + #974. |
| 71 | + |
| 72 | + * Made agenda views with timezone information work also for earlier |
| 73 | + meetings (those without timezone data available). |
| 74 | + |
| 75 | + -- Henrik Levkowetz <henrik@levkowetz.com> 16 Apr 2013 00:49:24 +0200 |
| 76 | + |
| 77 | + |
1 | 78 | ietfdb (4.43) ietf; urgency=high |
2 | 79 |
|
3 | 80 | From Jim Schaad <ietf@augustcellars.com>: |
|
0 commit comments