|
| 1 | +ietfdb (6.117.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Python 2/3 transition fixes, sumbmission and chartering improvements** |
| 4 | + |
| 5 | + * Merged in [17268] from rjsparks@nostrum.com: Set a meaningful state in a |
| 6 | + test fixture. Tests surprisingly were not broken by this though. |
| 7 | + |
| 8 | + * Merged in [17266] from rjsparks@nostrum.com: Improve the tests for session |
| 9 | + draft bundles to exercise the code that extracts draftnames from agendas. |
| 10 | + |
| 11 | + * Removed exec of activate_this.py from 2 more scripts that are in |
| 12 | + activbe use. |
| 13 | + |
| 14 | + * Ran scripts invoked from bin/hourly and bin/daily through pyflakes3 and |
| 15 | + trial invocation, and tweaked the code (with an added comment) to |
| 16 | + consistently require virtualenv to be set up before script invocation. |
| 17 | + |
| 18 | + * Added some raw_id fields to avoid long page load times for admin pages. |
| 19 | + |
| 20 | + * Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and |
| 21 | + enhanced tests to execute the failing code (with Mock functions) instead |
| 22 | + of skipping the code. |
| 23 | + |
| 24 | + * Hardcoded an rsync target path, and added a bash trap for errors in hourly |
| 25 | + and daily cron scripts. |
| 26 | + |
| 27 | + * Fixed some py2/py3 issues in ID index generation modules. |
| 28 | + |
| 29 | + * Fixed a py2/py3 issue in building meeting materials bundles. |
| 30 | + |
| 31 | + * Added a setting for a coming yang-catalog submission checker url. |
| 32 | + |
| 33 | + * Did some re-ordering of PLAN items after a priority discussion. |
| 34 | + |
| 35 | + * Fixed a py2/py3 issue in post_approved_draft() |
| 36 | + |
| 37 | + * Changed the location of the file cache for htmlized documents so it will |
| 38 | + be handled by backup rsync of the /a/ file system. |
| 39 | + |
| 40 | + * Added a newline to test run command output, to separate dot progress |
| 41 | + indication from teardown messages. |
| 42 | + |
| 43 | + * Added a test case for draft submission errors due to periods in document |
| 44 | + names. |
| 45 | + |
| 46 | + * Added a suggestion to the error message issued for invalid characters in |
| 47 | + document names found in draft submission XML files, when the invalid |
| 48 | + character is a period. In this particular case, the problem most likely |
| 49 | + is inclusion of the filename extension in the document name. Fixes issue |
| 50 | + #2874. |
| 51 | + |
| 52 | + * Changed draft submission field validation taking place in clean() to |
| 53 | + associate the errors with the field in question, rather than raising them |
| 54 | + as general form errors. |
| 55 | + |
| 56 | + * Fixed a Py3 issue trying run .decode() on (already decoded) string |
| 57 | + instances. |
| 58 | + |
| 59 | + * Merged in [17246] from rjsparks@nostrum.com: Only show groups in |
| 60 | + reasonable states when showing current chartering efforts (otherwise |
| 61 | + crufty charter states can would lead to abandoned or replaced groups |
| 62 | + showing here). Fixes #2872. |
| 63 | + |
| 64 | + -- Henrik Levkowetz <henrik@levkowetz.com> 05 Feb 2020 22:28:38 +0000 |
| 65 | + |
| 66 | + |
1 | 67 | ietfdb (6.116.1) ietf; urgency=medium |
2 | 68 |
|
3 | 69 | * Refined the links from document stats pages to author pages so as to |
|
0 commit comments