|
| 1 | +ietfdb (6.34.2) ietf; urgency=medium |
| 2 | + |
| 3 | + **Draft submission and document DOI fixes** |
| 4 | + |
| 5 | + This is a bugfix release which addresses several issues related to draft |
| 6 | + submission: incorrect timestamps and duplicate history events, a corner case |
| 7 | + where non-ascii draft content would cause an exception before the idnits |
| 8 | + message about non-ascii content was shown, and better handling of draft |
| 9 | + submissions where email address information is missing for some authors. |
| 10 | + The DOI information in the RFC feed is now represented better, and some |
| 11 | + pages which had invalid html has been corrected. |
| 12 | + |
| 13 | + Details from the commit log: |
| 14 | + |
| 15 | + * Added a data migration to fix up incorrect submission doc events. |
| 16 | + |
| 17 | + * Removed the code which created duplicate new revision doc events. |
| 18 | + Corrected the timestamp on approval docevents. Changed where the |
| 19 | + submission upload docevent is created, to avoid spurious events for |
| 20 | + cancelled uploads. Adjusted the person associated with some events from |
| 21 | + submitter to (System). Added tests for the sequence of events associated |
| 22 | + with a submission. |
| 23 | + |
| 24 | + * Tweaked the admin models for submission events to show more relevant info. |
| 25 | + |
| 26 | + * Moved some code and tweaked the settings to ignore sql debugging functions |
| 27 | + when calculating code coverage. |
| 28 | + |
| 29 | + * Refined the sql debug info, making the table of queries sortable and |
| 30 | + adding duplication counts and accumulated query time. |
| 31 | + |
| 32 | + * Fixed some invalid html, and tweaked the html validation settings in the |
| 33 | + test crawler. |
| 34 | + |
| 35 | + * Merged in [12055] from rjsparks@nostrum.com: |
| 36 | + Modified the rfc feed to better represent dois. Fixes issue #2014. |
| 37 | + |
| 38 | + * Fixed 2 testing bugs. Added tests for handling of submitters without |
| 39 | + email and drafts with non-ascii names in the author section. |
| 40 | + |
| 41 | + * Code changes to handle draft submission authors without email addresses |
| 42 | + better. |
| 43 | + |
| 44 | + * Changed to use plain_ascii() name for formatted_email() address. |
| 45 | + |
| 46 | + * Tweaked the text of a main menu item. |
| 47 | + |
| 48 | + * Added code to try various ways of handling non-ascii names/emails in draft |
| 49 | + submissions, in order to get past the early processing to the point where |
| 50 | + we run idnits and can flag non-ascii content, instead of failing with a |
| 51 | + server 500 error. |
| 52 | + |
| 53 | + -- Henrik Levkowetz <henrik@levkowetz.com> 02 Oct 2016 16:37:58 +0000 |
| 54 | + |
| 55 | + |
1 | 56 | ietfdb (6.34.1) ietf; urgency=medium |
2 | 57 |
|
3 | 58 | This is a bugfix release, with the most interesting fixes being to allow |
|
0 commit comments