Sakai Properties Reference - D
dateWidget.defaultFormat
The default format the date widget. If this is set to "dd/MM/yyyy", January 2nd 2003 would be displayed as 01/02/2003, otherwise it would be displayed as 02/01/2003.
Syntax
Can be set to "dd/MM/yyyy" or left unset.
Version
This property is used in the following version(s) of Sakai: 2.4,2.5
default.copyright
The textual wording of the default copyright to be used when uploading resources into Sakai.
Syntax
Must match one of the copyright types defined by a copyrighttype configuration parameter.
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
default.copyright.alert
Whether or not to display an alert when the default copyright is selected.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
defaultAutoCommit@javax.sql.BaseDataSource
Whether or not to commit database changes automatically.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
defaultReadOnly@javax.sql.BaseDataSource
Whether or not borrowed database connections are read only by default.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
defaultTransactionIsolation@javax.sql.BaseDataSource
The integer value for the transaction isolation level. Use defaultTransactionIsolationString instead.
Syntax
Accepts an integer value corresponding to one of the constants defined in org.apache.commons.dbcp.Connection.
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
defaultTransactionIsolationString@javax.sql.BaseDataSource
A string that controls transaction isolation, review the documentation for your JDBC driver before attempting to change this.
Syntax
One of the constants defined in org.apache.commons.dbcp.Connection that controls the transaction behavior. Typically set to TRANSACTION_READ_COMMITTED (preferred for MySQL) or TRANSACTION_READ_UNCOMMITTED (the default for HSQL).
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
disable.course.site.skin.selection
Whether or not to allow course sites to select a custom skin.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
disable.membership.unjoin.selection
Whether or not to disable the link used to unjoin a site.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
display.help.icon
Whether or not to display the help icon in the upper right of each tool window.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
display.help.menu
Whether or not to display a link to help on the left hand navigation menu.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
display.users.present
Whether or not to display the users present below the left-hand navigation bar.
Syntax
Can be set to true or false
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5
driverClassName@javax.sql.BaseDataSource
The JDBC driver to use when connecting to the database.
Syntax
Accepts the class name of the JDBC Driver.
Version
This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5