Sakai Properties Reference - D
Property Name |
Description |
---|---|
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. |
default.copyright |
The textual wording of the default copyright to be used when uploading resources into Sakai. Must match one of the copyright types defined by a copyrighttype configuration parameter. |
default.copyright.alert |
Whether or not to display an alert when the default copyright is selected. |
defaultAutoCommit@javax.sql.BaseDataSource |
Whether or not to commit database changes automatically. |
defaultReadOnly@javax.sql.BaseDataSource |
Whether or not borrowed database connections are read only by default. |
defaultTransactionIsolation@javax.sql.BaseDataSource |
The integer value for the transaction isolation level. Use defaultTransactionIsolationString instead. |
defaultTransactionIsolationString@javax.sql.BaseDataSource |
A string that controls transaction isolation, review the documentation for your JDBC driver before attempting to change this. Typically set to TRANSACTION_READ_COMMITTED (preferred for MySQL) or TRANSACTION_READ_UNCOMMITTED (the default for HSQL). |
disable.course.site.skin.selection |
Whether or not to allow course sites to select a custom skin. |
disable.membership.unjoin.selection |
Whether or not to disable the link used to unjoin a site. |
display.help.icon |
Whether or not to display the help icon in the upper right of each tool window. |
display.help.menu |
Whether or not to display a link to help on the left hand navigation menu. |
display.users.present |
Whether or not to display the users present below the left-hand navigation bar. |
driverClassName@javax.sql.BaseDataSource |
The JDBC driver to use when connecting to the database. |