Extension:VersionCompare

MediaWiki extensions manual
VersionCompare
Release status: stable
Implementation Special page
Description Compare the MediaWiki, PHP, database, and extension versions of two wikis.
Author(s) Cindy Cicalese (Cindy.cicalesetalk)
Latest version 2.0.0 (2023-06-24)
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.29+
PHP 5.4+
Database changes No
License GNU General Public License 2.0 or later
Download
Quarterly downloads 0
Translate the VersionCompare extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The VersionCompare extension displays a special page, Special:VersionCompare, that compares the MediaWiki, PHP, database, and extension versions of two wikis. It provides two text fields to enter the API URLs of the two wikis to compare. If one of the text fields is left blank, the local wiki will be used as one of the two wikis.

Installation edit

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

Examples edit

   

Release Notes edit

Version 2.0.0
  • Code cleanup and update
  • Add counts
  • Update options
  • Add option to ignore version
  • Make includable
  • Show message when no logo
Version 1.0
  • Initial release