[dokuwiki] New PR: 🐛 make getVersion() show the commit date, not checkout date

  • From: "micgro42" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 5 Jul 2018 11:19:59 +0200 (CEST)

Hi,

micgro42 opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2443:

Currently, getVersion() shows the date when the HEAD of the local git 
repository was last changed, not the date of the current commit. This pull 
request fixes that behavior.

Steps to reproduce:
-------------------------
1. checkout an old DokuWiki commit - say from a month or a year ago
1. go to the admin screen
1. look at the version:
   * without this pull request it will show the date of today
   * with this pull request it will show the date of the commit


Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

96513800-8034-11e8-8bef-8501429660be


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: 🐛 make getVersion() show the commit date, not checkout date - micgro42