claroline/claroline/inc/conf/def/CLMAIN.def.conf.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  kernel

Variables

 $conf_def ['config_code'] = 'CLMAIN'
 $conf_def ['config_file'] = 'claro_main.conf.php'
 $conf_def ['config_name'] = 'Main settings'
 $conf_def ['config_class'] = 'platform'
 $conf_def ['section']['ADMINISTRATIVE_SETTING']['label'] = 'General'
 $conf_def ['section']['ADMINISTRATIVE_SETTING']['description'] = 'Information about your platform and your organisation'
 $conf_def ['section']['ADMINISTRATIVE_SETTING']['properties']
 $conf_def ['section']['LAYOUT']['label'] = 'Layout'
 $conf_def ['section']['LAYOUT']['properties']
 $conf_def ['section']['LANGUAGE']['label'] = 'Language'
 $conf_def ['section']['LANGUAGE']['description'] = ''
 $conf_def ['section']['LANGUAGE']['properties']
 $conf_def ['section']['ADMINISTRATOR_SETTING']['label'] = 'Contact'
 $conf_def ['section']['ADMINISTRATOR_SETTING']['description'] = 'These informations are displayed on the footer of the platform'
 $conf_def ['section']['ADMINISTRATOR_SETTING']['properties']
 $conf_def ['section']['FILE_SYSTEM_SETTING']['label'] = 'File system settings'
 $conf_def ['section']['FILE_SYSTEM_SETTING']['properties']
 $conf_def ['section']['DB_CONNECT_SETTING']['label'] = 'MySQL database settings'
 $conf_def ['section']['DB_CONNECT_SETTING']['properties']
 $conf_def ['section']['SMTP']['label'] = 'SMTP'
 $conf_def ['section']['SMTP']['description'] = 'Mail server configuration'
 $conf_def ['section']['SMTP']['properties']
 $conf_def ['section']['RIGHT']['label'] = 'Right'
 $conf_def ['section']['RIGHT']['properties']
 $conf_def ['section']['DOWNLOAD_SETTINGS']['label'] = 'Download'
 $conf_def ['section']['DOWNLOAD_SETTINGS']['description'] = 'Configure the way files are downloaded from the platform'
 $conf_def ['section']['DOWNLOAD_SETTINGS']['properties']
 $conf_def ['section']['ADVANCED']['label'] = 'Advanced settings'
 $conf_def ['section']['ADVANCED']['properties']
 $conf_def_property_list ['siteName']
 $conf_def_property_list ['siteLogo']
 $conf_def_property_list ['institution_name']
 $conf_def_property_list ['institution_url']
 $conf_def_property_list ['institutionLogo']
 $conf_def_property_list ['platformLanguage']
 $conf_def_property_list ['language_to_display']
 $conf_def_property_list ['dbHost']
 $conf_def_property_list ['dbLogin']
 $conf_def_property_list ['dbPass']
 $conf_def_property_list ['dbNamePrefix']
 $conf_def_property_list ['mainDbName']
 $conf_def_property_list ['mainTblPrefix']
 $conf_def_property_list ['statsDbName']
 $conf_def_property_list ['statsTblPrefix']
 $conf_def_property_list ['platform_id']
 $conf_def_property_list ['is_trackingEnabled']
 $conf_def_property_list ['singleDbEnabled']
 $conf_def_property_list ['dbGlu']
 $conf_def_property_list ['courseTablePrefix']
 $conf_def_property_list ['mysqlRepositorySys']
 $conf_def_property_list ['smtp_host']
 $conf_def_property_list ['smtp_username']
 $conf_def_property_list ['smtp_password']
 $conf_def_property_list ['rootWeb']
 $conf_def_property_list ['urlAppend']
 $conf_def_property_list ['rootSys']
 $conf_def_property_list ['tmpPathSys']
 $conf_def_property_list ['cacheRepository']
 $conf_def_property_list ['garbageRepositorySys']
 $conf_def_property_list ['claro_stylesheet']
 $conf_def_property_list ['useTinyMCECompressor']
 $conf_def_property_list ['administrator_name']
 $conf_def_property_list ['administrator_email']
 $conf_def_property_list ['administrator_phone']
 $conf_def_property_list ['claro_texRendererUrl']
 $conf_def_property_list ['userPasswordCrypted']
 $conf_def_property_list ['allowSelfReg']
 $conf_def_property_list ['clarolineRepositoryAppend']
 $conf_def_property_list ['coursesRepositoryAppend']
 $conf_def_property_list ['rootAdminAppend']
 $conf_def_property_list ['imgRepositoryAppend']
 $conf_def_property_list ['userImageRepositoryAppend']
 $conf_def_property_list ['CLARO_DEBUG_MODE']
 $conf_def_property_list ['CLARO_PROFILE_SQL']
 $conf_def_property_list ['warnSessionLost']
 $conf_def_property_list ['javascriptCompression']
 $conf_def_property_list ['DEVEL_MODE']
 $conf_def_property_list ['triggerDebugMode']
 $conf_def_property_list ['ajaxRemoteServiceBrokerEnabled']
 $conf_def_property_list ['courseCreationAllowed']
 $conf_def_property_list ['allowToSelfEnroll']
 $conf_def_property_list ['module_cache_filename']
 $conf_def_property_list ['claro_brailleViewMode']
 $conf_def_property_list ['useSendFile']
 $conf_def_property_list ['usePrettyUrl']

