Document the improvements to the developer panel

This commit is contained in:
Jim Blake 2014-06-11 17:50:47 -04:00
parent 66fbf81034
commit efcc677d96
2 changed files with 51 additions and 15 deletions

View file

@ -1,5 +1,6 @@
#
# -----------------------------------------------------------------------------
#
# Runtime properties for developer mode.
#
# If the developer.properties file is present in your VIVO home directory, it
@ -21,39 +22,74 @@
# General options
#------------------------------------------------------------------------------
# developer.enabled = true
# developer.permitAnonymousControl
# developer.enabled = false
# developer.permitAnonymousControl = false
#------------------------------------------------------------------------------
# Freemarker
#------------------------------------------------------------------------------
# developer.insertFreemarkerDelimiters = true
# developer.defeatFreemarkerCache = true
# developer.defeatFreemarkerCache = false
# developer.insertFreemarkerDelimiters = false
#------------------------------------------------------------------------------
# Page configuration
#------------------------------------------------------------------------------
# developer.pageContents.logCustomListView = true
# developer.pageContents.logCustomShortView = true
# developer.pageContents.logCustomListView = false
# developer.pageContents.logCustomShortView = false
#------------------------------------------------------------------------------
# Internationalization
#------------------------------------------------------------------------------
# developer.i18n.defeatCache = true
# developer.i18n.logStringRequests
# developer.i18n.defeatCache = false
# developer.i18n.logStringRequests = false
#------------------------------------------------------------------------------
# Logging SPARQL queries
#------------------------------------------------------------------------------
# developer.loggingRDFService.enable = true
# developer.loggingRDFService.stackTrace = true
# developer.loggingRDFService.enable = false
# developer.loggingRDFService.stackTrace = false
# developer.loggingRDFService.queryRestriction = .*
# developer.loggingRDFService.stackRestriction = .*
#------------------------------------------------------------------------------
# Logging Search indexing
#------------------------------------------------------------------------------
# developer.searchIndex.enable = false
# developer.searchIndex.showDocuments = false
# developer.searchIndex.uriOrNameRestriction = .*
# developer.searchIndex.documentRestriction = .*
# developer.searchDeletions.enable = false
#------------------------------------------------------------------------------
# Logging Search queries
#------------------------------------------------------------------------------
# developer.searchEngine.enable = false
# developer.searchEngine.addStackTrace = false
# developer.searchEngine.addResults = false
# developer.searchEngine.queryRestriction = .*
# developer.searchEngine.stackRestriction = .*
#------------------------------------------------------------------------------
# Logging policy decisions (authorization)
#------------------------------------------------------------------------------
# developer.authorization.logDecisions.enable = false
# developer.authorization.logDecisions.addIdentifiers = false
# developer.authorization.logDecisions.skipInconclusive = false
# developer.authorization.logDecisions.actionRestriction = false
# developer.authorization.logDecisions.userRestriction = false
# developer.authorization.logDecisions.policyRestriction = false