Extension:CoreEvents

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
WikimediaEvents
Release status: stableCategory:Stable extensions
Implementation User activity Category:User activity extensions
Description Event instrumentations and wiring for Wikimedia Foundation sites.
Author(s) Ori Livneh, Matthew Flaschen
Latest version 1.2.0
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgWMEStatsdBaseUri
Quarterly downloads 8 (Ranked 102nd)
Public wikis using 851 (Ranked 307th)
Translate the WikimediaEvents extension if it is available at translatewiki.net
Vagrant role wikimediaevents
Issues Open tasks · Report a bug
Category:All extensions

The WikimediaEvents extension is used by Wikimedia Foundation sites for instrumentations and wiring of events, using Extension:EventLogging. The extension was previously named CoreEvents.

Dependencies

Installation

  • Download and move the extracted WikimediaEvents folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikimediaEvents
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikimediaEvents' );
    $wgWMEStatsdBaseUri = '/beacon/statsv';
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also: Installation with MediaWiki-Docker

See also

Category:Extensions used on Wikimedia#WikimediaEvents Category:Wiki-specific extensions