- Created by Robert Reiner, last modified on 21. Oct 2024
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 9 Next »
Confluence 9.1 Support
- Release Date
Today we released version 7.0.1 of the projectdoc Toolbox on the Atlassian Marketplace!
This version supports Confluence version 9.1.x.
For previous versions of Confluence there are separate versions of the projectdoc Toolbox:
- Confluence 8.x/7.x see version 6.2.13
- Confluence 9.0.x see version 7.0.0
The projectdoc Toolbox is an add-on for Confluence supporting agile software development teams to collaborate on process, project, system, and product documentation.
If you want to learn more about the projectdoc Toolbox and how it helps to create good project documentation, please refer to the introduction video!
The following image is a link to a video on YouTube. When you click the link your browser will serve a page from youtube.com
.
Very interesting, but way too fast?
Step through at your own pace with with our Prezi Presentation (external link to prezi.com
)!
In the Online Manual you’ll find additional video material that introduces you in the concepts of the projectdoc Toolbox.
Refer to use cases and show cases for information on how to use the projectdoc Toolbox.
New and Noteworthy
Using Velocity with the projectdoc Toolbox
There is an update to the Velocity API of the projectdoc Context object. In previous versions the API required a Velocity Sitemesh Page object as argument. Due to compatibility changes on Confluence the API now requires to pass in the ID of the page as argument.
#if ($projectdocContext && $page) ${projectdocContext.toHtml($page.id)} #end
#if ($projectdocContext) ${projectdocContext.toHtml($sitemeshPage)} #end
Selection Macro Rendering
The rendering of Selection Macros, such as the Iteration Macro is no longer taking the user's selected locale into account. Instead the value is always rendered using the site default locale.
Breaking Changes
Despite this is only a micro version (aka bugfix) update, it contains a breaking change. Please note that this version is only released for Confluence 9.1.x.
The breaking change is with the Velocity integration. Previous versions allowed to pass the Velocity Page object as parameter to the toHtml
method. Since the type of the object is not meant as part of the public API of Confluence, we now need to use the page identifier instead of the whole page object. See New and Noteworthy for details.
Installation Instructions
Install the projectdoc Toolbox to your Confluence instance.
There are no additional steps necessary.
If you like to install an Extension or one or more Doctype Add-ons, please make sure to install the latest versions as shown below.
Upgrade Instructions
Update the projectdoc Toolbox on your Confluence instance.
Update all Doctype Add-ons you are using, since this version of the projectdoc Toolbox introduces API changes for the use of Blueprints.
List of Changes
The following changes are part of version 7.0.1 of the projectdoc Toolbox for Confluence.
Related Releases
This version does not require updates of of the Web API Extension or the Information Systems Extension, but it does require the update of the Doctype Add-ons to the versions shown below.
Doctype Add-ons
The following doctype add-ons are required to be updated for the projectdoc Toolbox.
All doctype add-ons are optional. In case an add-on is not installed, there is no need to install it for this version of the projectdoc Toolbox.
In case any of the following doctype add-ons are used, they are required to be installed to work with this version of the projectdoc Toolbox.
Doctypes for Agile Planning
The following changes are part of the latest Doctypes for Agile Planning.
projectdoc Developer Diaries
The following changes are part of the latest projectdoc Developer Diaries.
Doctypes for Project Management
The following changes are part of the latest Doctypes for Project Management.
Doctypes for Service Management
The following changes are part of the latest Doctypes for Service Management.
Doctypes for Business Strategy
The following changes are part of the latest Doctypes for Business Strategy.
Doctypes for Software Development
The following changes are part of the latest Doctypes for Software Development.
- No labels