Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update configs based on Commons Config

...

If you wish to enable this feature, you just have to edit the   versioning.enabled  settings in your [dspace]/config/modules/versioning.cfg file (and restart your servlet container):. Alternatively, you may override it in your local.cfg config (see Configuration Reference).

Code Block
#---------------------------------------------------#
#------------ VERSIONING CONFIGURATIONS ------------#
#---------------------------------------------------#
#  These configs are used by the versioning system  #
#---------------------------------------------------#
#Parameter 'enabled' is used only by JSPUI
versioning.enabled=false

Initial Requirements

...

By default, all users will be able to see the version history. To ensure that only administrators can see the Version History, enable versioning.item.history.view.admin in following configuration file:the [dspace_installation_dir]/config/modules/versioning.cfg OR in your local.cfg file.

Code Block
versioning.item.history.view.admin=false

...

Hide Submitter details in JSPUI's version table

 In either the file [dspace]/config/modules/versioning.cfg configuration file or your local.cfg, you can edit customize the configuration option versioning.item.history.include.submitter. By default this is set to false, which means that information about the submitter is only viewable by administrators. If you want to expose the submitters information to everyone (which be useful if all submitters uses generic institutional email addresses, but may conflict with local privacy laws if personla personal details are included) you can set this configuration property to true.

...

The JSP UI JSPUI compatibility has been added in DSpace 4.0 by CINECA