Skip to content

fix: use RfcAuthor in bibtex (w/titlepage_name) - #10947

Merged
jennifer-richards merged 7 commits into
ietf-tools:mainfrom
jennifer-richards:bibtex-authors
Jul 10, 2026
Merged

fix: use RfcAuthor in bibtex (w/titlepage_name)#10947
jennifer-richards merged 7 commits into
ietf-tools:mainfrom
jennifer-richards:bibtex-authors

Conversation

@jennifer-richards

@jennifer-richards jennifer-richards commented May 29, 2026

Copy link
Copy Markdown
Member

Updates the bibtex template to work with RfcAuthor when present.

Uses titlepage_name instead of person.name and uses the current ordering, so e.g.,

    author =    {Eve Schooler and Jonathan Rosenberg and Henning Schulzrinne and Alan Johnston and Gonzalo Camarillo and Jon Peterson and Robert Sparks and Mark J. Handley},

becomes

    author =    {J. Rosenberg and H. Schulzrinne and G. Camarillo and A. Johnston and J. Peterson and R. Sparks and M. Handley and E. Schooler},

That change will affect all RFCs, not just the new ones. This should bring it into better agreement with the RFC index / RFCs themselves, so I think it's a feature.

Fixes #10944. Fixes #10948.

rjsparks
rjsparks previously approved these changes May 29, 2026
Remove a case that tests fallback from RfcAuthor to DocumentAuthor
since we now always have RfcAuthors. Remove RfcAuthor records when
deleting Persons they refer to, since we don't allow cascade on
this model.
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.59%. Comparing base (306f479) to head (8673850).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10947   +/-   ##
=======================================
  Coverage   88.58%   88.59%           
=======================================
  Files         333      333           
  Lines       44662    44669    +7     
=======================================
+ Hits        39565    39573    +8     
+ Misses       5097     5096    -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jennifer-richards
jennifer-richards merged commit 8d7139b into ietf-tools:main Jul 10, 2026
9 checks passed
@jennifer-richards
jennifer-richards deleted the bibtex-authors branch July 10, 2026 21:24
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bibtex files should use trailing slash for RFC URLs bibtex files missing author names for newly published RFCs

2 participants