mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00

Versioning of DSpace entities is now properly supported, so from now on it is possible to create/edit versions of any item, regardless of whether it's an entity or not.
23 lines
1.2 KiB
INI
23 lines
1.2 KiB
INI
#---------------------------------------------------#
|
|
#------------ VERSIONING CONFIGURATIONS ------------#
|
|
#---------------------------------------------------#
|
|
# These configs are used by the versioning system #
|
|
#---------------------------------------------------#
|
|
# The property versioning.enabled is used to enabled/disable versioning in DSpace,
|
|
# the default value is true if it unset
|
|
# versioning.enabled = true
|
|
|
|
# Control if the history overview of an item should only be shown to administrators
|
|
# If enabled only the administrators for the item will be able to view the versioning history
|
|
# If disabled anyone with READ permissions on the item will be able to view the versioning history
|
|
versioning.item.history.view.admin=false
|
|
|
|
# Controls whether the name of the submitter of a version should be included in the version history of an item.
|
|
# When true, the submitter name will be shown only if you have administrative privileges on the Item.
|
|
# When false, the submitter name is never shown.
|
|
versioning.item.history.include.submitter=false
|
|
|
|
# If you want to allow submitters to create new versions of there items, set
|
|
# the property submitterCanCreateNewVersion true.
|
|
# versioning.submitterCanCreateNewVersion=false
|