Extension:SoftwareVersion

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SoftwareVersion
Release status: stableCategory:Stable extensions
Implementation other (invalid type)Category:Extensions with invalid or missing type
Description Customizes Special:Version for ShoutWiki
Author(s)
Latest version 0.6.1 (2017-01-28)
MediaWiki 1.43.1+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Example ShoutWiki
  • $wgSoftwareVersionExecutablePath
Quarterly downloads 2 (Ranked 99th)
Public wikis using 6,841 (Ranked 28th)
Translate the SoftwareVersion extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The SoftwareVersion extension resets MediaWiki's version on Special:Version to $wgVersion and adds a new column into Special:Version with information about the current SVN revision.

This extension was written by Jack Phoenix for ShoutWiki. ShoutWiki used its own Subversion (SVN) repo instead of the official MediaWiki Subversion (at svn.wikimedia.org), and ShoutWiki wanted to display the current (internal) SVN revision on Special:Version and have it displayed on its own column instead of being displayed in the MediaWiki column; because code revision r1000 is different for the official MediaWiki SVN and ShoutWiki's internal SVN.

If the site's source code is running from SVN's trunk, the new column in Special:Version will show "trunk". If it's running from /tags/weekly/, it will show whatever is the name of the "branch". ShoutWiki had weekly releases tagged as /tags/weekly/release date, i.e. /tags/weekly/20101001, so the new column in Special:Version would display "20101001".

Installation

  • You will want to customize the extension to remove the ShoutWiki references, because chances are that you're not running ShoutWiki's version of MediaWiki
  • Download and move the extracted SoftwareVersion 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/SoftwareVersion
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SoftwareVersion' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed. Category:Extensions by ShoutWiki
Category:All extensions Category:Extensions by ShoutWiki Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:SoftwareInfo extensions Category:Stable extensions