Go to the source code of this file.
Namespaces | |
| namespace | CLICAL |
Variables | |
| $conf_def ['config_code'] = 'CLICAL' | |
| $conf_def ['config_file'] = 'ical.conf.php' | |
| $conf_def ['config_name'] = 'iCal generator' | |
| $conf_def ['config_class'] = 'kernel' | |
| $conf_def ['section']['main']['label'] = 'Main settings' | |
| $conf_def ['section']['main']['properties'] | |
| $conf_def ['section']['cache']['label'] = 'Cache settings' | |
| $conf_def ['section']['cache']['properties'] | |
| $conf_def_property_list ['enableICalInCourse'] | |
| $conf_def_property_list ['iCalRepositoryCache'] | |
| $conf_def_property_list ['iCalUseCache'] | |
| $conf_def_property_list ['iCalGenStandard'] | |
| $conf_def_property_list ['iCalGenXml'] | |
| $conf_def_property_list ['iCalGenRdf'] | |
| $conf_def_property_list ['defaultEventDuration'] | |
| $conf_def_property_list ['iCalCacheLifeTime'] | |
| $conf_def['section']['cache']['properties'] |
array ( 'iCalUseCache' , 'iCalRepositoryCache' , 'iCalCacheLifeTime' )
Definition at line 38 of file CLICAL.def.conf.inc.php.
| $conf_def['section']['cache']['label'] = 'Cache settings' |
Definition at line 37 of file CLICAL.def.conf.inc.php.
| $conf_def['section']['main']['properties'] |
array ( 'enableICalInCourse' , 'defaultEventDuration' , 'iCalGenStandard' , 'iCalGenXml' , 'iCalGenRdf' )
Definition at line 29 of file CLICAL.def.conf.inc.php.
| $conf_def['section']['main']['label'] = 'Main settings' |
Definition at line 28 of file CLICAL.def.conf.inc.php.
| $conf_def['config_class'] = 'kernel' |
Definition at line 25 of file CLICAL.def.conf.inc.php.
| $conf_def['config_name'] = 'iCal generator' |
Definition at line 24 of file CLICAL.def.conf.inc.php.
| $conf_def['config_file'] = 'ical.conf.php' |
Definition at line 23 of file CLICAL.def.conf.inc.php.
| $conf_def['config_code'] = 'CLICAL' |
Definition at line 22 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalCacheLifeTime'] |
array (
'label' => 'Life time of cache'
, 'description' => 'Time before really compute data. 86400 seconds = 1 day.'
, 'default' => '86400'
, 'type' => 'integer'
, 'unit' => 'seconds'
, 'display' => true
, 'readonly' => FALSE
, 'acceptedValue' => array('min'=> '360', 'max' => '8640000')
)
Definition at line 117 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['defaultEventDuration'] |
array (
'label' => 'Event duration'
, 'description' => 'In iCal an event has a duration but not in claroline. 3600 seconds = 1 Hour.'
, 'default' => '3600'
, 'type' => 'integer'
, 'unit' => 'seconds'
, 'display' => true
, 'readonly' => FALSE
, 'acceptedValue' => array('min'=> '1', 'max' => '86400')
)
Definition at line 104 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalGenRdf'] |
array ('label' => 'Generate RDF file' , 'description' => 'When iCal File is regenerated, make the RDF version.' , 'default' => FALSE , 'type' => 'boolean' , 'display' => true , 'readonly' => FALSE , 'acceptedValue' => array('TRUE'=>'Yes, create RDF version', 'FALSE' => 'No') )
Definition at line 93 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalGenXml'] |
array ('label' => 'Generate Xml file' , 'description' => 'When iCal File is regenerated, make the xml version.' ,'default' => TRUE ,'type' => 'boolean' , 'display' => true , 'readonly' => FALSE , 'acceptedValue' => array('TRUE'=>'Yes, create XML version', 'FALSE' => 'No') )
Definition at line 83 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalGenStandard'] |
array ('label' => 'Generate ics file' , 'description' => 'When iCal File is regenerated, make the ics version.' ,'default' => TRUE ,'type' => 'boolean' , 'display' => true , 'readonly' => FALSE , 'acceptedValue' => array('TRUE'=>'Yes, create ics version', 'FALSE' => 'No') )
Definition at line 73 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalUseCache'] |
array ('label' => 'Enable cache' , 'description' => 'Enabling the cache may increase performance' ,'default' => TRUE ,'type' => 'boolean' , 'readonly' => FALSE , 'acceptedValue' => array('TRUE'=>'Yes', 'FALSE' => 'No') )
Definition at line 64 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['iCalRepositoryCache'] |
array ('label' => 'Repository for cache files' , 'description' => 'Note : this repository should be protected with a .htaccess or be placed outside the web. Because there contain data of private courses.' ,'default' => 'tmp/cache/ical/' ,'type' => 'relpath' )
Definition at line 56 of file CLICAL.def.conf.inc.php.
| $conf_def_property_list['enableICalInCourse'] |
array ('label' => 'Enable iCal in course' , 'description' => '' ,'default' => TRUE ,'type' => 'boolean' , 'readonly' => FALSE , 'acceptedValue' => array('TRUE'=>'Yes', 'FALSE' => 'No') )
Definition at line 46 of file CLICAL.def.conf.inc.php.
1.6.3