MediaWiki support #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some kind of incoming notification from MediaWiki should be supported for automatically proposing kredits based on edits details.
Latest idea is to check for changes once a day and create one proposal per user with the combined contributions (so as to not have one proposal for every single wiki page save).
Here's the changes JSON feed from our current wiki, with all relevant filters and fields as params:
https://wiki.kosmos.org/api.php?action=query&list=recentchanges&rctype=edit|new&rcshow=!minor|!bot|!anon|!redirect&rclimit=max&rcprop=ids|title|timestamp|user|sizes|comment|flags|tags
Adding
format=jsonforces JSON, no matter the accept headers: https://wiki.kosmos.org/api.php?action=query&format=json&list=recentchanges&rctype=edit|new&rcshow=!minor|!bot|!anon|!redirect&rclimit=max&rcprop=ids|title|timestamp|user|sizes|comment|flags|tagsAnd here's the documentation: https://www.mediawiki.org/w/api.php?action=help&modules=query%2Brecentchanges