Index: branches/5.2.x/core/units/skins/skins_config.php =================================================================== diff -u -N -r15558 -r16388 --- branches/5.2.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 15558) +++ branches/5.2.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 16388) @@ -1,6 +1,6 @@ 'skin', - 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), - 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), - 'EventHandlerClass' => Array('class'=>'SkinEventHandler','file'=>'skin_eh.php','build_event'=>'OnBuild'), - 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'), +$config = Array ( + 'Prefix' => 'skin', + 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), + 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), + 'EventHandlerClass' => Array ('class' => 'SkinEventHandler', 'file' => 'skin_eh.php', 'build_event' => 'OnBuild'), + 'TagProcessorClass' => Array ('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), - 'AutoLoad' => true, - 'Hooks' => Array( - Array( + 'AutoLoad' => true, + + 'Hooks' => Array ( + Array ( 'Mode' => hAFTER, 'Conditional' => false, 'HookToPrefix' => 'skin', 'HookToSpecial' => '', - 'HookToEvent' => Array('OnSave'), + 'HookToEvent' => Array ('OnSave'), 'DoPrefix' => '', 'DoSpecial' => '', 'DoEvent' => 'OnCompileStylesheet', ), ), - 'QueryString' => Array( + + 'QueryString' => Array ( 1 => 'id', 2 => 'Page', 3 => 'PerPage', 4 => 'event', 5 => 'mode', ), - 'IDField' => 'SkinId', - 'StatusField' => Array('IsPrimary'), - 'TableName' => TABLE_PREFIX.'AdminSkins', + 'IDField' => 'SkinId', + 'StatusField' => Array ('IsPrimary'), + 'TableName' => TABLE_PREFIX.'AdminSkins', + /* 'ForeignKey' => 'ParentId', // field title in TableName, linking record to a parent 'ParentTableKey' => 'ParentId', // id (or other key) field title in parent's table @@ -53,111 +56,106 @@ 'AutoClone' => true, // clone these items when parent is being cloned */ - 'TitlePresets' => Array( - 'default' => Array( - 'new_status_labels' => Array('skin'=>'!la_title_AddingSkin!'), - 'edit_status_labels' => Array('skin'=>'!la_title_EditingSkin!'), - 'new_titlefield' => Array('skin'=>''), + 'TitlePresets' => Array ( + 'default' => Array ( + 'new_status_labels' => Array ('skin' => '!la_title_AddingSkin!'), + 'edit_status_labels' => Array ('skin' => '!la_title_EditingSkin!'), + 'new_titlefield' => Array ('skin' => ''), ), - 'skin_list'=>Array( - 'prefixes' => Array('skin_List'), - 'format' => '!la_tab_Skins!', - 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'setprimary', 'clone', 'view', 'dbl-click'), + 'skin_list'=>Array ( + 'prefixes' => Array ('skin_List'), + 'format' => '!la_tab_Skins!', + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'setprimary', 'clone', 'view', 'dbl-click'), ), - 'skin_edit'=>Array( - 'prefixes' => Array('skin'), - 'format' => '#skin_status# #skin_titlefield#', - 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + 'skin_edit'=>Array ( + 'prefixes' => Array ('skin'), + 'format' => '#skin_status# #skin_titlefield#', + 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), ), ), - 'PermSection' => Array('main' => 'in-portal:skins'), + 'PermSection' => Array ('main' => 'in-portal:skins'), - // don't forget to add corresponding permissions to install script - // INSERT INTO Permissions VALUES (0, 'custom:custom.view', 11, 1, 1, 0); - // INSERT INTO Permissions VALUES (0, 'in-portal:skins.view', 11, 1, 1, 0), (0, 'in-portal:skins.add', 11, 1, 1, 0), (0, 'in-portal:skins.edit', 11, 1, 1, 0), (0, 'in-portal:skins.delete', 11, 1, 1, 0); - 'Sections' => Array( - 'in-portal:skins' => Array( - 'parent' => 'in-portal:tools', - 'icon' => 'admin_skins', - 'label' => 'la_tab_Skins', - 'url' => Array('t' => 'skins/skin_list', 'pass' => 'm'), - 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 7, -// 'show_mode' => smSUPER_ADMIN, - 'type' => stTREE, + 'Sections' => Array ( + 'in-portal:skins' => Array ( + 'parent' => 'in-portal:tools', + 'icon' => 'admin_skins', + 'label' => 'la_tab_Skins', + 'url' => Array ('t' => 'skins/skin_list', 'pass' => 'm'), + 'permissions' => Array ('view', 'add', 'edit', 'delete'), + 'priority' => 7, +// 'show_mode' => smSUPER_ADMIN, + 'type' => stTREE, ), ), - 'TitleField' => 'Name', // field, used in bluebar when editing existing item + 'TitleField' => 'Name', // field, used in bluebar when editing existing item // Use %1$s for local table name with prefix, %2$s for calculated fields - 'ListSQLs' => Array( // key - special, value - list select sql - '' => 'SELECT %1$s.* %2$s - FROM %1$s', + 'ListSQLs' => Array ( // key - special, value - list select sql + '' => ' SELECT %1$s.* %2$s + FROM %1$s', ), - 'ItemSQLs' => Array( - '' => 'SELECT %1$s.* %2$s - FROM %1$s', - ), - 'ListSortings' => Array( - '' => Array( -// 'ForcedSorting' => Array('Priority' => 'desc'), - 'Sorting' => Array('Name' => 'asc'), + + 'ListSortings' => Array ( + '' => Array ( +// 'ForcedSorting' => Array ('Priority' => 'desc'), + 'Sorting' => Array ('Name' => 'asc'), ) ), + 'Fields' => Array ( 'SkinId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array ('type' => 'string', 'max_len' => 255, 'required' => 1, 'default' => NULL), 'CSS' => Array ('type' => 'string', 'default' => NULL), - 'Logo' => Array( - 'type'=>'string', 'formatter'=>'kUploadFormatter', + 'Logo' => Array ( + 'type' => 'string', 'formatter' => 'kUploadFormatter', 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! - 'file_types'=>'*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description'=>'!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'default' => null, ), - 'LogoBottom' => Array( - 'type'=>'string', 'formatter'=>'kUploadFormatter', + 'LogoBottom' => Array ( + 'type' => 'string', 'formatter' => 'kUploadFormatter', 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! - 'file_types'=>'*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description'=>'!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'not_null' => 1, 'default' => '', ), - 'LogoLogin' => Array( - 'type'=>'string', 'formatter'=>'kUploadFormatter', + 'LogoLogin' => Array ( + 'type' => 'string', 'formatter' => 'kUploadFormatter', 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! - 'file_types'=>'*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description'=>'!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'not_null' => 1, 'default' => '', ), - 'Options' => Array( + 'Options' => Array ( 'type' => 'string', 'default' => NULL, 'formatter' => 'kSerializedFormatter', 'default'=>serialize( - array( - 'HeadBgColor' => array('Description'=>'Head frame background color', 'Value'=>'#1961B8'), - 'HeadColor' => array('Description'=>'Head frame text color', 'Value'=>'#000000'), - 'SectionBgColor' => array('Description'=>'Section bar background color', 'Value'=>'#2D79D6'), - 'SectionColor' => array('Description'=>'Section bar text color', 'Value'=>'#000000'), + Array ( + 'HeadBgColor' => Array ('Description' => 'Head frame background color', 'Value' => '#1961B8'), + 'HeadColor' => Array ('Description' => 'Head frame text color', 'Value' => '#000000'), + 'SectionBgColor' => Array ('Description' => 'Section bar background color', 'Value' => '#2D79D6'), + 'SectionColor' => Array ('Description' => 'Section bar text color', 'Value' => '#000000'), ) ), ), 'LastCompiled' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'IsPrimary' => Array( + 'IsPrimary' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', - 'options' => Array(1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0 ), 'DisplaySiteNameInHeader' => Array ( @@ -167,17 +165,17 @@ ), ), - 'Grids' => Array( - 'Default' => Array( - 'Icons' => Array( + 'Grids' => Array ( + 'Default' => Array ( + 'Icons' => Array ( 'default' => 'icon16_item.png', 1 => 'icon16_primary.png', ), - 'Fields' => Array( + 'Fields' => Array ( 'SkinId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), 'Name' => Array ('title' => 'column:la_fld_SkinName', 'filter_block' => 'grid_like_filter', 'width' => 200, ), 'IsPrimary' => Array ('filter_block' => 'grid_options_filter', 'width' => 100), ), ), ), -); \ No newline at end of file +);