wikifab / users-watchlist
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.
Installs: 1 971
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 3
Open Issues: 3
Type:mediawiki-extension
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