| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| LogEventsList: Allow passing context to showLogExtract() | mediawiki/core | master | +10 -4 |
Details
Details
Related Changes in Gerrit:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T11968 Reduce use of global and public variables | |||
| Open | None | T422741 Reduce uses of RequestContext::getMain in MediaWiki code | |||
| Open | None | T422746 Reduce use of RequestContext::getMain in WMF-deployed extensions | |||
| Open | None | T427009 Pass context to LogEventsList::showLogExtract() |
Event Timeline
Comment Actions
Change #1290930 had a related patch set uploaded (by Bartosz Dziewoński; author: Bartosz Dziewoński):
[mediawiki/core@master] LogEventsList: Allow passing context to showLogExtract()
Comment Actions
Codesearch: https://codesearch.wmcloud.org/search/?q=LogEventsList%3A%3AshowLogExtract
Unfortunately will require a lot of manual review to distinguish the case where we pass an OutputPage to this function (which doesn't require passing a context) from the case where we pass a string (which does).
Comment Actions
Change #1290930 merged by jenkins-bot:
[mediawiki/core@master] LogEventsList: Allow passing context to showLogExtract()