Skip to content

Tags: Rljb7581/datatracker

Tags

9.15.0

Toggle 9.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
NGPixel Nicolas Giard
chore: force chartjs dependency to 3.5.1

9.14.0

Toggle 9.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Replace unmaintained bootstrap-datepicker with vanillajs-datep…

…icker (ietf-tools#5259)

* chore: Replace unmaintained bootstrap-datepicker with vanillajs-datepicker

Fixes ietf-tools#3569.

* Fix tests

* Fix another test

9.13.0

Toggle 9.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Don't offer already-disabled API keys for disablement (ietf-tool…

…s#5262)

* fix: Don't offer already-disabled API keys for disablement

Fixes ietf-tools#3441

* Remove test class

9.12.0

Toggle 9.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add order_number to sessions in group.views.meetings() (ietf-too…

…ls#5209)

9.11.0

Toggle 9.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: update codecov action in build workflow

9.10.0

Toggle 9.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Return to expected schedule after editing sessions/timeslots (i…

…etf-tools#5158)

* fix: Return to the expected schedule after editing session dteails

* style: Avoid confusing nested double-quotes in html template

* feat: When possible, add "back to agenda" button to edit_timeslots

* chore: Propagate 'sched' to links/includes in timeslot_edit.html

* chore: Propagate 'sched' to links/includes in edit_timeslot() view

* chore: Propagate 'sched' to links/includes in create_timeslot() view

* test: Test sched param propagation in timeslot edit views

* test: Test sched param propagation in session edit view

* test: Fix URL in test_edit_meeting_schedule

9.9.0

Toggle 9.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Identify cancelled meetings in calendar (ietf-tools#5117)

Fixes ietf-tools#4815

9.8.0

Toggle 9.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Lighter styling on internal irefs (ietf-tools#5071)

Documents like
https://datatracker.ietf.org/doc/html/draft-ietf-ohai-ohttp-06 use a
tagging scheme for certain keywords that turns them into links.  This
can be useful in giving people the ability to quickly jump to the
definition of an important term, but it tends to produce a lot of visual
noise.  The resulting links are blue and underlined, which can be
distracting when there are lots of these links.

This change removes styling for these links.  If there is an `<iref>`
tag (which renders as an empty `<span>`) immediately preceding a link
and that link is tagged `class="internal"`, link styling is removed.
These will still result in the cursor changing to a pointer, but the
blue and underlining will reduce line noise.

Note that this change depends on a corresponding change in kramdown-rfc
that reorders the generation of the iref and xref tags.  The above
document will not change in appearance as a result, because that version
of kramdown-rfc generated the tags in the wrong order.  A new version
generated with an updated kramdown-rfc is forthcoming.

9.7.0

Toggle 9.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Only send password reset email to known, active addresses (ietf-…

…tools#5061)

* fix: Only send password reset email to known, active addresses

Limits password reset to Users with a Person and at least one active
address on file. Avoids the possibility of sending a password reset to
a spoofed address as in CVE-2019-19844.

* test: Use factory instead of explicit construction

* test: Test that a User with no Person cannot reset password

* fix: Fix handling of User.person field when it's null

* test: Test that reset emails are sent to known, active addresses

9.6.0

Toggle 9.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Limit the width of the document selectors to the width of the parent. (

…ietf-tools#4968)

* Limit the width of the document selectors to the width of the parent.

It's unfortunately not responsive (select2 limitation), but better
than being too long.

* Force "text-overflow: ellipsis" to hide the beginning of a doc name