You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

projectdoc Toolbox

A system service to check the compatibility of the projectdoc Toolbox with installed extensions and doctype add-ons.

Since
5.0.2

The health check ensures that the extensions and add-ons for the projectdoc Toolbox are compatible on a source code or interface level. Since the projectdoc apps use semantic versioning, dependency issues are communicated by the change of the major version.

If there is a database migration and macros of these extensions are used as values of document properties, the incompatibility may show in property values that show error messages rendered by these macros. Therefore this health check warns users that some of the projectdoc apps need to be updated.

Please check the Release Notes for specific information on changes provided by your version of the projectdoc Toolbox.

Details

The message box is rendered with the following classes.

CSS Classes provided since Version 6.0.5
projectdoc-healthcheck-dependency projectdoc-healthcheck-failed

You may use this classes to suppress the rendering of the box in the browser.

Suppress Rendering of Message Box
.projectdoc-healthcheck-dependency.projectdoc-healthcheck-failed {
  display: none;
}

The rendered text has been updated in version 6.0.5.

Resources

More information on this topic is available by the following resources.

Release Notes
Information on all released versions of the projectdoc Toolbox for Confluence.
  • No labels