We currently expose the last modified time of nodes through the modified field. It'd be nice to also know about when a node first appeared. We could use Git to track back even renamed nodes. For DDT that are not supported by Git the created time from the filesystem should be used instead, even though that doesn't track back renames.
We currently expose the last modified time of nodes through the
modified
field. It'd be nice to also know about when a node first appeared. We could use Git to track back even renamed nodes. For DDT that are not supported by Git the created time from the filesystem should be used instead, even though that doesn't track back renames.The new time should be exposed as
created
.