Page MenuHomePhabricator

Redlinked username in page history edit summaries despite a global user page existing
Closed, DuplicatePublicBUG REPORT

Event Timeline

Often this is due to code using Title::exists() (which checks whether the title physically exists in the page table) instead of Title::isKnown() (which accounts for things like special pages, and
GlobalUserPage can hook into it).

The relevant component is CommentFormatter, which I think has no Phabricator tag or Maintainers entry, but the most closely related one is probably the parser.