wikifab / users-watchlist
There is no license information available for the latest version (1.1.1) of this package.
This is a mediawiki extension to add the UsersWatchList Special Page. This page enable to watch a list of users, and see all the changes they do.
Package info
github.com/Wikifab/UsersWatchlist
Type:mediawiki-extension
pkg:composer/wikifab/users-watchlist
1.1.1
2020-03-26 15:09 UTC
README
This MediaWiki extension add a tab when viewing a user page to "follow this user", and a separate 'UsersWatchList' special page which lists the latest contributions from users on the list.
Installation
- clone UsersWatchList into the 'extensions' directory of your mediawiki installation
- add the folling Line to your LocalSettings.php file :
require_once("$IP/extensions/UsersWatchlist/UsersWatchList.php");
- run php maintenance/update.php
Usage
Go to the special page 'Special:UsersWatchList'
Example
Coming soon on http://en.wikifab.org
MediaWiki Versions
Version 0.1 of this extension has been tested on MediaWiki version 1.24