Skip to content

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

Open
jennifer-richards wants to merge 6 commits into
ietf-tools:mainfrom
jennifer-richards:bibtex-authors
Open

fix: use RfcAuthor in bibtex (w/titlepage_name)#10947
jennifer-richards wants to merge 6 commits into
ietf-tools:mainfrom
jennifer-richards:bibtex-authors

Conversation

@jennifer-richards
Copy link
Copy Markdown
Member

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

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
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.52%. Comparing base (432aa3b) to head (1e1965e).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10947      +/-   ##
==========================================
+ Coverage   88.51%   88.52%   +0.01%     
==========================================
  Files         332      332              
  Lines       44970    44941      -29     
==========================================
- Hits        39805    39784      -21     
+ Misses       5165     5157       -8     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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