Skosmos icon indicating copy to clipboard operation
Skosmos copied to clipboard

On some Vocabulary information pages a value for vocabulary version is missing

Open miguelvaara opened this issue 4 years ago • 1 comments

At which URL did you encounter the problem?

http://finto.fi/tero/en/ (eng/fin/swe) http://finto.fi/liiko/fi/ (eng/fin/swe) The same problem emerges also at some other similar URLs

What steps will reproduce the problem?

  1. Go to the previously mentioned URLs
  2. The problem appears on the right hand side on the page (source: <div id=#vocab-info>)
  3. The value of the property "VERSION" is shown as $Id$ even though it should display the creation date of the vocabulary

What is the expected output? What do you see instead?

Output (value for the property VERSION) should look like it is in the JUPO (http://finto.fi/jupo/en/) (eng/fin/swe) Value for property "VERSION" should be the latest creation date for the updated vocabulary

What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)

Firefox

miguelvaara avatar Dec 18 '20 10:12 miguelvaara

This is a problem with the vocabulary data, not Skosmos code. I suggest closing this issue and opening it elsewhere, e.g. in the Finto-data repository.

The value $Id$ is a relic from the time we used Subversion for version control of vocabulary data. SVN auto-updates values like that with current version information. Git doesn't have the exact same functionality unfortunately (though you can do similar thigs with custom commit hooks).

In general we've used Skosify to add modified timestamps to vocabularies, but this isn't done systematically for all vocabularies at the moment.

osma avatar Jan 07 '21 08:01 osma