Extension:StalkerLog
From MediaWiki.org
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | User activity | ||
| Description | Adds a log entry on each login/logout. | ||
| Author(s) | Chad Horohoe (^demonTalk) | ||
| Last Version | 0.6 | ||
| MediaWiki | 1.13+ (login/logout), 1.11+ (login only) | ||
| License | GPL v2.0 | ||
| Download | Download snapshot |
||
|
|||
|
check usage (experimental) |
|||
[edit] Summary
Simple extension I wrote awhile back for my job, but we ended up not using it. Basically, it adds a log type that keeps track of user logins/logouts. By default viewable to all, but can be restricted with the 'stalkerlog-view-log' role, assignable via $wgGroupPermissions. Added it to MediaWiki svn for others to use if they'd like. Pretty simple and normal install:
- Download files to ~/extensions/StalkerLog/
- Add require_once( "extensions/StalkerLog/StalkerLog.php" ); to your LocalSettings file.
- Enjoy