Disable creation of portfolio sites by default in Sakai 10
GENERAL
TESTING
GENERAL
TESTING
Description
Disable the ability to create a portfolio site type in the Worksite Setup tool. This will hide the entire suite of OSP tools in the default configuration, but allow for existing portfolio sites to continue adding/removing OSP tools.
This is being done due to OSP support concerns.
The sakai.siteinfo.xml and sakai.sitesetup.xml tool registration files should be updated as follows (with the commented out line provided as a way to easily restore the portfolio site type).
IMPORTANT: Portfolio site creation can be (easily) re-enabled by adding the following to your sakai.properties file: site.types = course,project,portfolio
OSP Matrix and Porfolios are enabled for MyWorkspace, so these tools would have to either be stealthed, or restricted to portfolio sites in the default configuration.
Disable the ability to create a portfolio site type in the Worksite Setup tool. This will hide the entire suite of OSP tools in the default configuration, but allow for existing portfolio sites to continue adding/removing OSP tools.
This is being done due to OSP support concerns.
The sakai.siteinfo.xml and sakai.sitesetup.xml tool registration files should be updated as follows (with the commented out line provided as a way to easily restore the portfolio site type).
<configuration name="siteTypes" value="course,project,portfolio" />
+<!-- <configuration name="siteTypes" value="course,project,portfolio" /> -->
+ <configuration name="siteTypes" value="course,project" />
IMPORTANT: Portfolio site creation can be (easily) re-enabled by adding the following to your sakai.properties file:
site.types = course,project,portfolio