|
| 1 | +ietfdb (6.0.4) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a minor release which provides some style tweaks, the ability to |
| 4 | + set a user preference to not show the left-hand menu, and a substantial |
| 5 | + number of bugfixes: |
| 6 | + |
| 7 | + * Merged in [9672] from rjsparks@nostrum.com: |
| 8 | + Restore the hash to the customized ical link. Fixes #1732. |
| 9 | + |
| 10 | + * Merged in [9671] from rcross@amsl.com: |
| 11 | + Convert PPT materials to PDF. Fixes #1724. |
| 12 | + |
| 13 | + * Merged in [9668] from rjsparks@nostrum.com: |
| 14 | + Draw the right number of days in the secretariats room view. |
| 15 | + |
| 16 | + * Merged in [9666] from rcross@amsl.com: |
| 17 | + Area names hardcoded in Proceedings app. Fixes #1723. |
| 18 | + |
| 19 | + * Merged in [9663] from rjsparks@nostrum.com: |
| 20 | + Try a different way of wrapping ballot/comment fields and shepherd |
| 21 | + writeups. Related to #1673. |
| 22 | + |
| 23 | + * Merged in [9662] from rcross@amsl.com: |
| 24 | + Add Message objects to merge-person-records. |
| 25 | + |
| 26 | + * Merged in [9654] from rjsparks@nostrum.com: |
| 27 | + Add searches across the web-based archive tool to the document's page. |
| 28 | + Collapse all the searches, including ARO for ADs, under a dropdown. |
| 29 | + Partially addresses #1701. |
| 30 | + |
| 31 | + * Merged in [9652] and [9653] from rjsparks@nostrum.com: |
| 32 | + Provide color for ART. |
| 33 | + |
| 34 | + * Merged in [9651] from rjsparks@nostrum.com: |
| 35 | + Adds a graphical overview of each day by room for the secretariat to |
| 36 | + assist with scheduling additional meetings. |
| 37 | + |
| 38 | + * Added preference editing support for the left_menu preference setting, |
| 39 | + and refactored the preference handling code substantially. Related to |
| 40 | + issues #1659 and #1663. |
| 41 | + |
| 42 | + * Merged in [9650] from rjsparks@nostrum.com: |
| 43 | + Set the parent for newly created RGs. Be more robust if an RG has no |
| 44 | + parent. Test creation of an RG. Fixes #1718 and #1719. |
| 45 | + |
| 46 | + * Merged in [9649] from rjsparks@nostrum.com: |
| 47 | + Provide a session type for sessions created to say a group is not |
| 48 | + meeting. Add a test for the no_meeting view. Fixes #1720. |
| 49 | + |
| 50 | + * Merged in [9641] from rjsparks@nostrum.com: |
| 51 | + Make parsing IANA mail for comments more flexible. |
| 52 | + |
| 53 | + * Merged in [9639] from rjsparks@nostrum.com: |
| 54 | + Only show document versions for positions when the position is on an |
| 55 | + older version. (Reapplying earlier fix). Fixes #1711. |
| 56 | + |
| 57 | + * Merged in [9637] from rjsparks@nostrum.com: |
| 58 | + Color agenda/documents rows with position taken when viewing as an AD. |
| 59 | + Fixes bug #1679. |
| 60 | + |
| 61 | + * Merged in [9626] from rjsparks@nostrum.com: |
| 62 | + Restore the discuss-box hiding feature when a position is not blocking. |
| 63 | + Fixes bug #1688. |
| 64 | + |
| 65 | + * Additional tweaks to document lists, trying to reduce the number of |
| 66 | + lines consumed by the status column. |
| 67 | + |
| 68 | + * Reduced the submenu line-height somewhat. Related to issue #1708. |
| 69 | + |
| 70 | + * Fixed incorrect output of unmatched <div/> closing elements, left after |
| 71 | + [9643]. |
| 72 | + |
| 73 | + * Added a preference to not display the left-hand menubar. Addresses |
| 74 | + issues #1659 and #1663. |
| 75 | + |
| 76 | + * Tweaked the document list display slightly, to sqeeze in a little bit |
| 77 | + more info on a page. Addresses issue # 1663. |
| 78 | + |
| 79 | + * Wrap liaison statements on 78 characters rather than 71. |
| 80 | + |
| 81 | + -- Henrik Levkowetz <henrik@levkowetz.com> 23 Jun 2015 12:20:11 -0700 |
| 82 | + |
| 83 | + |
1 | 84 | ietfdb (6.0.3) ietf; urgency=medium |
2 | 85 |
|
3 | | - This this release provides the capability to manage and graphically |
| 86 | + This release provides the capability to manage and graphically |
4 | 87 | schedule additional meeting types, including leadership meetings. It |
5 | 88 | also fixes a number of issues, mostly related to the recent facelift. |
6 | 89 |
|
@@ -75,7 +158,7 @@ ietfdb (6.0.3) ietf; urgency=medium |
75 | 158 | page. Marked the action text safe so as to make embedded links show up as |
76 | 159 | links. |
77 | 160 |
|
78 | | - * Reduce the max height of submenus to avoid them extending below the screen |
| 161 | + * Reduced the max height of submenus to avoid them extending below the screen |
79 | 162 | bottom edge when used from the top navbar (which won't scroll). The new |
80 | 163 | value works on 1024x768 screens for the current areas. |
81 | 164 |
|
@@ -629,7 +712,7 @@ ietfdb (5.11.0) ietf; urgency=medium |
629 | 712 |
|
630 | 713 | **Django 1.7** |
631 | 714 |
|
632 | | - This relese upgrades Django from 1.6.4 to 1.7.1, and tastypie from 0.11.1 to |
| 715 | + This release upgrades Django from 1.6.4 to 1.7.1, and tastypie from 0.11.1 to |
633 | 716 | 0.12.1. It changes the database migrations infrastructure from that provided |
634 | 717 | by "south", to the builtin replacement newly introduced with Django 1.7. |
635 | 718 |
|
|
0 commit comments