Extension:DeviceMapLogCapture

MediaWiki extensions manual
DeviceMapLogCapture
Release status: experimental
Author(s) Patrick Reilly
Latest version 0.0.1 (2020-02-16)
MediaWiki 1.35.0
License Apache License 2.0
Download
Quarterly downloads 2 (Ranked 166th)
Translate the DeviceMapLogCapture extension if it is available at translatewiki.net

InstallingEdit

  • Download and place the file(s) in a directory called DeviceMapLogCapture in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    wfLoadExtension( 'DeviceMapLogCapture' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

To users running MediaWiki 1.24 or earlier:

The instructions above describe the new way of installing this extension using wfLoadExtension(). If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of wfLoadExtension( 'DeviceMapLogCapture' );, you need to use:

require_once "$IP/extensions/DeviceMapLogCapture/DeviceMapLogCapture.php";