Extension:EmailLog

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
EmailLog

Release status: stable

Implementation User activity
Description
Author(s) user:jldupont
Last Version See SVN
MediaWiki 1.10, 1.11
License No license specified
Download SVN

Contents

[edit] Purpose

Provides logging of user-to-user emailing activities.

[edit] Dependancies

[edit] Installation

To install independantly from BizzWiki:

  • Download Extension:StubManager extension
  • Download this extension's file(s) and place them in the extension's directory
  • Apply the following changes to 'LocalSettings.php'
require('extensions/StubManager.php');
StubManager::createStub(  'EmailLog', 
                          $IP.'/extensions/EmailLog/EmailLog.php',
                          $IP.'/extensions/EmailLog/EmailLog.i18n.php',							
			  array('EmailUserComplete'),
			  true
			);

[edit] See also

This extension is part of the BizzWiki platform.

Personal tools