Extension:EmailLog

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
EmailLog

Release status: stable

Implementation User activity
Description Provides logging of user-to-user emailing activities.
Author(s) user:jldupont
Last version See SVN
MediaWiki 1.10, 1.11
License No license specified
Download SVN
Check usage and version matrix

Contents

Purpose [edit]

Provides logging of user-to-user emailing activities.

Dependancies [edit]

Installation [edit]

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
                        );

See also [edit]

This extension is part of the BizzWiki platform.