2.6 Setting Sakai Properties for OSP

This section will contain new content not previously available in OSP Help.

NOTE: This is a preliminary list of properties that I believe is complete. I will be refining the descriptions as well.

Full reference: http://confluence.sakaiproject.org/display/DOC/Sakai+Properties+Reference

#
# OSP ePortfolio Properties
#

# set this to true when upgrading from Sakai 2.4 to 2.5
osp.upgrade25 = false

# Enable selection & auto-population of matrix/wizard cell with assignments (SAK-10832)
osp.experimental.assignments = false

# If true, allow any (matrix/wizard) reviewer to view members independent of group membership
osp.reviewer.groups.allowall.global = false

# Enable/disable caching for rendering of portfolios (SAK-14206)
cache.osp.presentation.data = true

# set this to false to disable caching of xslt templates (good for testing)
xslt-portal.cacheTemplates = true

# SAK-15540: allow restricted view of preview matrices by permission
#            (e.g. osp.matrix.scaffolding.edit)
#            default value is null (all can view)
osp.preview.permission =


# SAK-15911: enable cookies to track form save attempts/success.
#            Default is false, meaning no new cookies
metaobj.save.cookies = false

# SAK-16610: If true, users with osp.presentation.review permission
#            may view all portfolios in site (whether or not they've been
#            shared)
osp.presentation.viewall = false

# send an email to the user when the user is added
# (also controls whether or not guest users may be added to osp portfolios)
#notifyNewUserEmail=true


# Controls the mode in which reports are generated.
#   0 is no reports.
#   1 is the warehouse reports.
#   2 is live data reports.
#   3 is both warehouse and live data reports.
# The default is 1. The default report has a setting of operating on the warehouse. 
#sakai.reports.useWarehouse = 1

# Controls whether or not the reports tool will force table column names to be
# entered in uppercase (used for better compatibility between Oracle and MySQL).
# Set to 0 to leave column names in their existing case, set to 1 to force column
# names into uppercase. true / false
#sakai.reports.forceColumnLabelUppercase 

# Whether or not to alter the data warehouse tables. true / false
#sakai.datawarehouse.dbLoader.properties.alterTables 

# Whether or not to create the data warehouse tables. true / false
#sakai.datawarehouse.dbLoader.properties.createTables 

# Whether or not to drop the data warehouse tables. true / false
#sakai.datawarehouse.dbLoader.properties.dropTables 

# Whether or not to create indexes for the data warehouse tables. true / false
#sakai.datawarehouse.dbLoader.properties.indexTables 

# Whether or not populate the data warehouse tables. true / false
#sakai.datawarehouse.dbLoader.properties.populateTables 

# Whether or not to run the script specified in
# sakai.datawarehouse.dbLoader.properties.tableScriptFileName when initializing
# the Sakai data warehouse. true / false
#sakai.datawarehouse.dbLoader.properties.createTableScript 

# The location of a script that will be run when initializing the Sakai data warehouse. 
#sakai.datawarehouse.dbLoader.properties.tableScriptFileName 

# Whether or not to set the developer flag for migration testing.
# Should not be used on production systems. true / false
#osp.migration.developer 



### Legacy properties dealing with permissions (pre-2.5; use standard Sakai permissions now)

#glossary.permissions.map 
#glossary.permissions.map.{number}.siteTypes 
#glossary.permissions.map.{number}.value.count 
#glossary.permissions.override 

#presentation.permissions.map 
#presentation.permissions.map.{number}.siteTypes 
#presentation.permissions.map.{number}.value 
#presentation.permissions.override 
#presentationLayout.permissions.map 
#presentationLayout.permissions.map.{number}.siteTypes 
#presentationLayout.permissions.map.{number}.value 
#presentationLayout.permissions.override 
#presentationTemplate.permissions.map 
#presentationTemplate.permissions.map.{number}.siteTypes 
#presentationTemplate.permissions.map.{number}.value 
#presentationTemplate.permissions.override 

#review.permissions.map 
#review.permissions.map.{number}.siteTypes 
#review.permissions.map.{number}.value 
#review.permissions.override 

#scaffolding.permissions.map 
#scaffolding.permissions.map.{number}.siteTypes 
#scaffolding.permissions.map.{number}.value 
#scaffolding.permissions.override 

#style.permissions.map 
#style.permissions.map.{number}.siteTypes 
#style.permissions.map.{number}.value 
#style.permissions.override 

#wizard.permissions.map 
#wizard.permissions.map.{number}.siteTypes 
#wizard.permissions.map.{number}.value 
#wizard.permissions.override
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.