Index: trunk/kernel/units/configuration/configuration_config.php =================================================================== diff -u -N --- trunk/kernel/units/configuration/configuration_config.php (revision 5119) +++ trunk/kernel/units/configuration/configuration_config.php (revision 0) @@ -1,78 +0,0 @@ - 'conf', - 'ItemClass' => Array('class'=>'ConfigurationItem','file'=>'configuration.php','build_event'=>'OnItemBuild'), - 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), - 'EventHandlerClass' => Array('class'=>'ConfigurationEventHandler','file'=>'configuration_event_handler.php','build_event'=>'OnBuild'), - 'TagProcessorClass' => Array('class'=>'ConfigurationTagProcessor','file'=>'configuration_tag_processor.php','build_event'=>'OnBuild'), - 'AutoLoad' => true, - 'Hooks' => Array(), - 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - ), - - 'IDField' => 'VariableName', - - 'TitlePresets' => Array( - 'default' => Array('tag_params' => Array('conf' => Array('per_page' => -1))), - - 'config_list_general' => Array('prefixes' => Array('conf_List'), 'format' => "!la_updating_config!"), - 'config_list_output' => Array('prefixes' => Array('conf_List'), 'format' => "!la_updating_config!"), - 'config_list_contacts' => Array('prefixes' => Array('conf_List'), 'format' => "!la_updating_config!"), - - 'config_list_categories' => Array('prefixes' => Array('conf_List'), 'format' => "!la_updating_config!"), - 'config_list_users' => Array('prefixes' => Array('conf_List'), 'format' => "!la_updating_config!"), - ), - - 'TableName' => TABLE_PREFIX.'ConfigurationValues', - - 'ListSQLs' => Array('' => ' SELECT %1$s.* %2$s - FROM '.TABLE_PREFIX.'ConfigurationAdmin ca - LEFT JOIN %1$s USING(VariableName)'), - - 'ItemSQLs' => Array('' => ' SELECT %1$s.* %2$s - FROM '.TABLE_PREFIX.'ConfigurationAdmin ca - LEFT JOIN %1$s USING(VariableName)'), - - 'ListSortings' => Array( - '' => Array( - 'Sorting' => Array('DisplayOrder' => 'asc', 'GroupDisplayOrder' => 'asc'), - ) - ), - - 'CalculatedFields' => Array ( - '' => Array ( - 'heading' => 'ca.heading', - 'prompt' => 'ca.prompt', - 'element_type' => 'ca.element_type', - 'ValueList' => 'ca.ValueList', - 'DisplayOrder' => 'ca.DisplayOrder', - 'GroupDisplayOrder' => 'ca.GroupDisplayOrder', - 'Install' => 'ca.Install', - ), - ), - - 'Fields' => Array( - 'VariableName' => Array('type' => 'string','not_null' => '1','default' => ''), - 'VariableValue' => array('type'=>'string', 'default'=>''), - 'ModuleOwner' => array('type'=>'string', 'default'=>'In-Portal'), - 'Section' => array('type'=>'string','not_null' => '1','default'=>''), - ), - - 'VirtualFields' => Array( - 'heading' => Array('type' => 'string', 'default' => ''), - 'prompt' => Array('type' => 'string', 'default' => ''), - 'element_type' => Array('type' => 'string', 'not_null' => '1', 'default' => ''), - 'ValueList' => Array('type' => 'string', 'default' => ''), - 'DisplayOrder' => Array('type' => 'double', 'not_null' => '1', 'default' => 0), - 'GroupDisplayOrder' => Array('type' => 'double', 'not_null' => '1', 'default' => 0), - 'Install' => Array('type' => 'int', 'not_null' => '1', 'default' => 1), - ), - - 'Grids' => Array(), - ); - -?> \ No newline at end of file