Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Document Properties Marker
overridefalse
Short DescriptionTemplate Support for Table Columns, Box Support for Transclusion, Space Console Construction for nameless Space Homepages, Doctype Homepage Property, and Scroll Office Boxes Support for Name List Macro
Doctyperelease-notehide
Nameprojectdoc Toolbox 2.23.3 0 Release Notes
Parent
Parent Property
property-nameName

Audience
Name List
doctyperole
propertyAudience

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
propertyCategories

Tags
Tag List
propertyTags

Iteration

Iteration
valueproduction

hide
Version2.2.3hide
Productprojectdoc Toolboxhide
Release Date

hide
Sponsors
Name List
doctypestakeholder
render-no-hits-as-blanktrue
propertySponsors

Sort Key00002.0000200003.0000300000hide
Section
show-titlefalse
titleDescription

Today we released version 

Display Property
property-nameVersion
of the projectdoc Toolbox on the Atlassian Marketplace!

This release provides some new features and fixes some issues.

Panel
borderColordarkgrey
borderWidth2

The projectdoc Toolbox is an add-on for Confluence supporting agile software development teams to collaborate on process, project, system, and product documentation. 

Transclusion
documentHOMESPACE:projectdoc Video Link
idsprojectdoc

Info Box

Download the projectdoc Toolbox or visit the projectdoc Toolbox on the Atlassian Marketplace!

Column
width350px
Panel
titleRelease Notes Overview

Table of Contents
indent15px
excludeRelease Notes|Description|Summary|"References"|Resources
stylenone
 

...

Section
titleNew and Noteworthy
intro-textThe following changes may be the most interesting of this release.
Section
titleTemplate Support for Table Columns

This new version allows to specify a template for rendering a column with the Display Table Macro. Now you can render more than one property in a table cell using a template (like the one used by the Display Document Properties Macro).

Use Templates to render complex values in a column cell. The syntax to specify a template is

Code Block
#COLUMN_NAME{TEMPLATE_SPECIFICATION}

The column name is the label to use for the column heading. It may be replaced using projectdoc Toolbox 2.2.3 Release Notes Header Translations.

The template specification uses placeholders to reference properties.

Example Box
titleExample Template Specification
Code Block
#My Label{${Doctype} / ${Iteration}}

The template will access the Doctype and Iteration property to render the specified string for each row in the given column.

Section
titleTool Support

This new feature is actually not directly relevant for users of the projectdoc Toolbox. It provides services to interface with the new tool model provided by the DTSMP.

The new Core Doctypes provide a new version of the Documentation Dashboard takes advantage of this feature.

Note Box

Please update Core Doctypes to version 11.0 for the new Documentation Dashboard!

Section
titleBox Support for Transclusion

projectdoc boxes are now first-class citizens in respect to transclusion.

Every box provides its name (e.g. 'pending-box' for the Pending Box Macro) as a default tag.

Using the new Documentation Dashboard allows now to track boxes more conveniently.

Section
titleDoctype Homepage Property

There is a new artificial property called 'Doctype Homepage' that is a link to the document's doctype homepage.

This feature was supported by the Display Table Macro by automatically rewriting the values in the Doctype column. The new approach is much cleaner and is supported by all macros.

Note, since this is a new artificial property, to have it provided by existing documents, a reindex is required. Otherwise only new and updated documents will provide this property.

Note Box
titleWhich artificial Properties are provided?

To list all properties of a projectdoc document, including the artificial properties, use the Display All Document Properties Macro. Or use a bookmarklet to render this information in a new window.

...