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 (experimental)

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
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox