list=logevents has a title param. Please add a pageid param, to allow listing per pageid. Thanks.
Description
Description
Details
Details
- Reference
- bz32675
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +3 K -1 K | API: Use ParamValidator library |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | Feature | None | T29810 ID related API requests (tracking) | ||
Resolved | Anomie | T21195 Make user IDs more readily available with the API | |||
Open | None | T34675 API: Allow listing of logevents per pageid |
Event Timeline
Comment Actions
We might want to make such a thing more generic and apply it to everything with user or title params.
But as a side note. For reference, could you list the use cases where you'd want to use the userid or pageid instead of the username or title?
Comment Actions
See blocking bug 19195
pageid maybe hard to do, because the id is lost on deleting, but there is log_page, so searching inside of that field should be enough.
Comment Actions
The userid part is being done in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/434718.
Comment Actions
Change 434718 merged by jenkins-bot:
[mediawiki/core@master] API: Use ParamValidator library