Clone this repo:
  1. 0dd21ac build: Updating stylelint-config-wikimedia to 0.19.3 by libraryupgrader · 4 hours ago master
  2. 7bb1854 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 days ago wmf/branch_cut_pretest wmf/next
  3. 50a05a4 Localisation updates from https://translatewiki.net. by Translation updater bot · 5 days ago wmf/1.47.0-wmf.11
  4. 17a8623 Localisation updates from https://translatewiki.net. by Translation updater bot · 10 days ago
  5. 1d559e1 build: Updating undici to 6.27.0, 7.28.0 by libraryupgrader · 2 weeks ago wmf/1.47.0-wmf.10

GlobalWatchlist

The GlobalWatchlist extension provides a basic interface to view one's watchlists on multiple wikis at once.

It is being developed as part of a grant from the Wikimedia Foundation.

Installation

To install the extension, download the code from this repository and put it in the extensions/ folder of a Mediawiki installation. Then add the following code to the LocalSettings.php file.

wfLoadExtension( 'GlobalWatchlist' );

Configuration

The extension currently defines the following configuration values:

  • wgGlobalWatchlistEnableGuidedTour

Set this to true to enable a GuidedTour to be loaded on Special:GlobalWatchlistSettings if the user has no existing settings saved and the GuidedTour extension is enabled.

By default, the value is false.

  • wgGlobalWatchlistSiteLimit

This is used to limit the number of different sites that a user can include in their global watchlist. If set to 0, no limit is imposed. Limits are imposed at the time of submitting the form at Special:GlobalWatchlistSettings.

By default, the value is 5.

Use

The extension provides two new special pages.

Special:GlobalWatchlist

Visiting Special:GlobalWatchlist with this extension enabled shows the user a basic view of their watchlists on multiple wikis. Users can choose which wikis to show, as well as apply filters to the changes shown, in Special:GlobalWatchlistSettings. Further documentation is available at docs/GlobalWatchlist.md.

Special:GlobalWatchlistSettings

Visiting Special:GlobalWatchlistSettings with this extension enabled allows users to configure their global watchlist, including which sites to include. Further documentation is available at docs/Settings.md.