Extension:AccessLogReports/en

Category:Pages to be expanded/en#AccessLogReports/en Category:Unmaintained extensions/en#AccessLogReports/en Category:GPL licensed extensions/en
MediaWiki extensions manual
AccessLogReports
Release status: unmaintainedCategory:Unmaintained extensions/en
Implementation Special page Category:Special page extensions/en
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/en
  • viewaccesslogs
Category:All extensions/en

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/en Category:Extensions in GitHub version control/en Category:GPL licensed extensions/en Category:LoadExtensionSchemaUpdates extensions/en Category:Pages to be expanded/en Category:Special page extensions/en Category:Unmaintained extensions/en