Variable Documentation

$conf_def['section']['ADVANCED']['properties']
Initial value:
array ( 'userPasswordCrypted'
      , 'is_trackingEnabled'
      , 'useTinyMCECompressor'
      , 'claro_texRendererUrl'
      , 'platform_id'
      , 'CLARO_DEBUG_MODE'
      , 'triggerDebugMode'
      , 'CLARO_PROFILE_SQL'
      , 'DEVEL_MODE'
      , 'warnSessionLost'
      , 'claro_brailleViewMode'
      , 'javascriptCompression'
      , 'ajaxRemoteServiceBrokerEnabled'
      
      )

Definition at line 109 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADVANCED']['label'] = 'Advanced settings'

Definition at line 108 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['DOWNLOAD_SETTINGS']['properties']
Initial value:
array ( 'useSendFile'
      , 'usePrettyUrl'
      )

Definition at line 103 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['DOWNLOAD_SETTINGS']['description'] = 'Configure the way files are downloaded from the platform'

Definition at line 102 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['DOWNLOAD_SETTINGS']['label'] = 'Download'

Definition at line 101 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['RIGHT']['properties']
Initial value:
array ( 'courseCreationAllowed',
       'allowSelfReg'
      , 'allowToSelfEnroll'
      )

Definition at line 95 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['RIGHT']['label'] = 'Right'

Definition at line 94 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['SMTP']['properties']
Initial value:
array ( 'smtp_host'
      , 'smtp_username'
      , 'smtp_password'
      )

Definition at line 88 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['SMTP']['description'] = 'Mail server configuration'

Definition at line 87 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['SMTP']['label'] = 'SMTP'

Definition at line 86 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['DB_CONNECT_SETTING']['properties']
Initial value:
array ( 'dbHost'
      , 'dbLogin'
      , 'dbPass'
      , 'mainDbName'
      , 'statsDbName'
      , 'singleDbEnabled'
      , 'mainTblPrefix'
      , 'statsTblPrefix'
      , 'dbNamePrefix'
      , 'dbGlu'
      , 'courseTablePrefix'
      )

Definition at line 72 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['DB_CONNECT_SETTING']['label'] = 'MySQL database settings'

Definition at line 71 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['FILE_SYSTEM_SETTING']['properties']
Initial value:
array ( 'rootWeb'
      , 'rootSys'
      , 'urlAppend'
      , 'mysqlRepositorySys'
      , 'tmpPathSys'
      , 'cacheRepository'
      , 'garbageRepositorySys'
      , 'clarolineRepositoryAppend'
      , 'coursesRepositoryAppend'
      , 'rootAdminAppend'
      , 'imgRepositoryAppend'
      , 'userImageRepositoryAppend'
     )

