|
| 1 | +ietfdb (6.0.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release which irons out some wringles discovered after |
| 4 | + deployment of 6.0.0. |
| 5 | + |
| 6 | + * Merged in [9505] from rjsparks@nostrum.com: |
| 7 | + Added a checkbox to cc the group list address on ballot positions if a |
| 8 | + document belongs to a group. Add better tests of the checkboxes on that |
| 9 | + form. |
| 10 | + |
| 11 | + * Provided a different shortcut icon for the datatracker when run in |
| 12 | + development or test mode. Fixes issue #1667. |
| 13 | + |
| 14 | + * Added back the development mode header on the frontpage. |
| 15 | + |
| 16 | + * Adapted session_draft_list() code to handle the case when there is |
| 17 | + multiple agendas for a given group acronym. Fixes some server 500 results |
| 18 | + when trying to get pdf bundles for the plenary sessions for ietf 71. |
| 19 | + |
| 20 | + * Put back the schema specifier for IANA and RFC-editor URLs -- they are |
| 21 | + needed in parts of the code. |
| 22 | + |
| 23 | + * Put back the value attribute for the name/value pair of many input and |
| 24 | + button elements which lost the value attribute in the conversion, in order |
| 25 | + to let the backing form code determine which button was pressed. Fixes |
| 26 | + issue #1668. |
| 27 | + |
| 28 | + * Shaved off some more vertical space in the document tables. Builds on |
| 29 | + [9494], addresses #1660, #1663, #1665. |
| 30 | + |
| 31 | + * Introduced a couple of changes to the document list row format to make |
| 32 | + rows take up less vertical space: Moved the page count in under the date, |
| 33 | + so it won't add vertical space, and made shepherd email addresses break |
| 34 | + across lines if needed, instead of squashing the column widths of the other |
| 35 | + columns. |
| 36 | + |
| 37 | + * Made it clearer on the document iesg review page and the ballot popup |
| 38 | + page which ADs mentioned are ex-ADs, by adding parentheses in addition to |
| 39 | + the dimmed text. Fixes issue #1664 |
| 40 | + |
| 41 | + * Removed all subsection horizontal lines from the document meta tables, |
| 42 | + on suggestion from mnot@pobox.com. Addresses issue #1659. |
| 43 | + |
| 44 | + * Added a missing templatetag library load instruction for bootstrap3. |
| 45 | + Addresses issue #1662. |
| 46 | + |
| 47 | + * Replaced google-served fonts with self-hosted ones. After a testing |
| 48 | + period with the current 'access plus 4 hours' Cache-Control setting, |
| 49 | + we should probably increase the cache control for external static files. |
| 50 | + |
| 51 | + -- Henrik Levkowetz <henrik@levkowetz.com> 15 Apr 2015 19:24:15 +0000 |
| 52 | + |
| 53 | + |
1 | 54 | ietfdb (6.0.0) ietf; urgency=medium |
2 | 55 |
|
3 | 56 | **Facelift using Bootstrap** |
|
0 commit comments