Content And Version History Dates
Describes dates of content and versions
There are several date fields for a content item. Some can be seen in Studio in the System tab under "Editing History" and the
library, others can only be viewed by using the server tool cm dump
on the content item.
Date Type | Description | Studio | CM Dump |
---|---|---|---|
Creation date | The time the content item was created. This is never updated. | X | X |
Modification date | The last time the content item was changed. | X | |
Edition date | The last time the content version was changed. One could also call this the version creation date. This date can be seen in Studio in the "Editing History" table for each version. | X | X |
Approved date | The last time the content was approved. This is not explicitly saved, but this corresponds to an approval event as seen in the editing history (tooltip). The modification date is also updated. | X | |
Publication date | Is updated whenever a version is published. | X | X |
Place approved date | Is updated whenever the location of the content, which includes the name of the content or its parent, is changed and the content is then approved. The distinction between "place approved" and "approved" is important as the name changes do not change the version. | X |
When only the name of the content is changed, the version is not changed, but the modification date is updated and the content is no longer "place approved". Thus the content must be approved and published again, so that the "place approved" date is updated. However, neither the publication date nor the approved date is changed as the version has not changed.
The reason that the content needs to be republished after changing the name is that the CAE requires there to be a "placedependency" event upon any change in the content location. This event triggers the invalidation of cache keys, etc. which depend on the location of the content item. What exactly this event triggers is dependent on your CAE and cache key architecture.
For more information about retreiving these dates per UAPI, see our JavaDoc for Content and Version.