|
| 1 | +ietfdb (6.0.2) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a minor release, containing a few new development support features, |
| 4 | + HTML cleanup, and good number bugfixes from lars@netapp.com, |
| 5 | + rjsparks@nostrum.com, rcross@amsl.com and henrik@levkowetz.com |
| 6 | + |
| 7 | + * Added html validation to the test crawler; it will now report html |
| 8 | + which fails validation with 'WARN' indications. Reorganized the code |
| 9 | + somewhat, collecting functions, globals, etc. in groups. |
| 10 | + |
| 11 | + * Fixed all cases of invalid html found by the test crawler. |
| 12 | + |
| 13 | + * Reduced the padding for compact tables. This hopefully fixes issue |
| 14 | + #1689. |
| 15 | + |
| 16 | + * Addressed another bug related to using SearchablePersonsField to choose |
| 17 | + Person objects, rather than Email objects. If one uses this for Person |
| 18 | + objects, then object.address isn't going to be terribly useful in the form |
| 19 | + ,,:-). Addresses issue #1684, #1685 and #1686. |
| 20 | + |
| 21 | + * Provided the IRTF chair with access to the session request tool. Fixes |
| 22 | + issue #1687. |
| 23 | + |
| 24 | + * Removed emtpy items from the must-be-there list before handing the list |
| 25 | + to Person.objects.filter(pk__in=...). Fixes issues #1684, #1685 |
| 26 | + |
| 27 | + * Merged in [9558] from rcross@amsl.com: |
| 28 | + Eliminated MultipleObjectsReturned when editing draft. Fixes issue #1678. |
| 29 | + |
| 30 | + * Merged in [9554] from rcross@amsl.com: |
| 31 | + Fixes #1692. Drag-and-Drop slide re-ordering no longer works in |
| 32 | + secr/proceedings. Consolidate / update JQuery-UI. |
| 33 | + |
| 34 | + * Merged in [9548] from rjsparks@nostrum.com: |
| 35 | + Allow IANA to switch to (BEGIN IANA COMMENTS) at their leisure. Make |
| 36 | + sure the captured events are obviously from IANA. |
| 37 | + |
| 38 | + * Merged in [9546] from rcross@amsl.com: |
| 39 | + Fixes alignment of ballot position headers in IESG agenda moderator |
| 40 | + package. |
| 41 | + |
| 42 | + * Merged in [9541] and [9542] from rjsparks@nostrum.com: |
| 43 | + Quit putting the group email list address in the initially generated |
| 44 | + Notify field. Updated the tests accordingly. |
| 45 | + |
| 46 | + * Merged in [9527] from rcross@amsl.com: |
| 47 | + Made it possible to add minutes / agenda after deleting them. Fixes issue |
| 48 | + #1680. |
| 49 | + |
| 50 | + * Updated a bunch of links from http: to https: based on a patch from |
| 51 | + lars@netapp.com. |
| 52 | + |
| 53 | + * Merged in [9525] from lars@netapp.com: |
| 54 | + Make the menu bar search field appear on slightly smaller screen widths. |
| 55 | + |
| 56 | + * Merged in [9524] from lars@netapp.com: |
| 57 | + Add some shim js libraries for IE8 and earlier (see |
| 58 | + http://getbootstrap.com/getting-started/#template) Fix HTML structural |
| 59 | + errors in the template. Wrap some HTML comments into Django comments, so |
| 60 | + they don't get sent to the client. |
| 61 | + |
| 62 | + * Merged in [9519] from rcross@amsl.com: |
| 63 | + Fixed an issue where RelatedObjectDoesNotExist would be raised when User |
| 64 | + has no Person. Fixes issue #1676. |
| 65 | + |
| 66 | + * Merged in [9518] from rjsparks@nostrum.com: |
| 67 | + Allow an AD to jump straight to the ballot editing page by right-clicking |
| 68 | + any ballot grid. Fixes #1669. |
| 69 | + |
| 70 | + * Merged in [9516] from rjsparks@nostrum.com: |
| 71 | + Don't show needed positions for closed ballots. Fixes #1622. |
| 72 | + |
| 73 | + * Merged in [9514] from rjsparks@nostrum.com: |
| 74 | + If the name attached to an additional-info URL for a group is blank, |
| 75 | + show the URL instead. Fixes #1523 and #1657. |
| 76 | + |
| 77 | + * Merged in [9513] from rjsparks@nostrum.com: |
| 78 | + Don't show concluded groups in the community list section of the |
| 79 | + navbar. Fixes bug #1652. |
| 80 | + |
| 81 | + * Removed local copies of html5lib and tastypie, and updated |
| 82 | + requirements.txt to include them. Removed typogrify from the requirements |
| 83 | + list; it isn't used. |
| 84 | + |
| 85 | + * Added pip and setuptools, required in virtualenv, to requirements.txt, |
| 86 | + in order to simplify buildbot testing of package installation and version |
| 87 | + testing. |
| 88 | + |
| 89 | + * Added copyright lines and template origin to the html templates. |
| 90 | + |
| 91 | + * Added support for an 'origin' template tag which will insert the name |
| 92 | + of the template file (within a html comment) into the page content when |
| 93 | + TEMPLATE_DEBUG is True; with the purpose of more easily being able to |
| 94 | + identify the templates from which page content comes. |
| 95 | + |
| 96 | + -- Henrik Levkowetz <henrik@levkowetz.com> 27 Apr 2015 08:56:36 +0000 |
| 97 | + |
| 98 | + |
1 | 99 | ietfdb (6.0.1) ietf; urgency=medium |
2 | 100 |
|
3 | 101 | This is a bugfix release which irons out some wrinkles discovered after |
|
0 commit comments