Skip to content

Releases: Jahia/content-integrity

1.3

29 Mar 08:30
Compare
Choose a tag to compare

Changelog:

  • add support for checking mandatory references/weakreferences

1.2

18 Jan 14:42
Compare
Choose a tag to compare
1.2

Changelog :

  • Add permission for allowing users to call the VerifyIntegrity action and/or display the SiteSettings used for verifying integrity. Name of the permission : "allowToVerifySiteIntegrity"
  • Improved error messages and the output JSON
  • Now using a Root session for performing the verification (this fix a NullPointerException which was often raised)

1.1

28 Jul 13:23
Compare
Choose a tag to compare
1.1

Changelog :

  • added a site admin panel and GUI to allow editors to call the action and see errors
  • add a permission restriction for calling the action : "allowToVerifySiteIntegrity"
  • now use a system session for checking node instead of a user session
  • now also browse "jnt:page"

First version of integrity module

20 Apr 07:46
Compare
Choose a tag to compare

For the moment the module only provides an action to call on a node for checking integrity of its site.

Warning : this module is not yet safe to use in a production or sensitive environment. Especially, the action can be called by anyone, without requiring authentication or special permission. In this case, the user will only be able to check nodes on which he has read permission

The module is for the moment more aimed toward development environment and non-regression testing