|
| 1 | +ietfdb (6.4.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a minor release with various enhancements and bugfixes: |
| 4 | + |
| 5 | + * Merged in [10026] from rcross@amsl.com: |
| 6 | + Fixed an issue with the select2-field.js path in templates. |
| 7 | + |
| 8 | + * Merged in [10004] from rjsparks@nostrum.com: |
| 9 | + Return new forms instead of validated forms for nomcom nominations and |
| 10 | + feedback. Fixes #1703. |
| 11 | + |
| 12 | + * Merged in [9996] from olau@iola.dk: |
| 13 | + Fixed missing save button when deleting milestones. Fixes #1762. |
| 14 | + |
| 15 | + * Merged in [10002] from rjsparks@nostrum.com: |
| 16 | + Added a checkbox to the nomination form to indicate permission to nomcom |
| 17 | + to share the nominator's name with the nominee. |
| 18 | + |
| 19 | + * Added a migration for the Nomination.share_nominator field. |
| 20 | + |
| 21 | + * Merged in [9989] from rjsparks@nostrum.com: |
| 22 | + Restored the color bands to the email-alias page. |
| 23 | + |
| 24 | + * Merged in [9966],[9967],[9968],[9969] from lars@netapp.com: |
| 25 | + Fixed HTML errors. |
| 26 | + |
| 27 | + * Fixed the day-of-week agenda links to not pull the agenda up so high |
| 28 | + that the start of the day is obscured by the top navbar. |
| 29 | + |
| 30 | + * Merged in [9669] from olau@iola.dk: |
| 31 | + Makede the meeting agenda code use the historic info available for groups. |
| 32 | + In the process, added some select_related/prefetch_related code to cut the |
| 33 | + number of database queries in the agenda down from 4000-5000 to about 50. |
| 34 | + Rewritten agenda CSV code to use Python arrays rather than a template for |
| 35 | + improved readability/reuse. Rewritten week view to assemble its data in |
| 36 | + Python. Plus a few other minor cleanups, e.g. lame_description is now |
| 37 | + gone. Fixes #1088. |
| 38 | + |
| 39 | + * Added a very simple html version of the json API, to make it easier to |
| 40 | + explore the api manually. |
| 41 | + |
| 42 | + * Makede the selenium tests work with statifiles. |
| 43 | + |
| 44 | + * Improved the verification of submitted file extensions and mimetype. |
| 45 | + |
| 46 | + -- Henrik Levkowetz <henrik@levkowetz.com> 23 Aug 2015 19:15:30 +0000 |
| 47 | + |
| 48 | + |
1 | 49 | ietfdb (6.4.0) ietf; urgency=medium |
2 | 50 |
|
3 | 51 | **Serve static assets via CDN** |
@@ -576,8 +624,8 @@ ietfdb (5.13.1) ietf; urgency=medium |
576 | 624 | * Fixed style attributes which resulted in red text on red background for |
577 | 625 | some error messages |
578 | 626 |
|
579 | | - * Buildbot changes: Separated out the schedulers for trunk, personal/ * and |
580 | | - branch/ *. Corrected regex patterns which extract unittest details. Added |
| 627 | + * Buildbot changes: Separated out the schedulers for trunk, personal/\*and |
| 628 | + branch/\*. Corrected regex patterns which extract unittest details. Added |
581 | 629 | a first tentative email notifier. Added ForceSchedulers, in order to be |
582 | 630 | able to force builds. |
583 | 631 |
|
|
0 commit comments