Releases: NGPixel/datatracker
v7.46.0
Summary: bugfixes, security improvements, performance improvements
Release Date: Thu, February 24, 2022 at 3:05 AM UTC
Release Author: Robert Sparks
-
Merged in [19946] from [email protected]:
Allow the secretariat to request many more sessions. -
Merged in [19947] from [email protected]:
Add link to onsite tool to agenda. Fixes ietf-tools#3550. -
Merged in [19948] from [email protected]:
Update link to handling ballot positions. Fixes ietf-tools#3208. -
Merged in [19949] and [19950] from [email protected]:
Use tempfiles while rebuilding group and doc alias files. Fixes ietf-tools#3521. -
Merged in [19952] from [email protected]:
Only keep the first and most recent yang validator SubmissionCheck for
any given submission. Fixes ietf-tools#3542. -
Merged in [19954] from [email protected]:
Refactor session overlap computation to treat overlapping sessions
correctly. -
Merged in [19967] from [email protected]:
From Kesara Rathnayake: Expire password reset links on use, password
change through other mechanics, login, or a short configurable time
(initially one hour). -
Merged in [19969] from [email protected]:
Use correct UTC time when creating Meetecho conferences. Fixes ietf-tools#3565.
Coverage
v7.45.0
Summary: MeetEcho interim request integration, bugfixes
Release Date: Tue, February 15, 2022 at 2:51 PM UTC
Release Author: Robert Sparks
-
Merged in [19892] from [email protected]:
Guard against reference sections without names. -
Merged in [19895] from [email protected]:
Look at v2title
attribute in reference type heuristics for XML
drafts. Related to ietf-tools#3529. -
Merged in [19900] from [email protected]:
Fix hiding of name/purpose/type fields when not needed in secr/sreq.
Fixes ietf-tools#3531. -
Merged in [19907] from [email protected]:
Provide the complete context to the template for mail about approved
interim requests. Fixes ietf-tools#3534. -
Merged in [19915] from [email protected]:
Simplify search for link back to group from the review management view. -
Merged in [19919] from [email protected]:
Allow secretariat to edit session requests when tool is closed to
chairs. Fixes ietf-tools#3547. -
Merged in [19920] from [email protected]:
Make working with session purpose easier in the admin. -
Merged in [19921] from [email protected]:
add search to the doc states admin form. -
Merged in [19922] from [email protected]:
Fix scoping of session loop variables in sreq edit view. Improve tests
that should have caught this. -
Merged in [19925] from [email protected]:
Suppress origin template tag in production mode, show relative path
only in other modes. -
Merged in [19917] and [19930] from [email protected]:
Create/delete Meetecho conferences when requesting/canceling interim
sessions. Fixes ietf-tools#3507. Fixes ietf-tools#3508.
Coverage
v7.44.0
Summary: Schedule editor improvements, bugfixes
Release Date: Fri, January 28, 2022 at 2:56 PM UTC
Release Author: Robert Sparks
-
Merged in [19874] from [email protected]:
Rollback menu caching. More work is required to allow left menu to
function correctly. -
Merged in [19876] from [email protected]:
Do not redirect user to the logout page when logging in. Fixes ietf-tools#3478. -
Merged in [19878] from [email protected]:
Hide timeslots type is disabled plus other schedule editor
debugging/improvements. Fixes ietf-tools#3510. Fixes ietf-tools#3430. -
Merged in [19880] from [email protected]:
Add gunicorn to requirements to support new deployment model.
Coverage
v7.43.0
Summary: Easier account creation, bugfixes, enhancements
Release Date: Wed, January 19, 2022 at 8:03 PM UTC
Release Author: Robert Sparks
-
Merged in [19825] from [email protected]:
Find references from submitted XML instead of rendering to text and
parsing. Fixes ietf-tools#3342. -
Merged in [19826] from [email protected]:
Remove code still using oldlength_sessionX
SessionForm fields. -
Merged in [19830] from [email protected]:
Include RFC title in doc/html view title element. Fixes ietf-tools#3488. -
Merged in [19831] and [19832] from [email protected]:
Cache menus by login. -
Merged in [19833] from [email protected]:
Point to RFC editor info page in document_bibtex view. Fixes ietf-tools#3484. -
Merged in [19834] from [email protected]:
Add djhtml (https://github.com/rtts/djhtml), for auto-reformatting
of the Django templates viadjlint --profile django --reformat
.
It still has some bugs and issues, esp. on complex templates and with
regards to whitespace after links, but those are manageable, and the
benefits of having consistently-formatted templates IMO outweigh them. -
Merged in [19837] from [email protected]:
Update any_email_sent() to use balloters instead of old ad field. Add
tests to catch the otherwise quiet failure. Fixes ietf-tools#3438. -
Merged in [19838] from [email protected]:
Allow editing of group non-chartered group descriptions through UI.
Fixes ietf-tools#3388. -
Merged in [19839] from [email protected]:
Add timeouts to requests library calls. Fixes ietf-tools#3498. -
Merged in [19841] from [email protected]:
Link to the timeslot editor when meeting has no timeslots. Fixes ietf-tools#3511. -
Merged in [19848] from [email protected]:
Fix several review reminder problems.
Send secretary's review reminders to secretary instead of assignee.
Send unconfirmed assignment reminders based on assignment age and CC
secretaries.
Correctly separate open review reminders by review team.
Fixes ietf-tools#3482. Fixes ietf-tools#3324. -
Merged in [19857] from [email protected]:
Add a link to account creation in the login page body. -
Merged in [19858] from [email protected]:
Remove the manual intervention step for account creation. -
Merged in [19863] from [email protected]:
Add de-gfm to the docker setup. Fixes ietf-tools#3494.
Coverage