Extension:AccessLogReports
Appearance
Please help expand this page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Implementation | Special page |
| 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 | GitHub:
Note: |
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
[edit]- Download and place the file(s) in a directory called
AccessLogReportsin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'AccessLogReports' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
