Update comments

This commit is contained in:
dylan
2016-04-21 17:27:08 +02:00
parent b93991552a
commit d3a9236648
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
#---------------------------------------------------# #---------------------------------------------------#
# These configs are used by the versioning system # # These configs are used by the versioning system #
#---------------------------------------------------# #---------------------------------------------------#
#Parameter 'enabled' is used only by JSPUI
versioning.enabled=false versioning.enabled=false
# Control if the history overview of an item should only be shown to administrators # 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 enabled only the administrators for the item will be able to view the versioning history
@@ -12,5 +11,5 @@ versioning.item.history.view.admin=false
# The property item.history.include.submitter controls whether the name of # The property item.history.include.submitter controls whether the name of
# the submitter of a version should be included in the version history of # the submitter of a version should be included in the version history of
# an item. This property is currently used in JSPUI only. # an item.
versioning.item.history.include.submitter=false versioning.item.history.include.submitter=false

View File

@@ -64,8 +64,8 @@
===================== --> ===================== -->
<!-- <!--
To enable Item Level Versioning features, uncomment this aspect. To enable Item Level Versioning features, uncomment this aspect.
This is currently disabled by default because of two known issues: This is currently disabled by default because of one known issue:
DS-1382 and DS-1349. Please, review them to see whether they apply DS-1382. Please, review them to see whether they apply
to you before enabling versioning. to you before enabling versioning.
--> -->
<!--<aspect name="Versioning Aspect" path="resource://aspects/Versioning/" />--> <!--<aspect name="Versioning Aspect" path="resource://aspects/Versioning/" />-->