|
| 1 | +ietfdb (7.25.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Timezone tools on agenda page, other enhancements ** |
| 4 | + |
| 5 | + * Merged in [18712] from jennifer@painless-security.com: |
| 6 | + Add timezone support to agenda weekview; display UTC on UTC agenda |
| 7 | + page. Fixes #3111. |
| 8 | + |
| 9 | + * Merged in [18689] from kivinen@iki.fi: |
| 10 | + New version of the timezone support for agenda. Now the ongoing |
| 11 | + bars work. This also moves the javascript from the agenda.html |
| 12 | + to separate timezone.js file. This commit does not include the |
| 13 | + moment and moment-timezone javascript libraries that are |
| 14 | + needed to get this working, they need to be added to |
| 15 | + ietf/externals/static separately. |
| 16 | + |
| 17 | + * Add a more granular setting for enabling extra debugging on the agenda |
| 18 | + page. Commit ready for merge. |
| 19 | + |
| 20 | + * Merged in [18803] from jennifer@painless-security.com: |
| 21 | + Integrate week-view timezone handling with changes to main agenda page. |
| 22 | + |
| 23 | + * recursively create place to stage mail from mkrelease. Remove |
| 24 | + toolsfeed/toolspush from mkrelease. |
| 25 | + |
| 26 | + * Allow setuptools to progress past py27 |
| 27 | + |
| 28 | + * Merged in [18782] from rjsparks@nostrum.com: |
| 29 | + Remove HistoricalGroupFeatures. Fixes #3152. |
| 30 | + |
| 31 | + * Merged in [18791] from rjsparks@nostrum.com: |
| 32 | + Allow ballot text to be edited after the ballot is approved. Fixes |
| 33 | + #3157. Related to #3119. |
| 34 | + |
| 35 | + * Merged in [18798] from jennifer@painless-security.com: |
| 36 | + Improve handling of submissions for closed working groups. Fixes #3058. |
| 37 | + |
| 38 | + * Merged in [18808] from rjsparks@nostrum.com: |
| 39 | + Tweaked schedule editor colors to match preferences chosen by Liz. |
| 40 | + Added coloration for sessions having the IAB as a parent. |
| 41 | + |
| 42 | + -- Robert Sparks <rjsparks@nostrum.com> 01 Feb 2021 16:23:17 +0000 |
| 43 | + |
| 44 | +ietfdb (7.24.0) ietf; urgency=medium |
| 45 | + |
| 46 | + **Bugfixes and minor features** |
| 47 | + |
| 48 | + * Refactored the import_mailman_listinfo command to run faster (20s |
| 49 | + instead of 30+m) and added time logging (for --verbosity 2) |
| 50 | + |
| 51 | + * Upgraded the required versions of mypy and django-stubs to the latest |
| 52 | + that support Django 2.2. Fixed some issues found by after the upgrades. |
| 53 | + |
| 54 | + * Fixed a test that was broken when run on December 1st. |
| 55 | + |
| 56 | + * Added some comment information to settings.py |
| 57 | + |
| 58 | + * Related to issue #2186: The issue asked for changing review requests |
| 59 | + from state 'assigned' back to state 'requested' if the last associated |
| 60 | + assignment is withdrawn. However, the code to implement this makes the |
| 61 | + change for all assignment states, and also when there has been no state |
| 62 | + change. Changed to be more discerning. |
| 63 | + |
| 64 | + * Make the order of addresses returned by gather_address_lists() |
| 65 | + consistent rather than randomly varying from invocation to invocation. |
| 66 | + |
| 67 | + * Removed log noise when running in repair mode. |
| 68 | + |
| 69 | + * Added ordering to Session.constraints() to make page renderings stable. |
| 70 | + |
| 71 | + * When doing test-crawling, ignore variations of the 'next=' query arg. |
| 72 | + (The code ignores other query args if 'next' is given). |
| 73 | + |
| 74 | + * It's very hard to distinguish the different constraint classes on the |
| 75 | + meeting requests summary page. Added numbers 1) 2) 3) etc. to make that |
| 76 | + easier. |
| 77 | + |
| 78 | + * Updated hold-for-merge and ready-for-merge lists |
| 79 | + |
| 80 | + * Merged in [18714] from rjsparks@nostrum.com: |
| 81 | + Send email to new mailtrigger controlled destinations when iana expert |
| 82 | + review state changes. Fixes #3121. |
| 83 | + |
| 84 | + * Merged in [18718] from rjsparks@nostrum.com: |
| 85 | + Allow program leads to request meetings. Fixes #3141. |
| 86 | + |
| 87 | + * Added a README about the custom font-datatracker font library, and how |
| 88 | + to add glyphs to it. |
| 89 | + |
| 90 | + * Added sorting of agenda filter keywords to make page rendering stable. |
| 91 | + |
| 92 | + * Added additional sorting of Session.constraints() return value to make |
| 93 | + page rendering stable. |
| 94 | + |
| 95 | + * Added sorting of sessions to make make the materials page rendering |
| 96 | + stable. |
| 97 | + |
| 98 | + * Removed a timezone-naive invisible HTML element that had been used for |
| 99 | + debugging. |
| 100 | + |
| 101 | + * Fixed some instances of invalid HTML. |
| 102 | + |
| 103 | + * Updated the default settings to match document directories moved from |
| 104 | + /a/www/ietf-ftp/ to /a/ietfdata/doc/ |
| 105 | + |
| 106 | + * Merged in [18719] from housley@vigilsec.com: |
| 107 | + Automatically move the IESG document state when a ballot is issued, |
| 108 | + prevent a writeup change or re-issue of ballot if the document is already |
| 109 | + approved, and warn about issuing ballots before the IETF Last Call is |
| 110 | + finished. Fixes #3119. |
| 111 | + |
| 112 | + * Merged in [18748] from rjsparks@nostrum.com: |
| 113 | + Populate interim approved email correctly. Fixes #3150. |
| 114 | + |
| 115 | + * Merged in [18753] from henrik@levkowetz.com: |
| 116 | + Added test case setUp() and tearDown() code to create yang model test |
| 117 | + directories for ApiSubmitTests. |
| 118 | + |
| 119 | + * Merged in [18723] from mrcullen42@gmail.com: |
| 120 | + Fixes #3032: Only send expiration warnings for drafts with a 'draft' |
| 121 | + state of 'active', to match the drafts that we will actually expire. |
| 122 | + |
| 123 | + * Copy both rjsparks and henrik on messages about merged branches. |
| 124 | + |
| 125 | + * Merged in [18724] from jennifer@painless-security.com: |
| 126 | + Allow cancellation of individual sessions of multi-session interim |
| 127 | + meeting. Fixes #2959. |
| 128 | + |
| 129 | + * Merged in [18729] from rcross@amsl.com: |
| 130 | + Add argument 'days' to get_meeting() to allow specifying lag time |
| 131 | + |
| 132 | + * Merged in [18736] from rjsparks@nostrum.com: |
| 133 | + Fixup document that had no type. Remove dangling review document. Fixes |
| 134 | + #3145. |
| 135 | + |
| 136 | + * Merged in [18743] from rjsparks@nostrum.com: |
| 137 | + Cleaning some pyflakes that made it into the last commit. |
| 138 | + |
| 139 | + * Merged in [18744] from rjsparks@nostrum.com: |
| 140 | + Cleaner title on the document history page when the document is an rfc |
| 141 | + (or any other document where rev is empty). |
| 142 | + |
| 143 | + * Don't allow mysqlclient 2.0.2 due to compilation issues. |
| 144 | + |
| 145 | + * Merged in [18751] from henrik@levkowetz.com: |
| 146 | + Added a sort of author names for stability of some stats pages. |
| 147 | + |
| 148 | + * Merged in [18752] from henrik@levkowetz.com: |
| 149 | + Added a 'dumptime' entry to the JSON return from /api/version, in order |
| 150 | + to be able to make sure that running 'test-crawl --diff' will use database |
| 151 | + data from the same dump to avoid false page diff positives. |
| 152 | + |
| 153 | + * Merged in [18765] from henrik@levkowetz.com: |
| 154 | + Added 'De' as a surname particle, in addition to 'de' (for author Luca |
| 155 | + De Cicco). |
| 156 | + |
| 157 | + -- Robert Sparks <rjsparks@nostrum.com> 17 Dec 2020 15:42:58 +0000 |
| 158 | + |
| 159 | + |
1 | 160 | ietfdb (7.23.0) ietf; urgency=medium |
2 | 161 |
|
3 | 162 | **Code Sprint 109, and more** |
|
0 commit comments