Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Sakai Properties Reference - H

help.button

Whether or not to show the help button.

Syntax

Can be set to true or false.

Version

This property is used in the following version(s) of Sakai: 2.4,2.5

help.hide

A list of tools whose help should not be added to the help index.

Syntax

Accepts a comma-delimited list of tools.

Version

This property is used in the following version(s) of Sakai: 2.5

help.id

The tool ID to display when opening the help tool. If specified, the help for the document with this ID will be opened instead of the contextual help for a specific tool

Syntax

Accepts a valid document ID

Version

This property is used in the following version(s) of Sakai: 2.4,2.5

help.location

An external location for help information.

Syntax

Accepts a valid relative or absolute URL.

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

help.redirect.external.webapp

An external location for help information.

Syntax

If this is set to "sakai" (the default), help information will be displayed as usual. If not, help requests will be redirected to the specified URL.

Version

This property is used in the following version(s) of Sakai: 2.4,2.5

help.url

The URL to use instead of the built-in help.

Syntax

Accepts a valid URL.

Version

This property is used in the following version(s) of Sakai: 2.4,2.5

help.welcomepage

The location of the help welcome page.

Syntax

Accepts a valid relative or absolute URL.

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

helpPath

Specifies the URL to the help path. This partial URL is used to construct the full URL for accessing help content. For example, http://localhost:8082/portal/help/TOCDisplay/content.hlp?docId=aqyk

Syntax

Accepts a valid URL.

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

hibernate.c3p0.max_size

The maximum size of the C3P0 connection pool.

Syntax

Accepts a valid integer.

Version

This property is used in the following version(s) of Sakai: 2.5

hibernate.c3p0.max_statements

The maximum number of statements to cache, set to 0 to disable caching.

Syntax

Accepts a valid integer.

Version

This property is used in the following version(s) of Sakai: 2.5

hibernate.c3p0.min_size

The minimum size of the C3P0 connection pool.

Syntax

Accepts a valid integer.

Version

This property is used in the following version(s) of Sakai: 2.5

hibernate.c3p0.timeout

The maximum time (in seconds) to leave a connection idle before closing it.

Syntax

Accepts a valid integer.

Version

This property is used in the following version(s) of Sakai: 2.5

hibernate.default_schema

Specifies the default database schema to use.

Syntax

Accepts a valid database schema.

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

hibernate.dialect

Which hibernate dialect to use.

Syntax

Should be one of the supported dialects that can be used with Sakai, such as: org.hibernate.dialect.HSQLDialect, org.hibernate.dialect.MySQLDialect, org.hibernate.dialect.Oracle9Dialect

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

hibernate.show_sql

Whether or not to show the SQL statements used by hibernate in the tomcat logs.

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

hibernateProperties@org.sakaiproject.springframework.orm.hibernate.SessionFactoryBase

The location and name of the hibernate properties file (defaults to hibernate.properties).

Syntax

Accepts a valid path and filename.

Version

This property is used in the following version(s) of Sakai: 2.2,2.3,2.4,2.5

hiddenTools@org.sakaiproject.tool.api.ActiveToolManager

The list of tool IDs to hide from the "Edit Tools" menu. This option and the stealthTools@org.sakaiproject.tool.api.ActiveToolManager together make up the entire list of tools that will not appear. You might use this if you wished to preserve the default settings for stealthTools but add a few additional tools to the list.

Syntax

A list of tool IDs separated by commas.

Version

This property is used in the following version(s) of Sakai: 2.4,2.5

  • No labels