Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleBreaking Changes
intro-textThe following changes are incompatible with the previous release.
Section
titleRemove projectdoc Label

Before 1.10 projectdoc relied on the 'projectdoc' label to mark pages that are projectdoc documents. With this version this visible tag is removed and replaced with a content property. The inner workings will then check the content property instead of the tag.

For migration we will always check the content property first and then the label to determine if a page is a projectdoc document. If the 'projectdoc' label is removed we will automatically add the content property.

This is a breaking change for those use cases that expect that projectdoc documents will have a 'projectdoc' label. For instance users who use the Content By Label Macro will not find new pages.

A side effect of this change is that pages with named doctypes, that is doctypes that are not based on a blueprint, will not have the name of the doctype as a label. This is - for instance - the case with docsections.

Users who do not use the 'projectdoc' label for their work will not notice the change. Users who do should be aware of the fact that this label is no longer added automatically.

Section
titleDoctype Add-on Update

With the update to the projectdoc Toolbox 1.10 the doctype add-ons need also be updated. This is due to an API change that will break compatibility of older versions of the add-ons.

Therefore please update your doctype add-ons to the following versions:

Section
titleDate Representation

The creation and modification time of a page provided by Confluence is accessible by artificial properties. With this Version the names are as follows:

Property NameDescriptionExample
Creation DateThe date in a date picker representation. 
Creation Date TimestampThe date (with day precision) with leading zeros in milliseconds.0000001456441200000
Creation Date$The date as text.26 Feb 2016
Creation Date§The normalized date with format yyyMMdd.20160226
Creation TimestampThe timestamp in milliseconds with leading zeros.0000001456510125056

The same representations are available for the last modification date:

  • Last Modification Date
  • Last Modification Date Timestamp
  • Last Modification Date$
  • Last Modification Date§
  • Last Modification Timestamp
Tip Box

Use the Display All Document Properties Macro to list all properties provided by a document.

...