Extension:WikimediaEvents
Appearance
Not to be confused with: Extension:CampaignEvents.
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
WikimediaEventsfolder to yourextensions/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';
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also: Installation with MediaWiki-Docker
See also
- wikitech:Client errors for the monitoring of JS errors reported via this extension
- OWNERS.md
- devserver/README.md. Note that you will want to set
$wgWMEStatsBeaconUrito the same value as$wgWMEStatsdBaseUriin this README if using this for your local development server for Manual:Stats.
| This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Categories:
- Stable extensions/en
- User activity extensions/en
- ArticleProtectComplete extensions/en
- ArticleViewHeader extensions/en
- AuthChangeFormFields extensions/en
- AuthManagerLoginAuthenticateAudit extensions/en
- AuthenticationAttemptThrottled extensions/en
- BeforeInitialize extensions/en
- BeforePageDisplay extensions/en
- BlockIpComplete extensions/en
- ChangeTagsListActive extensions/en
- EditPage::attemptSave:after extensions/en
- EditPage::showReadOnlyForm:initial extensions/en
- FlaggedRevsStabilitySettingsChanged extensions/en
- GlobalBlockingGlobalBlockAudit extensions/en
- ListDefinedTags extensions/en
- LocalUserCreated extensions/en
- MakeGlobalVariablesScript extensions/en
- PageDeleteComplete extensions/en
- PageSaveComplete extensions/en
- PermissionStatusAudit extensions/en
- PreferencesFormPreSave extensions/en
- RecentChange save extensions/en
- ResourceLoaderRegisterModules extensions/en
- SaveUserOptions extensions/en
- SpecialSearchGoResult extensions/en
- SpecialSearchResults extensions/en
- XAnalyticsSetHeader extensions/en
- GPL licensed extensions/en
- Extensions in Wikimedia version control/en
- All extensions/en
- Extensions used on Wikimedia/en
- Wiki-specific extensions/en