Definition at line 56 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['FILE_SYSTEM_SETTING']['label'] = 'File system settings'

Definition at line 55 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATOR_SETTING']['properties']
Initial value:
array ( 'administrator_name'
      , 'administrator_email'
      , 'administrator_phone'
      )

Definition at line 49 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATOR_SETTING']['description'] = 'These informations are displayed on the footer of the platform'

Definition at line 48 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATOR_SETTING']['label'] = 'Contact'

Definition at line 47 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['LANGUAGE']['properties']
Initial value:
array ( 'platformLanguage'
      , 'language_to_display'
      )

Definition at line 42 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['LANGUAGE']['description'] = ''

Definition at line 41 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['LANGUAGE']['label'] = 'Language'

Definition at line 40 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['LAYOUT']['properties']
Initial value:
array ( 'claro_stylesheet'
      , 'siteLogo'
      , 'institutionLogo'
      )

Definition at line 34 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['LAYOUT']['label'] = 'Layout'

Definition at line 33 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATIVE_SETTING']['properties']
Initial value:
array ( 'siteName'
      , 'institution_name'
      , 'institution_url'
      )

Definition at line 27 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATIVE_SETTING']['description'] = 'Information about your platform and your organisation'

Definition at line 26 of file CLMAIN.def.conf.inc.php.

$conf_def['section']['ADMINISTRATIVE_SETTING']['label'] = 'General'

Definition at line 25 of file CLMAIN.def.conf.inc.php.

$conf_def['config_class'] = 'platform'

Definition at line 21 of file CLMAIN.def.conf.inc.php.

$conf_def['config_name'] = 'Main settings'

Definition at line 20 of file CLMAIN.def.conf.inc.php.

$conf_def['config_file'] = 'claro_main.conf.php'

Definition at line 19 of file CLMAIN.def.conf.inc.php.

$conf_def['config_code'] = 'CLMAIN'

Definition at line 18 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['usePrettyUrl']
Initial value:
array ( 'description' => 'Choose the mode for URL for file download. Warning : Pretty URL mode don\'t work with IIS.'
      , 'label'       => 'File url mode'
      , 'default'     => FALSE
      , 'type'        => 'boolean'
      , 'acceptedValue' => array ('TRUE'=>'Pretty URL using PATH_INFO (download.php/path/to/file.ext)'
                                 ,'FALSE'=>'Standard URL using QUERY_STRING (download.php?url=/path/to/file.ext)'
                               )
      , 'display'     => TRUE
      , 'readonly'    => FALSE
      )

Definition at line 688 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['useSendFile']
Initial value:
array ( 'description' => 'Select the way Claroline send files to a user.'
      , 'label'       => 'Download mechanism'
      , 'default'     => TRUE
      , 'type'        => 'boolean'
      , 'acceptedValue' => array ('TRUE'=>'Send file using PHP (mask real file location)'
                                 ,'FALSE'=>'Redirect to the file'
                               )
      , 'display'     => TRUE
      , 'readonly'    => FALSE
      )

Definition at line 676 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['claro_brailleViewMode']
Initial value:
array ('label'       => 'Display banner'
      ,'description' => 'This feature is use for institute with  blind users. ' . "\n" . ' I fact, System would be ehanced to activate this view user by user'
      ,'default'     => false
      ,'type'        => 'boolean'
      ,'display'     => false
      ,'readonly'    => false
      ,'acceptedValue' => array ('FALSE' => 'on top', 'TRUE'=>'on bottom')
      )

Definition at line 652 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['module_cache_filename']
Initial value:
 array ('label'     => 'filename for one file module inclusion'
        ,'description' => ''
        ,'default'   => 'moduleCache.inc.php'
        ,'type'      => 'filename'
        ,'display'       => FALSE
        ,'readonly'      => TRUE
        ,'acceptedValue' => array ( 'pattern'=> '*.inc.php')
        )

