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.

Installs: 1 964

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 6

Forks: 3

Open Issues: 3

Type:mediawiki-extension

1.1.1 2020-03-26 15:09 UTC

This package is auto-updated.

Last update: 2024-04-26 23:58:07 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

  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