Extension:AccessLogReports

Category:Pages to be expanded#AccessLogReports Category:Unmaintained extensions#AccessLogReports Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
AccessLogReports
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Special page Category:Special page extensions
Description Provides a special page to view and query the access logs when they are stored in a database.
Author(s) Mark A. Hershberger
Latest version 0.1
MediaWiki >=1.26
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
  • viewaccesslogs
Category:All extensions

The AccessLogReports extension 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

  • 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.
Category:All extensions Category:Extensions in GitHub version control Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:Pages to be expanded Category:Special page extensions Category:Unmaintained extensions