Extension:Newuserlog
From MediaWiki.org
This extension is obsolete!
It has been replaced by core functionality in the MediaWiki software (which was added in version 1.14.0).
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | Hook, User activity | ||
| Description | Displays account creations in Special:Log in reverse chronological order | ||
| Author(s) | Ævar Arnfjörð BjarmasonTalk | ||
| MediaWiki | 1.5, tested on MediaWiki 1.8-1.13 | ||
| License | GPL 2.0 | ||
| Download | svn | ||
| Example | Wikimedia wikis (e.g. MediaWiki.org) | ||
|
|||
|
check usage (experimental) |
|||
Newuserlog creates a log of new user accounts in reverse chronological order. If an account is created by a logged-in user, then this extension records the creation of the account and who created it.
[edit] Installation
- Download the extension files to your extensions/Newuserlog directory.
- Add the following line to your LocalSettings.php file:
-
require_once("$IP/extensions/Newuserlog/Newuserlog.php");
-
- Account creations are now recorded in Special:Log/newusers
[edit] Usage
The new user log is located at Special:Log/newusers. Be sure to customize/internationalize the messages it uses if necessary:
- MediaWiki:Newusers
- MediaWiki:Newuserlogpage
- MediaWiki:Newuserlogpagetext
- MediaWiki:Newuserlogentry
- MediaWiki:Newuserlog-create-entry
- MediaWiki:Newuserlog-create2-entry
[edit] See also
- Extension:UserLoginLog - a similar extension which logs user logins, logouts, and errors