summaryrefslogtreecommitdiff
path: root/src/Data/Yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-10-31Add commentNikolaos S. Papaspyrou1-0/+2
2016-10-31Fix integer fields in YAML metadataNikolaos S. Papaspyrou1-1/+3
If a numeric field contains an integer number, it should be shown as an integer number. Without this patch, the field: answer = 42 would be shown as "42.0". Before the introduction of YAML in metadata, this was treated as a string and therefore shown as just "42". This patch reinstates the older (and IMHO correct) behavior.
2016-04-06Add functionField external tutorialJasper Van der Jeugt1-2/+5
2016-04-06Initial YAML supportJasper Van der Jeugt1-0/+17
See #225