Definition at line 643 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['allowToSelfEnroll']
Initial value:
 array ('label'     => 'Allow enrolment/unenrolment to courses by the users'
        ,'description' => 'Display links to enrol/unenrol to course on the homepage of the user'
        ,'default'   => TRUE
        ,'type'      => 'boolean'
        ,'display'       => TRUE
        ,'readonly'      => FALSE
        ,'acceptedValue' => array ( 'TRUE'=> 'Yes', 'FALSE'=>'No' )
        )

Definition at line 632 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['courseCreationAllowed']
Initial value:
array ('label'       => 'Course creation is allowed on the platform'
      ,'description' => ''
      ,'default'     => TRUE
      ,'type'        => 'boolean'
      ,'acceptedValue' => array ('TRUE' => 'Yes'
                                ,'FALSE'=> 'No'
                                )
      )

Definition at line 621 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['ajaxRemoteServiceBrokerEnabled']
Initial value:
array ('label'       => 'Enable Ajax Remote Service broker'
      ,'description' => 'The Ajax Remote Service broker can be used by some modules to access remote services using AJAX requests and JSON'
      ,'type'        => 'boolean'
      ,'default'     => FALSE
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 611 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['triggerDebugMode']
Initial value:
array ('label'       => 'Trigger debug mode in url'
      ,'description' => ''
      ,'type'        => 'boolean'
      ,'default'     => FALSE
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 601 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['DEVEL_MODE']
Initial value:
array ('label'       => 'Development mode'
      ,'description' => 'Add additional tools in the SDK section of the platform administration.'
      ,'type'        => 'boolean'
      ,'default'     => false
      ,'container'   => 'CONST'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'acceptedValue' => array ('TRUE'=>'On'
                               ,'FALSE'=>'Off')
      )

Definition at line 589 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['javascriptCompression']
Initial value:
array ('label'       => 'Javascript compression'
      ,'description' => 'Compress javascript files. This option should be set to off only for debugging.'
      ,'type'        => 'boolean'
      ,'default'     => FALSE
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 579 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['warnSessionLost']
Initial value:
array ('label'       => 'Session lost warning'
      ,'description' => 'Warn users when they loose their session on the platform'
      ,'type'        => 'boolean'
      ,'default'     => TRUE
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 569 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['CLARO_PROFILE_SQL']
Initial value:
array ('label'       => 'Profile SQL'
      ,'description' => 'Profile SQL in DEBUG MODE.' ."\n" . 'Display for each request :duration, counter,  statement '
      ,'type'        => 'boolean'
      ,'default'     => false
      ,'container'   => 'CONST'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 558 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['CLARO_DEBUG_MODE']
Initial value:
array ('label'       => 'Debug mode'
      ,'description' => 'More verbose when error occurs.'
      ,'type'        => 'boolean'
      ,'default'     => false
      ,'container'   => 'CONST'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 547 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['userImageRepositoryAppend']
Initial value:
array ('label'        => 'relative path from root web to user pic repository'
      ,'type'        => 'relpath'
      ,'display'     => FALSE
      ,'default'     => 'platform/img/users/'
      )

Definition at line 540 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['imgRepositoryAppend']
Initial value:
array ('label'        => 'Relative path from claroline web to icon set'
      ,'type'        => 'relpath'
      ,'default'     => 'img/'
      ,'display'     => FALSE
      ,'readonly'    => TRUE
      )

Definition at line 532 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['rootAdminAppend']
Initial value:
array ('label'        => 'Relative path from claroline kernel to root of admin section'
      ,'type'        => 'relpath'
      ,'default'     => 'admin/'
      ,'display'     => false
      )

Definition at line 526 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['coursesRepositoryAppend']
Initial value:
array ( 'label'      => 'relative path from root campus to courses'
      , 'type'       => 'relpath'
      , 'default'    => 'courses/'
      ,'display'     => false
      )

Definition at line 519 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['clarolineRepositoryAppend']
Initial value:
array ('label'       => 'Relative path from root campus to claroline code'
      ,'type'        => 'relpath'
      ,'default'     => 'claroline/'
      ,'display'     => false
      )

Definition at line 513 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['allowSelfReg']
Initial value:
array ('label'           => 'User account creation allowed'
       ,'description'    => 'Display link "Create user account" on the platform homepage.'
      ,'default'         => TRUE
      ,'type'            => 'boolean'
      ,'display'         => TRUE
      ,'readonly'        => FALSE
      ,'acceptedValue' => array('TRUE' => 'Yes', 'FALSE' => 'No')
      )

Definition at line 503 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['userPasswordCrypted']
Initial value:
array ('label'         => 'Crypt passwords'
      ,'technical'     => 'By default use claroCrypt as authType'
      ,'default'       => FALSE
      ,'type'          => 'boolean'
      ,'display'       => false
      ,'readonly'      => True
      ,'acceptedValue' => array('TRUE' => 'Yes', 'FALSE' => 'No')
      )

Definition at line 493 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['claro_texRendererUrl']
Initial value:
array ('label'       => 'Mathematical renderer URL'
      ,'description' => 'This renderer is used for TEX/LaTEX expressions. It is available into the \'claroline/inc/lib/\' directory and has to be copied on a server location where CGI programs are expected.'
       ,'technicalInfo' =>
'Put above the complete url of your TEX renderer. This url doesn\'t have to be
 specially on the same server than Claroline.

 Claroline uses the MIMETEX renderer created by John Forkosh and available
 under the GNU licences at http://www.forkosh.com.

 MIMETEX parses TEX/LaTEX mathematical expressions and emits gif images from
 them. You\'ll find precompilated versions of MIMETEX for various platform in
 the "claroline/inc/lib/" directory. Move the executable file that
 corresponding to your platform into its "cgi-bin/" directory, where cgi
 programs are expected (this directory are typically of the form
 "somewhere/www/cgi-bin/"), and change the execution permissions if necessary.

 If you\'re not able or allowed to set MIMETEX on a server, leave the setting
 below to "false". Claroline will then try to use another method for rendering
 TEX/LaTEX mathematical expression, relying on a plug-in client side this
 time. For this, user has to install the TECHEXPLORER plug-in, freely
 available for both Windows, Macintosh and Linux at
 http://www.integretechpub.com/.'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 464 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['administrator_phone']
Initial value:
array ('label'       => 'Phone'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 454 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['administrator_email']
Initial value:
array ('label'       => 'E-mail'
      ,'description' => ''
      ,'type'        => 'email'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 447 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['administrator_name']
Initial value:
array ('label'       => 'Name'
      ,'description' => ''
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 438 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['useTinyMCECompressor']
Initial value:
array ('label'       => 'Use TinyMCE editor compressor'
      ,'description' => 'Makes TinyMCE 75% smaller and a lot faster to load.'
      ,'type'        => 'boolean'
      ,'default'     => TRUE
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      , 'acceptedValue' => array('TRUE' => 'On', 'FALSE' => 'Off')
      )

Definition at line 426 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['claro_stylesheet']
Initial value:
array ('label'       => 'Theme'
      ,'description' => 'Set the Cascading Style Sheet (CSS) layout.'
      ,'default'     => 'classic'
      ,'type'        => 'enum'
      ,'acceptedValueType' => 'css'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 416 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['garbageRepositorySys']
Initial value:
array ('label'       => 'Garbage'
      ,'description' => 'Absolute sys path to the place where are move data of a deleted course.'
      ,'default'     => 'tmp/garbage/'
      ,'type'        => 'syspath'
      ,'display'     => FALSE
      ,'readonly'    => FALSE
      )

Definition at line 405 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['cacheRepository']
Initial value:
array ('label'         => 'Repository for cache files and dirs'
      , 'description'  => 'Note : this repository should be protected with a .htaccess or
       be placed outside the web. Because there contain data of private courses. Claroline Would be able to read and write in this dir'
      ,'default'       => 'tmp/cache/'
      ,'display'       => true
      ,'type'          => 'relpath'
      )

Definition at line 396 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['tmpPathSys']
Initial value:
array ('label'         => 'Repository for temporary files and dirs'
      , 'description'  => 'Note : this repository should be protected with a .htaccess or
       be placed outside the web. Because there contain data of private courses. Claroline Would be able to read and write in this dir'
      ,'default'       => 'tmp/'
      ,'display'       => true
      ,'type'          => 'relpath'
      )

Definition at line 387 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['rootSys']
Initial value:
array ('label'       => 'Platform local path '
      ,'description' => 'Relative to the complete platform url'
      ,'default'     => ''
      ,'type'        => 'syspath'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'technicalInfo' => 'The hostname of mysql server'
      )

Definition at line 376 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['urlAppend']
Initial value:
array ('label'       => 'URL trail'
      ,'description' => 'Common part of both parameters above.'
      ,'default'     => 'mycampus'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'technicalInfo' => 'no trailing / in this value'
      )

Definition at line 366 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['rootWeb']
Initial value:
array ('label'       => 'Platform web URL'
      ,'description' => 'Example : http://www.yourdomain.tld/mycampus/'
      ,'default'     => 'http://www.yourdomain.tld/mycampus/'
      ,'type'        => 'urlpath'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 357 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['smtp_password']
Initial value:
array ('label'       => 'Password'
      ,'description' => ''
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      )

Definition at line 347 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['smtp_username']
Initial value:
array ('label'       => 'Username'
      ,'description' => 'Give a username and password to turn on SMTP authentication.'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      )

Definition at line 339 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['smtp_host']
Initial value:
array ('label'       => 'SMTP server(s)'
      ,'description' => 'Give a SMTP server name to turn on SMTP mode. (e.g. smtp1.site.com or smtp1.site.com;smtp2.site.com)'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      )

Definition at line 331 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['mysqlRepositorySys']
Initial value:
array ('label'       => 'Mysql Base Path'
      ,'description' => 'This is the physical path to databases storage. This path is  optional, use by the quota and size.'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => FALSE
      ,'readonly'    => FALSE
      )

Definition at line 320 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['courseTablePrefix']
Initial value:
array ('label'       => 'Course name table prefix'
      ,'description' => 'This  prefix is added to each course table name. It\'s usefull in single database mode as it groups all course tables together.'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => FALSE
      ,'readonly'    => FALSE
      )

Definition at line 311 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['dbGlu']
Initial value:
array ('label'       => 'db glu'
      ,'description' => 'To find a table name, the choose database name is prepend to the table name.'."\n"
                       .'db glu is use between these two name.'."\n"."\n"
                       .'In multi db mode, IT MUST be a dot.'."\n"
                       .'In single db mode, IT CAN\'T be a dot.'."\n"
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => FALSE
      ,'readonly'    => TRUE
      )

Definition at line 299 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['singleDbEnabled']
Initial value:
array ('label'       => 'Database mode'
      ,'default'     => TRUE
      ,'type'        => 'boolean'
      ,'display'     => TRUE
      ,'readonly'    => TRUE
      ,'acceptedValue' => array ('TRUE'=>'Single', 'FALSE' => 'Multiple')
      )

Definition at line 290 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['is_trackingEnabled']
Initial value:
array ('label'       => 'Tracking'
      ,'description' => 'Log of user activities  on the whole platform (course access, tool use, ...).'
      ,'default'     => TRUE
      ,'type'        => 'boolean'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'acceptedValue' => array ('TRUE'=>'On', 'FALSE' => 'Off')
      )

Definition at line 280 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['platform_id']
Initial value:
array ('label'       => 'unique id of the platform'
      ,'type'        => 'string'
      ,'technicalDesc' => 'id for this campus. Would  be unique'
      ,'default'     => md5(realpath(__FILE__))
      ,'display'     => FALSE
      ,'readonly'    => TRUE
      )

Definition at line 271 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['statsTblPrefix']
Initial value:
array ( 'label'       => 'Prefix for tracking table names'
      , 'description' => ''
      , 'default'     => ''
      , 'type'        => 'string'
      , 'display'     => TRUE
      , 'readonly'    => TRUE
      )

Definition at line 262 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['statsDbName']
Initial value:
array ( 'label'       => 'Tracking database name'
      , 'description' => 'This is where tracking and statistics data are stored. This database can be the same as the main database.'
      ,'default'     => 'claroline'
      , 'type'        => 'string'
      , 'display'     => TRUE
      , 'readonly'    => FALSE
      )

Definition at line 253 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['mainTblPrefix']
Initial value:
array ('label'       => 'Prefix for main table names'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => TRUE
      )

Definition at line 244 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['mainDbName']
Initial value:
array ('label'       => 'Main database name'
      ,'default'     => 'claroline'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'description' => 'Change this setting only if it\'s absolutely required.'
      )

Definition at line 235 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['dbNamePrefix']
Initial value:
array ('label'       => 'Prefix for course table  / db names'
      ,'default'     => 'c_'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'description' => 'This prefix could allow to order more easily the tables / DB in the user interface of your server technical back office  '
      ,'technicalInfo' => 'Prefix all created base (for courses) with this string'
      )

Definition at line 225 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['dbPass']
Initial value:
array ('label'       => 'Password'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'technicalInfo' => 'The clear password'
      )

Definition at line 216 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['dbLogin']
Initial value:
array ('label'       => 'Login'
      ,'default'     => 'root'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'technicalInfo' => 'The login given by your administrator to connect on the mysql server'
      ,'description' => ''
      )

Definition at line 205 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['dbHost']
Initial value:
array ('label'       => 'Host name'
      ,'default'     => 'localhost'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      ,'technicalInfo' => 'The hostname of mysql server'
      )

Definition at line 195 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['language_to_display']
Initial value:
array ('label'         => 'Personal language selector'
      ,'description'   => 'For multilingual platform. Allow user to select his language from the list.'
      ,'default'       => array()
      ,'type'          => 'multi'
      ,'display'       => true
      ,'acceptedValueType' => 'lang'
      ,'readonly'      => FALSE
      )

Definition at line 183 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['platformLanguage']
Initial value:
array ('label'         => 'Platform language'
      ,'description'   => 'Set the default language of the platform. It doesn\'t prevent course managers to set an other language for each course they create.'
      ,'default'       => 'english'
      ,'type'          => 'enum'
      , 'acceptedValueType' => 'lang'
      ,'display'       => TRUE
      ,'readonly'      => FALSE
      )

Definition at line 173 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['institutionLogo']
Initial value:
array ('label'       => 'Organisation logo url'
      ,'description' => 'Display the logo of the organisation. (http://www.domain.tld/logo.gif)'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 162 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['institution_url']
Initial value:
array ('label'       => 'Organisation website'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 155 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['institution_name']
Initial value:
array ('label'       => 'Organisation Name'
      ,'default'     => ''
      ,'description' => 'Name displayed in the top banner.'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 147 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['siteLogo']
Initial value:
array ('label'       => 'Platform logo url'
      ,'description' => 'Display the logo of the platform. (http://www.domain.tld/logo.gif)'
      ,'default'     => ''
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 137 of file CLMAIN.def.conf.inc.php.

$conf_def_property_list['siteName']
Initial value:
array ('label'       => 'Platform name'
      ,'description' => ''
      ,'default'     => 'Claroline'
      ,'type'        => 'string'
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

Definition at line 128 of file CLMAIN.def.conf.inc.php.

Generated on Tue Jun 8 12:28:37 2010 for Claroline API by  doxygen 1.6.3