Allow the same filtering on Special:NewFiles as on Special:NewPages.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Allow filtering by username on Special:NewFiles | mediawiki/core | master | +32 -3 |
Event Timeline
I was originally thinking that we could do this by reusing a lot of Special:NewPages code, but I looked into it and that won't actually work. Pretty much everything is different on the inside (other than generating a list of things). We have different needs for the rendering, and we have different queries (we're querying logs rather than page revisions, to start with). So I'll just have to reimplement the bits that make sense.
Change 289547 had a related patch set uploaded (by Sethakill):
[WIP] Convert Special:NewFiles to use OOUI.
Change 341766 had a related patch set uploaded (by Matthias Mullie):
[mediawiki/core] Allow filtering by username on Special:NewFiles
Change 341766 merged by jenkins-bot:
[mediawiki/core@master] Allow filtering by username on Special:NewFiles
I'll close this task since username-based filtering has been added, and there is another ticket for tags: T124214