Wikimedia
Allow users to apply change tags as they use FlaggedRevs, and solve another small bug
Your task is to:
- Add support for change tagging to the two stabilize API actions that are part of the FlaggedRevs extension. (One, called
ApiStabilizeGeneral
, is used when$wgFlaggedRevsProtection = false
, while the other,ApiStabilizeProtect
, is used when that setting is true.) This involves adding a new parameter calledtags
, checking that the user is allowed to apply change tags, and then applying the tags themselves. ApiDelete as of this patch is a good model. - Solve the issue in https://phabricator.wikimedia.org/T60498, where the API help output (https://de.wikipedia.org/w/api.php?action=help&modules=review&uselang=en or https://de.wikiquote.org/w/api.php?action=help&modules=review&uselang=en) mentions a parameter that doesn't exist on all wikis.
Task tags
Students who completed this task
Yurii Shnitkovskyi