|
| 1 | +ietfdb (6.30.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Proceedings page work and improved meeting support** |
| 4 | + |
| 5 | + This release brings in new code to generate meeting proceedings pages, |
| 6 | + available only to the secretariat at this time; it adds slide links to the |
| 7 | + agenda for the Sunday sessions, provides a new json export of meeting data |
| 8 | + optimised for the iPhone IETFers app, and improves the error checking of |
| 9 | + form data for account creation. It also fixes a number of bugs, as detailed |
| 10 | + in the changelog extract below: |
| 11 | + |
| 12 | + * Merged in [11810] from rjsparks@nostrum.com: |
| 13 | + Corrected some missed base template references in dbtemplate from |
| 14 | + the facelift effort. |
| 15 | + |
| 16 | + * Merged in [11792] from rcross@amsl.com: |
| 17 | + Requests for virtual interim meeting should go directly Scheduled - |
| 18 | + Waiting for announcement state and an email notification sent to the |
| 19 | + secretariat. Fixes issue #1994. |
| 20 | + |
| 21 | + * Merged in [11789] from rcross@amsl.com: |
| 22 | + Show timezone with interim meeting request information. Fixes #1995. |
| 23 | + |
| 24 | + * Merged in [11781] from rcross@amsl.com: |
| 25 | + Fixed an issue with interim meeting series of more than two meetings. |
| 26 | + Changed to not send meeting change notifications for meetings not yet |
| 27 | + announced. |
| 28 | + |
| 29 | + * Merged in [11756] from rjsparks@nostrum.com: |
| 30 | + Provides a custom json view of meetings optimized for the iphone app. |
| 31 | + |
| 32 | + * Merged in ^/branch/iola/account-ascii-fixes-r11748 from olau@iola.dk: |
| 33 | + |
| 34 | + - Added a check for a reserved name in account registration |
| 35 | + - Handle Person.ascii in edit profile better to try to ensure that |
| 36 | + people fill it in correctly. Blank it out if it's unchanged from name |
| 37 | + and use unidecode to set it automatically (with a warning if it |
| 38 | + actually converts something). |
| 39 | + - Throw a validation error if a profile name contains an @ sign upon |
| 40 | + edit so that people do not forget to enter their name. |
| 41 | + |
| 42 | + * Fixed the plenary etherpad name |
| 43 | + |
| 44 | + * Added slide links to the Saturday/Sunday 'other' sessions. |
| 45 | + |
| 46 | + * Fixed the plenary jabber room name |
| 47 | + |
| 48 | + * Tweaked the help text for the nomcom member entry form. |
| 49 | + |
| 50 | + * Merged in [11780] from rjsparks@nostrum.com: |
| 51 | + Removed bluesheet upload from the secr/ bluesheets generation page. Added |
| 52 | + navigation to session details from the meeting materials view rows. |
| 53 | + |
| 54 | + * Merged in [11779] from rjsparks@nostrum.com: |
| 55 | + Robustness improvements for the bluesheet migrations. |
| 56 | + |
| 57 | + * Merged in [11778] from rjsparks@nostrum.com: |
| 58 | + |
| 59 | + - Enabled and refined document_main view for bluesheets. |
| 60 | + - Improved migration for 95 and 96 bluesheets, adding DocAlias and DocEvent |
| 61 | + creation. |
| 62 | + - Added bluesheet upload to the session details view. |
| 63 | + - Moved a function out of secr/proceedings/views into its own util.py file to |
| 64 | + allow reusing it in other modules without introducing circular imports. |
| 65 | + |
| 66 | + * Merged in [11770] from rjsparks@nostrum.com: |
| 67 | + Merged from rcross: Added Introduction header to proceedings. Added |
| 68 | + Acknowlegements to the meeting model. Added a view for acknowlegements. |
| 69 | + |
| 70 | + * Merged in [11767] from rjsparks@nostrum.com: |
| 71 | + Improved some test coverage. |
| 72 | + |
| 73 | + * Merged in [11766] from rjsparks@nostrum.com: |
| 74 | + Added status reports to proceedings. added a view for the applicable |
| 75 | + status report for a given meeting. |
| 76 | + |
| 77 | + * Merged in [11764] from rjsparks@nostrum.com: |
| 78 | + |
| 79 | + - Moved the materials start, cutoff, and revision dates into the Meeting |
| 80 | + object |
| 81 | + - Added a bit to meeting to note whether proceedings are final. |
| 82 | + - Updated the proceedings view to reflect the status of that bit. |
| 83 | + - Added a function that finalizes a meetings proceedings. |
| 84 | + - Straightened out a migration numbering collision introduced in an earlier |
| 85 | + merge. |
| 86 | + |
| 87 | + * Merged in [11758] from rjsparks@nostrum.com: |
| 88 | + Continued iterative-improvements to auto-generated proceedings: |
| 89 | + |
| 90 | + - Migration to create documents and sessionpresentations for ietf95 and 96 |
| 91 | + bluesheets. Add bluesheets to proceedings. |
| 92 | + - Refactored columns for proceedings to group agenda, minutes, and |
| 93 | + bluesheets into one column. |
| 94 | + - Added a column for recordings. Show the recordings for all sessions for |
| 95 | + a group. |
| 96 | + - Refactored all_meeting_* functions on session. Improved (with a hack) how |
| 97 | + recordings are displayed. |
| 98 | + - Added guards against very old meetings. For more modern, past, meetings, |
| 99 | + added a warning that these are not the official proceedings and provide |
| 100 | + a link to the official proceedings. |
| 101 | + |
| 102 | + * Merged in [11711] from rjsparks@nostrum.com: |
| 103 | + Starting a page for direct rendering of proceedings. |
| 104 | + |
| 105 | + -- Henrik Levkowetz <henrik@levkowetz.com> 18 Aug 2016 09:32:09 -0700 |
| 106 | + |
| 107 | + |
1 | 108 | ietfdb (6.29.0) ietf; urgency=high |
2 | 109 |
|
3 | 110 | **IETF 96 Code Sprint** |
|
0 commit comments