Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 739 Bytes

File metadata and controls

26 lines (18 loc) · 739 Bytes

Description

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

  1. clone UsersWatchList into the 'extensions' directory of your mediawiki installation
  2. add the folling Line to your LocalSettings.php file :

require_once("$IP/extensions/UsersWatchlist/UsersWatchList.php");

  1. 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