Extension:GlobalWatchlist

GlobalWatchlist

2021 Coolest Tool
Award Winner

in the category
Newcomer

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
GlobalWatchlist
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Creates a "global" watchlist
Author(s) DannyS712talk
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
MediaWiki 1.36+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
README
  • $wgGlobalWatchlistEnableGuidedTour
  • $wgGlobalWatchlistSiteLimit
  • $wgGlobalWatchlistWikibaseSite
  • $wgGlobalWatchlistDevMode
Quarterly downloads 2 (Ranked 84th)
Public wikis using 5,392 (Ranked 51st)
Translate the GlobalWatchlist extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The GlobalWatchlist extension allows a user to view changes to watched pages on multiple sites at once.

Installation

  • Download and move the extracted GlobalWatchlist 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/GlobalWatchlist
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'GlobalWatchlist' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

The extension has the following configuration options
Variable name Default value Description
$wgGlobalWatchlistWikibaseSitefalse The site that should be treated as a Wikibase Repository and should have labels fetched for items that are changed. If false, the extra handling for Wikibase items is not applied.
$wgGlobalWatchlistUseVuefalse Whether to use the experimental Vue.js version of the display
$wgGlobalWatchlistDevModefalse Whether to send debug log entries to the console
$wgGlobalWatchlistEnableGuidedTourfalse Whether to enable the GuidedTour for the settings page, if the GuidedTour extension is installed
$wgGlobalWatchlistSiteLimit5 The maximum number of sites that a user can save to their watchlist. Set to 0 to disable the limit.

Using

To view the global watchlist, visit Special:GlobalWatchlist on the wiki where the extension is installed. By default, only the local wiki's changes are shown, but by changing the configuration at Special:GlobalWatchlistSettings the user can choose other sites to show, up to the maximum if configured.

Warning Warning: It is recommended to use this in conjunction with CentralAuth and to choose other sites that the user has an attached account on; this extension is not tested with any other setup.

Integration with other extensions

  • When CentralAuth is installed, only wikis where the user has an attached account are allowed in their global watchlist
  • When one of the sites included in the global watchlist has the Wikibase Repository extension installed, labels for items and properties can be fetched and displayed. If WikibaseLexeme is installed labels for lexemes are retrieved too.
  • When GuidedTour is installed, and $wgGlobalWatchlistEnableGuidedTour is enabled, a tour is available at Special:GlobalWatchlistSettings the first time you visit the page

See also

Category:Extensions used on Wikimedia#GlobalWatchlist Category:Everything to do with watchlists
Category:All extensions Category:ApiOptions extensions Category:Everything to do with watchlists Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions used on Wikimedia Category:Extensions with manual MediaWiki version Category:Extensions with release branches compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetPreferences extensions Category:LoginFormValidErrorMessages extensions Category:ResourceLoaderRegisterModules extensions Category:SidebarBeforeOutput extensions Category:Special page extensions Category:Stable extensions