Extension:AccessLogReports

From mediawiki.org
MediaWiki extensions manual
AccessLogReports
Release status: unmaintained
Implementation Special page
Author(s) Mark A. Hershberger
Latest version 0.1
MediaWiki >=1.26
License GNU General Public License 3.0 or later
Download
  • viewaccesslogs

The AccessLogReports provides a special page to view and query the access logs when they are stored in a database. It is built on, and compatible with, the schema from mod_log_sql.

Installation[edit]

  • Download and place the file(s) in a directory called AccessLogReports in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AccessLogReports' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.