Add git HEAD date to Special:Version for core and extensions
authorDaSch <dasch@daschmedia.de>
Wed, 1 Aug 2012 20:49:17 +0000 (22:49 +0200)
committerParent5446 <tylerromeo@gmail.com>
Mon, 15 Apr 2013 20:47:15 +0000 (20:47 +0000)
commite9e24cbfe7849c7e2387a0953cce3e059b452a1a
tree8ab27b9def9857fe78d61b228305ebe36cd88212
parentdefd78e9ca470b791c9ad3f7fdbc102178f1b4a5
Add git HEAD date to Special:Version for core and extensions

The patch adds the localised commit date of i) core and ii) extensions
in the Special:Version page tables. It requires the Git version control
system being installed, which is checked during the installation.

Introduces a new parameter for the git binary in DefaultSettings.php:
$wgGitBin = '/usr/bin/git';

Patch authored by DaSch <dasch@daschmedia.de> and updated and fixed
by Wikinaut<mail@tgries.de>.

Bug: 38783
Change-Id: I0931400ecacf91ed2ab4fc7aa46dceac17661768
includes/DefaultSettings.php
includes/GitInfo.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/specials/SpecialVersion.php