Skip to content

Show more information about who did what and when

Frank Duncan requested to merge 1-who-what-when into master

Created by: YaxelPerez

Record user activity and control access to said records.

Closes #1 (closed)

Issue #1 (closed)

The log entries created by this extension should show who accessed which page when, and what they did (e.g., did they just view the page? Leave a comment (via the TeamComments plugin)? Make an actual edit to the page?

2020-05-25 Notes

Right now we're just setting booleans. We need to update the extension to take anonymous callbacks. Every MediaWiki hook has a set of arguments that get passed to that hook, e.g., "ViewPage" gets a user object and a page object. We would then pass those to the callback, and the callback would return a string that then gets inserted into MediaWiki's database for logged items, which then gets rendered to the Special:Log page.

Merge request reports