|
| 1 | +ietfdb (6.38.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF 97 Code Sprint** |
| 4 | + |
| 5 | + This release contains datatracker bugfixes and enhancements from the IETF-97 |
| 6 | + Code Sprint. This brings in many useful bugfixes and enhancements, as |
| 7 | + described below. Many thanks to everyone who contributed! |
| 8 | + |
| 9 | + * Merged in [12353] from rjsparks@nostrum.com: |
| 10 | + A second performance improvement for the proceedings pages. |
| 11 | + |
| 12 | + * Merged in [12352] from rjsparks@nostrum.com: |
| 13 | + Add links to session materials pages to the rows on the by-type view of |
| 14 | + the agenda. |
| 15 | + |
| 16 | + * Merged in [12351] from rjsparks@nostrum.com: |
| 17 | + Tweaked button color and position on the last call form for status-change |
| 18 | + documents at the secretariat's request. |
| 19 | + |
| 20 | + * Merged in [12348] from rjsparks@nostrum.com: |
| 21 | + Performance improvements for the proceedings page. |
| 22 | + |
| 23 | + * Merged in [12347] from rjsparks@nostrum.com: |
| 24 | + Repaired broken links on the proceedings page. |
| 25 | + |
| 26 | + * Merged in [12340] and [12341] from adam@nostrum.com: |
| 27 | + Incorporated Robert's \'swim lane\' code to eliminate slot overlaps that |
| 28 | + made weekend effectively unusable. Reworked animation code to use CSS |
| 29 | + animations for smoother performance. Calendar redraw is now completely |
| 30 | + event driven rather than refreshed once per second. Expanded meetings can |
| 31 | + now be closed with escape key. Refactored code to make it more idomatic. |
| 32 | + Eliminated many globals. Reformatted to reflect a more consistent coding |
| 33 | + style. |
| 34 | + |
| 35 | + * Added common patterns for template file names to ignore when testing |
| 36 | + template parsing and template test coverage. |
| 37 | + |
| 38 | + * Fixed another duplicate entry issue with materials uploads. |
| 39 | + |
| 40 | + * Merged in [12338] from rjsparks@nostrum.com: |
| 41 | + Modified the RFC feed to better support digital preservation. Fixed an |
| 42 | + issue with the agenda linking to group type \'other\' slides. |
| 43 | + |
| 44 | + * Merged in [12334] from rcross@amsl.com: |
| 45 | + Fixed parameter validations in meeting.views.ajax_get_utc(). Fixes #2023. |
| 46 | + Also fixes a pyflakes error. |
| 47 | + |
| 48 | + * Merged in [12330] and [12331] from rcross@amsl.com: |
| 49 | + Add the ability for the Secretariat to skip the announcement when |
| 50 | + scheduling an IRTF interim meeting. Fixes #2015. |
| 51 | + |
| 52 | + * Fixed another case where pre-existing database objects related to |
| 53 | + meeting materials would cause exceptions when trying to upload updates. |
| 54 | + |
| 55 | + * Merged in [12329] from rjsparks@nostrum.com: |
| 56 | + Added groups that did not meet to the proceedings. |
| 57 | + |
| 58 | + * Updated installation instructions. |
| 59 | + |
| 60 | + * Merged in [12320] from rcross@amsl.com: |
| 61 | + Change non-working-group-session edit view to use same group options |
| 62 | + available when creating the non-working-group-sessions. |
| 63 | + |
| 64 | + * Merged in [12318] from rjsparks@nostrum.com: |
| 65 | + Change the edit buttons on the materials page to be links. Move where |
| 66 | + the link appears. |
| 67 | + |
| 68 | + * Merged in [12317] from rjsparks@nostrum.com: |
| 69 | + Add links to group meetings tabs from the navbar for |
| 70 | + chairs/secretaries. |
| 71 | + |
| 72 | + * Merged in [12316] from rjsparks@nostrum.com: |
| 73 | + Guard against sessions that have no timeslot (such as for groups that |
| 74 | + are not officially not meeting at an IETF meeting) in the materials upload |
| 75 | + views. |
| 76 | + |
| 77 | + * Merged in [12315] from rjsparks@nostrum.com: |
| 78 | + Add a view of past meetings. |
| 79 | + |
| 80 | + * Added admin entries for a bunch of name models lacking them. |
| 81 | + |
| 82 | + * Added the man viewer to the Dockerfile, hence the docker image. |
| 83 | + |
| 84 | + * Added a --no-download option to docker/updatedb |
| 85 | + |
| 86 | + * Added a utf-8 encoding setting, in case the autogenerated datetime |
| 87 | + string from the $ keyword uses a non-ascii locale. |
| 88 | + |
| 89 | + * Use rsync instead of wget to pull down the datatracker database image, |
| 90 | + since wget isn't available on macs by default. |
| 91 | + |
| 92 | + * Fixed some issues with mkdevbranch; giving better normalization of the |
| 93 | + input to uniq, and correctly using the alias list to provide the correct |
| 94 | + alias for email addresses where localpart should not be used to derive the |
| 95 | + svn branch name. |
| 96 | + |
| 97 | + -- Henrik Levkowetz <henrik@levkowetz.com> 15 Nov 2016 22:54:31 -0800 |
| 98 | + |
| 99 | + |
1 | 100 | ietfdb (6.37.1) ietf; urgency=medium |
2 | 101 |
|
3 | 102 | This is a bugfix release without any particular focus. From the |
|
0 commit comments