Index: trunk/kernel/units/categories/categories_config.php =================================================================== diff -u -N --- trunk/kernel/units/categories/categories_config.php (revision 6669) +++ trunk/kernel/units/categories/categories_config.php (revision 0) @@ -1,298 +0,0 @@ - 'c', - 'ItemClass' => Array('class'=>'CategoriesItem','file'=>'categories_item.php','build_event'=>'OnItemBuild'), - 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), - 'EventHandlerClass' => Array('class'=>'CategoriesEventHandler','file'=>'categories_event_handler.php','build_event'=>'OnBuild'), - 'TagProcessorClass' => Array('class'=>'CategoriesTagProcessor','file'=>'categories_tag_processor.php','build_event'=>'OnBuild'), - - 'RegisterClasses' => Array( - Array('pseudo' => 'kPermCacheUpdater','class' => 'kPermCacheUpdater', 'file' => 'cache_updater.php','build_event'=>''), - ), - - 'AutoLoad' => true, - 'CatalogItem' => true, - 'AdminTemplatePath' => 'categories', - 'AdminTemplatePrefix' => 'categories_', - - 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', - ), - 'AggregateTags' => Array( - Array( - 'AggregateTo' => 'm', - 'AggregatedTagName' => 'CategoryLink', - 'LocalTagName' => 'CategoryLink', - ), - ), - 'IDField' => 'CategoryId', - - 'StatusField' => Array('Status'), - - 'TitleField' => 'Name', // field, used in bluebar when editing existing item - 'TitlePhrase' => 'la_Text_Category', - 'ItemType' => 1, // used for custom fields only - - 'StatisticsInfo' => Array( - 'pending' => Array( - 'icon' => 'icon16_cat_pending.gif', - 'label' => 'la_tab_Categories', - 'js_url' => '#url#', - 'url' => Array('t' => 'advanced_view', 'SetTab' => 'c', 'pass' => 'm,c.showall', 'c.showall_event' => 'OnSetFilterPattern', 'c.showall_filters' => 'show_active=0,show_pending=1,show_disabled=0,show_new=1,show_pick=1'), - 'status' => STATUS_PENDING, - ), - ), - - 'TableName' => TABLE_PREFIX.'Category', - - 'ViewMenuPhrase' => 'la_text_Categories', - - 'TitlePresets' => Array( - 'default' => Array( 'new_status_labels' => Array('c' => '!la_title_Adding_Category!'), - 'edit_status_labels' => Array('c' => '!la_title_Editing_Category!'), - 'new_titlefield' => Array('c' => '!la_title_New_Category!'), - ), - 'category_list' => Array('prefixes' => Array('c_List'), 'format' => "!la_title_Categories! (#c_recordcount#)"), - - 'catalog' => Array('prefixes' => Array('c_List'), 'format' => "!la_title_Categories! (#c_recordcount#)"), - - 'advanced_view' => Array('prefixes' => Array('c_List'), 'format' => "!la_title_AdvancedView!"), - - 'categories_edit' => Array('prefixes' => Array('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_General!"), - 'categories_properties' => Array('prefixes' => Array('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Properties!"), - 'categories_relations' => Array('prefixes' => Array('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Relations!"), - 'categories_images' => Array('prefixes' => Array('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Images!"), - 'categories_permissions'=> Array('prefixes' => Array('c', 'g_List'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Permissions!"), - 'categories_custom' => Array('prefixes' => Array('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Custom!"), - - 'categories_update' => Array('prefixes' => Array(), 'format' => "!la_title_UpdatingCategories!"), - - 'images_edit' => Array( 'prefixes' => Array('c', 'c-img'), - 'new_status_labels' => Array('c-img'=>'!la_title_Adding_Image!'), - 'edit_status_labels' => Array('c-img'=>'!la_title_Editing_Image!'), - 'new_titlefield' => Array('c-img'=>'!la_title_New_Image!'), - 'format' => "#c_status# '#c_titlefield#' - #c-img_status# '#c-img_titlefield#'", - ), - - 'relations_edit' => Array( 'prefixes' => Array('c', 'c-rel'), - 'new_status_labels' => Array('c-rel'=>"!la_title_Adding_Relationship! '!la_title_New_Relationship!'"), - 'edit_status_labels' => Array('c-rel'=>'!la_title_Editing_Relationship!'), - 'format' => "#c_status# '#c_titlefield#' - #c-rel_status#", - ), - - 'tree_site' => Array('format' => '!la_selecting_categories!'), - ), - - 'PermItemPrefix' => 'CATEGORY', - - 'PermSection' => Array('main' => 'CATEGORY:in-portal:categories', /*'search' => 'in-portal:configuration_search',*/ 'email' => 'in-portal:configuration_email', 'custom' => 'in-portal:configuration_custom'), - - - 'Sections' => Array( - // "Structure & Data" section - 'in-portal:site' => Array( - 'parent' => 'in-portal:root', - 'icon' => 'struct', - 'label' => 'la_tab_Site_Structure', - 'url' => Array('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 1, - 'type' => stTREE, - ), - - 'in-portal:browse' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'catalog', - 'label' => 'la_tab_Browse', - 'url' => Array('t' => 'in-portal/catalog', 'pass' => 'm'), - 'late_load' => Array('t' => 'in-portal/xml/tree_categories', 'pass' => 'm', 'm_cat_id' => 0), - 'onclick' => 'checkCatalog(0)', - 'permissions' => Array('view'), - 'priority' => 0.1, - 'type' => stTREE, - ), - 'in-portal:advanced_view' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'advanced_view', - 'label' => 'la_tab_AdvancedView', - 'url' => Array('t' => 'in-portal/advanced_view', 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 0.2, - 'type' => stTREE, - ), - - /*'in-portal:browse' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'catalog', - 'label' => 'la_tab_Browse', - 'url' => Array('index_file' => 'browse.php', 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 1, - 'type' => stTREE, - ), - - 'in-portal:advanced_view' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'advanced_view', - 'label' => 'la_tab_AdvancedView', - 'url' => Array('index_file' => 'advanced_view.php', 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 2, - 'type' => stTREE, - ),*/ - - 'in-portal:reviews' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'reviews', - 'label' => 'la_tab_Reviews', - 'url' => Array('index_file' => 'reviews.php', 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 3, - 'type' => stTREE, - ), - - 'in-portal:configure_categories' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'cat_settings', - 'label' => 'la_tab_Settings', - 'url' => Array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array('view', 'edit'), - 'priority' => 4, - 'type' => stTREE, - ), - - 'in-portal:configuration_search' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'settings_search', - 'label' => 'la_tab_ConfigSearch', - 'url' => Array('t' => 'in-portal/config/config_search', 'module_key' => 'category', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array('view', 'edit'), - 'priority' => 5, - 'type' => stTREE, - ), - - 'in-portal:configuration_email' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'settings_email', - 'label' => 'la_tab_ConfigE-mail', - 'url' => Array('t' => 'in-portal/config/config_email', 'module' => 'In-Portal:Category', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array('view', 'edit'), - 'priority' => 6, - 'type' => stTREE, - ), - - 'in-portal:configuration_custom' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'settings_custom', - 'label' => 'la_tab_ConfigCustom', - 'url' => Array('t' => 'in-portal/custom_fields/custom_fields_list', 'cf_type' => 1, 'pass_section' => true, 'pass' => 'm,cf'), - 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 7, - 'type' => stTREE, - ), - - ), - - 'FilterMenu' => Array( - 'Groups' => Array( - Array('mode' => 'AND', 'filters' => Array('show_active','show_pending','show_disabled'), 'type' => WHERE_FILTER), - Array('mode' => 'AND', 'filters' => Array('show_new'), 'type' => HAVING_FILTER), - Array('mode' => 'AND', 'filters' => Array('show_pick'), 'type' => WHERE_FILTER), - ), - 'Filters' => Array( - 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => 'Status != 1' ), - 'show_pending' => Array('label' => 'la_Pending', 'on_sql' => '', 'off_sql' => 'Status != 2' ), - 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => 'Status != 0' ), - 's1' => Array(), - 'show_new' => Array('label' => 'la_Text_New', 'on_sql' => '', 'off_sql' => '`IsNew` != 1' ), - 'show_pick' => Array('label' => 'la_prompt_EditorsPick', 'on_sql' => '', 'off_sql' => '`EditorsPick` != 1' ), - ) - ), - - 'ListSQLs' => Array( ''=> ' SELECT %1$s.* %2$s - FROM %1$s - LEFT JOIN '.TABLE_PREFIX.'PermCache ON '.TABLE_PREFIX.'PermCache.CategoryId = %1$s.CategoryId - LEFT JOIN '.TABLE_PREFIX.'%3$sCategoryCustomData cust ON %1$s.ResourceId = cust.ResourceId'), - - 'ItemSQLs' => Array( ''=> ' SELECT %1$s.* %2$s - FROM %1$s - LEFT JOIN '.TABLE_PREFIX.'PermCache ON '.TABLE_PREFIX.'PermCache.CategoryId = %1$s.CategoryId - LEFT JOIN '.TABLE_PREFIX.'%3$sCategoryCustomData cust ON %1$s.ResourceId = cust.ResourceId'), - - 'SubItems' => Array('c-rel', 'c-img', 'c-cdata', 'c-perm'), - - 'ListSortings' => Array( - '' => Array( - 'ForcedSorting' => Array("CurrentSort" => 'asc', 'Priority' => 'desc', 'Name' => 'asc'), - 'Sorting' => Array('Name' => 'asc'), - ) - ), - - 'CalculatedFields' => Array( - '' => Array( - 'CurrentSort' => "REPLACE(ParentPath, CONCAT('|', ".'%1$s'.".CategoryId, '|'), '')", - ) - ), - - 'Fields' => Array - ( - 'CategoryId' => Array('type' => 'int','not_null' => 1,'default' => ''), - 'Type' => Array('type' => 'int','not_null' => 1,'default' => 0), - 'ParentId' => Array('type' => 'int','not_null' => 1,'default' => 0), - 'Name' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'required' => 1, 'default' => ''), - 'Filename' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), - 'AutomaticFilename' => Array('type' => 'int', 'not_null' => 1, 'default' => 1), - 'Description' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'required' => 1, 'default' => ''), - 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>'#NOW#', 'required' => 1, 'not_null' => 1), - 'EditorsPick' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Status' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Active', 2 => 'la_Pending', 0 => 'la_Disabled' ), 'use_phrases' => 1, 'not_null' => 1,'default' => 2), - 'Pop' => Array('type' => 'int', 'default' => ''), - 'Priority' => Array('type' => 'int', 'not_null' => 1, 'default' => ''), - 'MetaKeywords' => Array('type' => 'string', 'default' => ''), - 'CachedDescendantCatsQty' => Array('type' => 'int', 'default' => ''), - 'CachedNavbar' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => ''), - 'CreatedById' => Array('type' => 'int', 'formatter' => 'kLEFTFormatter', 'options' => Array(-1 => 'root', -2 => 'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'PortalUser WHERE `%s` = \'%s\'', 'left_key_field' => 'PortalUserId', 'left_title_field' => 'Login', 'not_null' => 1,'default' => '0'), - 'ResourceId' => Array('type' => 'int', 'default' => ''), - 'ParentPath' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), - 'NamedParentPath' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), - 'MetaDescription' => Array('type' => 'string', 'default' => ''), - 'HotItem' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), - 'NewItem' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), - 'PopItem' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (2 => 'la_Auto', 1 => 'la_Always', 0 => 'la_Never'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2), - 'Modified' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1,'default' => '#NOW#'), - 'ModifiedById' => Array('type' => 'int', 'formatter' => 'kLEFTFormatter', 'options' => Array(-1 => 'root', -2 => 'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'PortalUser WHERE `%s` = \'%s\'', 'left_key_field' => 'PortalUserId', 'left_title_field' => 'Login', 'not_null' => 1,'default' => '0'), - 'CategoryTemplate' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), - 'CachedCategoryTemplate' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), - ), - - 'VirtualFields' => Array( - 'CurrentSort' => Array('type' => 'string', 'default' => ''), - 'IsNew' => Array('type' => 'int', 'default' => 0), - ), - - 'Grids' => Array( - 'Default' => Array( - 'Icons' => Array('default'=>'icon16_cat.gif'), - 'Fields' => Array( - 'Name' => Array('title' => 'la_col_Name', 'data_block' => 'category_td'), - 'Description' => Array('title' => 'la_col_Description'), - 'CreatedOn_formatted' => Array('title' => 'la_col_CreatedOn', 'sort_field' => 'CreatedOn'), - ), - - ), - ), - - 'ConfigMapping' => Array( - 'PerPage' => 'Perpage_Category', - 'DefaultSorting1Field' => 'Category_Sortfield', - 'DefaultSorting2Field' => 'Category_Sortfield2', - 'DefaultSorting1Dir' => 'Category_Sortorder', - 'DefaultSorting2Dir' => 'Category_Sortorder2', - ), - ); - -?> \ No newline at end of file